Shane πŸ“ˆπŸš€ Profile picture
πŸ‘¨πŸ»β€πŸ’» Contract Developer 🍻 Co-founder @NeverspoonsApp πŸ’‘ Web Dev since 1999 / SEO & TechSEO since 2006 / App Dev since 2020 🏏 Player @EarlestownCC
Raks Profile picture dragondelis πŸ‡ΊπŸ‡¦ Profile picture FOMOBI Profile picture 4 subscribed
Jun 14, 2022 β€’ 15 tweets β€’ 7 min read
Last week I mentioned in another thread about using a #Python script with OpenAI to create 10,000 pages for around $50

Today's thread has that template and I'll tell you show to use it.

#nichecontent #aicontent #aiwriting #openai #contentsites #seo

🧡 First off we need an Open AI account, You can get one of those from here
openai.com/api/
Jun 2, 2022 β€’ 22 tweets β€’ 7 min read
This is the literal step-by-step process I use for #keywordresearch and to determine what to write about next on my sites.

For this you'll need
βœ… @ahrefs
βœ… Google Sheets
βœ… A small bit of Python (my script + instructions are provided below)

#nichesites #seo #contentsites
🧡πŸͺ‘ First, start with a super broad keyword that is relavent to your site and load that into Ahrefs.

I'm using a random word as an example for this thread.
May 27, 2022 β€’ 25 tweets β€’ 9 min read
Here is a thread about how to gain some permanent backlinks for around the price of a domain name.

I'm not saying you should do this.

Let's just say it's a very creative, hypothetical way to get backlinks though.

#seo #nichesites #contentsites #linkbuilding

🧡πŸͺ‘ First things first, head to expireddomains.net and set yourself up an account.

Logging in gives you access to more information about the domain names that are being shown on the site.
May 6, 2022 β€’ 16 tweets β€’ 7 min read
Friday thread time featuring images!

Here's a quick summary thread on how I structure my content pages on my sites.

I'm currently in the process of moving my older sites into this format too.

🧡 #seo #nichesites #nichecontent First up we have a header section this has

βœ… Relevant image. Optimised and responsive.
βœ… Large title, usually the main keyword
βœ… Breadcrumb - make sure to use Breadcrumb Schema
βœ… Table of Contents - Longer posts this should be collapsed with a "show table of contents" button
Jun 22, 2020 β€’ 16 tweets β€’ 7 min read
In this thread.

"How I lowered the page load time of CNN.com from 18 seconds to 2.75 seconds with no development work".

#pagespeed #webperf #techseo Here is some more proof. Below you can see the before and after screenshots of my tests and times in the Chrome Network tab.

Caveat: the Finish time never stops on CSS due to external scripts constantly running. The screenshot was when it stabilised though. CNN BeforeCNN After
May 20, 2020 β€’ 9 tweets β€’ 3 min read
After yesterday's Lighthouse changes going live you probably want to know how to optimise for the new metrics which are

Largest contentful paint
Total Blocking Time / First Input Delay
Cumulative Layout Shift

Here is a thread with some quick pointers.

#sitespeed #webperf #ux β€” Optimising Largest Contentful Paint

Reduce response times from the server - CDN's can help here

Reduce render blocking JS and CSS - try to only load the minimum on a per page basis. Minify, inline and defer are your friend. Check usage using code coverage tool in Dev Tools