Make a Deploy to Netlify button like this:
With this:
# | |
# 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 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.", |
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 | |
// |
in random order:
<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" |
/** | |
* 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"> |