Skip to content

Instantly share code, notes, and snippets.

View rowe-morehouse's full-sized avatar
👋
… hi!

Rowe Morehouse rowe-morehouse

👋
… hi!
View GitHub Profile
@rowe-morehouse
rowe-morehouse / indexnow-curl-command.sh
Created June 14, 2024 01:30
Copy and paste the following curl command into your terminal to ping indexnow to instantly inform search engines about latest content changes on your website.
#
# indexnow-curl-command.sh
# Copy and paste the following curl command into your terminal to ping indexnow to instantly inform search engines about latest content changes on your website.
# Add your API key first of course
# The -v flag is to get a verbose response from the API
# More info: https://www.indexnow.org/documentation
# Author: Rowe Morehouse 20240613
#
curl -X POST https://api.indexnow.org/IndexNow \
-H "Content-Type: application/json; charset=utf-8" \
@rowe-morehouse
rowe-morehouse / Rowe-Morehouse-PersonSchema.json
Last active June 9, 2024 23:51
Example JSON WebSite and Person schema w/ knows about, education, credentials – to build "EEAT" for #SEO – Experience, Expertise, Authoritativeness, and Trustworthiness.
// Rowe Morehouse PersonSchema.json
// Learn more: https://developers.google.com/search/blog/2022/12/google-raters-guidelines-e-e-a-t
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "WebSite",
"@id": "https://objections.dog/#WebSite",
"mainEntityOfPage": "https://objections.dog",
"name": "Rowe Morehouse",
"description": "▪️ Rowe Morehouse · Sales Exec · Frontline Sales Manager · Coder · Marketer w/ Master's degree & Certifications from Amazon AWS, Salesforce, Google, Meta.",
@rowe-morehouse
rowe-morehouse / gist:0a66796efc2f6dda1ac1e1a4bbb624b7
Created November 2, 2023 12:31
23-step-blog-post-checklist
23-step SEO blog post checklist:
1/ Search intent nailed?
2/ Unique element added?
3/ Competitors word count met?
4/ KW in H1 and sub headings?
<?
//
// AUTO KEYWORD-BASED FOLLOWER CURATION BOT (by @levelsio)
//
// File: twitterFollowerCuratorBot.php
//
// Created: May 2021
// License: MIT
//
@rowe-morehouse
rowe-morehouse / DTN.md
Created May 26, 2021 17:01 — forked from cassidoo/DTN.md
Deploy to Netlify Button

Insta-deploy templates to Netlify

Make a Deploy to Netlify button like this:

Deploy to Netlify

With this:

@rowe-morehouse
rowe-morehouse / ai-writing-tools.md
Last active June 4, 2024 19:25
🔥 List of AI Writing Tools: AI Writing Assistant, AI Chat, Automatic Content Generation, Idea Recommendation, Paraphrasing, Summarizing, Outlining, SEO Metas, Grammar Check, Tone Check, Sales Email Customization
@rowe-morehouse
rowe-morehouse / fastest-way-to-load-google-fonts.html
Last active April 25, 2021 20:29
Snippet for the fastest way to load google fonts.
<head>
<meta charset="utf-8">
<link rel="preconnect"
href="//fonts.googleapis.com"
crossorigin />
<link rel="preload"
as="style"
type="text/css"
href="//fonts.googleapis.com/css?family=Lato:900,300&display=swap" />
<link rel="stylesheet"
@rowe-morehouse
rowe-morehouse / annoying.js
Created April 25, 2021 02:54 — forked from Kilian/annoying.js
How to be an asshole
/**
* Annoying.js - How to be an asshole to your users
*
* DO NOT EVER, EVER USE THIS.
*
* Copyright (c) 2011 Kilian Valkhof (kilianvalkhof.com)
* Visit https://gist.github.com/767982 for more information and changelogs.
* Visit http://kilianvalkhof.com/2011/javascript/annoying-js-how-to-be-an-asshole/ for the introduction and weblog
* Check out https://gist.github.com/942745 if you want to annoy developer instead of visitors
*
// POLL 1: HTML
Q. What does HTML stand for?
Hot Topic Mixer Leggings
Hyperactive Tech Markdown Language
Hypertext Transfer Protocol Listing
HyperText Markup Language
<div class="flex bg-white max-h-full font-roboto" style="height:580px">
<div class="md:w-1/2">
<div class="flex flex-col justify-center items-center h-full px-16">
<div>
<h2 class="text-4xl font-semibold text-gray-900">Build Your New <span class="text-indigo-500">Idea</span></h2>
<p class="text-gray-500">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Blanditiis commodi cum cupiditate ducimus, fugit harum id necessitatibus odio quam quasi, quibusdam rem tempora voluptates. Cumque debitis dignissimos id quam vel!</p>
</div>
<div class="mt-8 flex w-full">