Speed Up Your Slow Website In 22 Steps While Getting Closer To Passing Core Web Vitals [Advanced Guide + WordPress Tips]

Slow loading=

Have a slow website?

If your website is loading slow, you can speed it up by using faster hosting, page builders, plugins, and images. Configuring a caching solution and CDN should also help, plus optimizing third party scripts like Google Fonts. Finally, make sure to clean you database and use PHP 7.4.

What if I told you my website loads in <1s with 100% GTmetrix scores? And that I’ve already written one of the most popular WordPress speed guides online with over 400 comments?

Some optimizations are specific to WordPress, others are universal. But they are all best practice even if you’re using Squarespace, Shopify, Wix, and other website building platforms.

 

1. Test Your Website In GTmetrix

GTmetrix shows you:

  • Load time (primary metric)
  • Which images need to be optimized
  • Which plugins are loading slow (check the Waterfall tab)
  • Your time to first byte (indicates the speed of your hosting)
  • Whether your cache plugin is doing it’s job (I recommend WP Rocket)
  • Whether you’re using a content delivery network (I recommend Cloudflare)
  • Slow loading external resources (AdSense, Maps, YouTube/Facebook embeds)

Quick Fixes?
Hosting is the #1 factor in the official WordPress optimization guide (by far). It may not improve GTmetrix scores, but it can improve load times by multiple seconds especially if you go from a slow host (Bluehost, HostGator, GoDaddy) to a fast host (Cloudways). They were rated highest in recent Facebook polls I collected from multiple WordPress Facebook Groups, and who I use.

Cache plugins have the biggest impact on scores and also improve load times. WP Rocket is better than W3 Total Cache or WP Fastest Cache as it has more features (like lazy loading, database cleanup, and Google Font + Analytics optimization) while other cache plugins do not.

WordPress Speed Video Tutorial
If you’re using WordPress, I spent many hours creating this 28 minute video on speed up WordPress sites. You can use timestamps in the video description to jump to specific sections.

Here’s my GTmetrix report. 1.3s load times are fast when you have a 2.56MB page size, 89 requests, 400+ comments while showing Gravatars, over 70 images, and an embedded video.

Omm gtmetrix 2021
Even long posts with tons of images and 600 comments still load in about 1s with a 51ms TTFB

 

2. Resize Large Images

This is what serve scaled images means in GTmetrix.

It means you’re uploading large images with incorrect dimensions. Each section of your website has specific dimensions (sliders, thumbnails, carousel, fullwidth and sidebar images).

For example, I know my blog’s content body is 680 pixels in width. Any fullwidth images I use for my blog should always be resized to those dimensions.

GTmetrix shows you all unoptimized images (and the correct dimensions they should be resized to) but only for the single page you test. All you have to do is resize those images and replace the old version with the new one.

Properly size images

Bonus: create a cheat sheet – write down all the different images sizes on your website.

  • Logo: 200 x 58px
  • Favicon: 16 x 16px
  • Sliders: 1903 x 400px
  • Carousel images: 115px
  • Widget images: 420 x 250px
  • Featured images: 250 x 250px
  • Fullwidth blog post images: 680px
  • Yoast Twitter OG Image: 1024 x 512px
  • Yoast Facebook OG Image: 1200 x 630px

Squarespace, Wix, and WordPress themes should include instructions for resizing images.

 

3. Compress Images

This is what optimize images means in GTmetrix.

There are many tools to do this (I use the ShortPixel WordPress plugin). Be sure to remove EXIF data to make images load even faster, which can also be done in some of the tools below.

Image optimization pagespeed insights

Image Compression Tools

Will I Lose Quality?
Even if you choose lossless compression, you might notice a small loss in quality. That’s why it’s best to test a couple images beforehand, and take a backup if you’re bulk optimizing all images.

 

4. Add Caching

If you’re not using WordPress, your platform should take care of caching, minification, combining files, and other optimizations in GTmetrix that would usually require a plugin.

If you’re using WordPress, ask yourself:

  • Are you using a cache plugin?
  • Which cache plugin are you using?
  • Have you configured it to the optimal settings?

These 3 factors will have the highest impact on your scores in GTmetrix, Google PageSpeed Insights, and pretty much any speed testing tools. Caching and hosting are super important!

Which Cache Plugin Is Best?
I recommend WP Rocket which is a premium cache plugin. It comes with many features other cache plugins don’t (database cleanup, heartbeat control, lazy loading, optimization of Google Fonts + Analytics, CDN integration). If you wanted to use these features with other cache plugins, you would need to install about 6 extra plugins to take care of these optimizations, while WP Rocket has everything built-in. The closest free cache plugin that do these is Swift.

WP Rocket was also rated #1 in multiple Facebook polls:

 

5. Upgrade To PHP 8.0

This only applies if you bought hosting (eg. SiteGround, Bluehost, GoDaddy).

Upgrading to PHP 7+ is very simple and should make a significant impact on load times.

Kinsta php benchmarks

Step 1: Login to your hosting account and find the PHP version manager (or similar).

Step 2: Upgrade to the highest PHP version available on your hosting account (i.e. PHP 8.0).

Step 3: Test your website for errors. If you see any, it’s probably due to incompatible WordPress plugins, in which case you can use PHP Compatibly Checker. This tool will show you incompatible plugins; you should either delete them, or revert to an earlier PHP version.

Step 4: Keep your PHP version current. If your host releases a new stable PHP version, use it.

Php 8. 0

 

6. Check Server Response Times

Google PageSpeed Insights tells you if you have a slow server response times (Google recommends it should be under 200ms). Servers are obviously controlled by your hosting.

Reduce server response time

How To Improve Server Response Time

  • Get better hosting (eg. Cloudways)
  • Stay away from EIG hosts who are infamously slow
  • Make sure you have caching enabled on your website
  • Use a content delivery network like Cloudflare’s CDN
  • Eliminate all heavy and unused plugins on your website
  • Use a premium DNS provider (get this through your host)

 

7. Move To Cloud Or LiteSpeed Hosting

Rocket.net with their free Cloudflare Enterprise will outperform any “mainstream host” since you get 32 CPU cores + 128GB RAM, NVMe storage, Redis, and Cloudflare’s full page caching + Argo Smart Routing. I use them and average a <100ms global TTFB (or click through my posts).

12 things to know about hosting/TTFB

  1. Hosting is the #1 factor of site speed.
  2. TTFB is a key indicator of hosting performance.
  3. TTFB is part of core web vitals and is 40% of LCP.
  4. TTFB also affects INP (since latency is part of TTFB).
  5. SpeedVitals tests TTFB in 35 locations – use this tool!
  6. Test your site 3 times to get accurate numbers in SpeedVitals.
  7. Doing this ensures your caching and CDN are working properly.
  8. Check your average TTFB worldwide in your 3rd SpeedVitals test.
  9. Google flags your TTFB if it’s over 600ms, but under 200ms is better.
  10. PageSpeed Insights (and other testing tools) only test TTFB in 1 location.
  11. WP Hosting Benchmark also tests hosting performance (here are my results).
  12. Combining a good host/CDN is arguably the best way to improve TTFB (using a host with improved specs on top of Cloudflare Enterprise hits 2 birds with 1 stone).

Omm ttfb speedvitals 1

Mainstream hosts (like SiteGround, Hostinger, and WPX) don’t have a lot of CPU/RAM, use slower SATA SSDs, and are shared hosting with strict CPU limits which force you to upgrade plans. Cloud hosting is faster, but Kinsta still uses SATA SSDs with low CPU/RAM, PHP workers, and monthly visits (Redis also costs $100/month). Cloudways Vultr HF is who I previously used, but again, they start with only 1 CPU + 1GB RAM on slower Apache servers, PHP-FPM, and GZIP.

Here are Rocket.net’s:

All plans use 32 CPU cores + 128GB RAM with NVMe (faster than SATA), Redis (better than memcached), LiteSpeed’s PHP, and Brotli (smaller compression than GZIP). They have no PHP worker limits since only about 10% of traffic hits your origin due to their Cloudflare Enterprise.

SiteGround Hostinger Kinsta Cloudways Vultr HF Rocket.net
Hosting type Shared Shared Cloud Cloud Private cloud
Storage SATA SATA SATA NVMe NVMe
CPU cores Not listed 1-2 12 1 32
RAM (GB) Not listed .768 – 1.536 8 1 128
Object cache Memcached x Redis ($100/mo) Redis (Pro) Redis
Server Nginx LiteSpeed Nginx Apache Nginx
PHP processing FastCGI LiteSpeed FastCGI FPM LiteSpeed
Compression Brotli Brotli Brotli GZIP Brotli
CPU limits Very common Low memory PHP workers Average None

 
Why you need Cloudflare Enterprise

Because you get Enterprise features like 270+ PoPs, prioritized routing, full page caching, HTTP/3, WAF, and image optimization. 3 problems with most CDNs are their small network (PoPs) and no full page caching or image optimization. For example, WP Rocket’s RocketCDN uses StackPath which was removed from cdnperf.com and doesn’t include image optimization with a mediocre Tbps speed of 65+. SiteGround’s CDN only has 14 PoPs. QUIC.cloud CDN (for LiteSpeed) and BunnyCDN are good, but they still don’t beat Cloudflare Enterprise. Sure, you can pay $5/mo for Cloudflare’s APO, but you’re still missing out on all other Enterprise features.

3 popular hosts with Cloudflare Enterprise

Rocket.net’s Cloudflare Enterprise is free, setup automatically, and uses full page caching (unlike Cloudways). And unlike Kinsta’s, Rocket.net has Argo Smart Routing (specifically good for WooCommerce sites), load balancing, and image optimization. Rocket.net CEO Ben Gabler also used to be StackPath’s Chief Product Officer and went as far as building Rocket.net’s data centers in the same locations as Cloudflare’s. And unlike both hosts, Rocket.net doesn’t limit PHP workers (there’s no CPU limits) and monthly visit limits are 10-25 times more than Kinsta’s.

Cloudflare Enterprise (Kinsta) Cloudflare Enterprise (Cloudways) Cloudflare Enterprise (Rocket.net)
CDN PoPs 270 270 270
Prioritized routing
Full page caching x
HTTP/3
WAF
Argo smart routing x
Load balancing x
Image optimization x
Automatic configuration x x
Price Free $5/mo (1 domain) Free

 
Problems with mainstream hosts

I’ve written some pretty bad reviews about SiteGround’s slow TTFB, CPU limits, and why SG Optimizer does a poor job with core web vitals (they also control several Facebook Groups and threaten to sue people who write bad reviews). Hostinger writes fake reviews and is only cheap because you get less resources like CPU/RAM. Kinsta and WP Engine are way too expensive for how many resources, PHP workers, and monthly visits you get. Along with major incidents like WPX’s worldwide outage and SiteGround’s DNS getting blocked by Google for 4 days (both WPX and SiteGround denied responsibility). One thing is clear: most mainstream hosts appear to be more interested in profits than performance. Please do your own research before getting advice.

Getting started

Step 1: Create a Rocket.net account and you’ll be prompted to add a coupon. Sign up with coupon OMM1 to get your first month for $1 (renews at $30/mo or $25/mo when paying yearly). If you sign up with my coupon or affiliate links, I get a commission which I seriously appreciate.

Rocket. Net omm1 coupon

Step 2: Request a free migration. They did this the same day and let me review my website before it was launched with no downtime. For the record, their support is better than Kinsta’s and you can reach out to Ben Gabler or his team (via phone/chat/email) if you have questions.

Step 3: Upgrade to PHP 8.1 and ask support to install Redis (they use Redis Object Cache). These are the only things I did since Cloudflare Enterprise and backups are both automatic.

Step 4: Retest your TTFB in SpeedVitals and click through your pages to see the difference. You can also search their TrustPilot profile for people mentioning “TTFB” where they’re rated 4.9/5.

Kinsta to rocket. Net migrationMoved to rocket. Net vs sitegroundRocket. Net positive review

Rocket. Net facebook review 1Rocket. Net vs kinstaKinsta to rocket. Net ttfb redis

Namehero cloudways rocket. Net
I agree with this for the most part

I was previously on Cloudways Vultr HF which was great, but their Cloudflare Enterprise doesn’t use full page caching (yet) and is $5/mo with annoying challenge pages. Even if their Cloudflare Enterprise was identical, Rocket.net still outperforms them with better specs like more CPU/RAM, Brotli, and LiteSpeed’s PHP (plus better support, easier to use, and usually pricing). While Cloudways is a big improvement than most hosts, you’re already spending $18/mo for Vultr HF’s lowest 1 CPU plan with Cloudflare Enterprise. At that point, the extra $7/mo you’d be spending at Rocket.net is worth it. Rocket.net’s dashboard is also much easier.

For small sites on a budget, NameHero’s Turbo Cloud plan is similar to Hostinger between LiteSpeed, cPanel, and pricing. However, NameHero’s Turbo Cloud plan has about 1.5x more resources (3 CPU + 3GB RAM) with NVMe storage. NameHero’s support/uptimes are also better shown in TrustPilot reviews. This is one the fastest setups on a budget… you get a LiteSpeed server + LiteSpeed Cache + QUIC.cloud CDN, and email hosting. The main con is their data centers are only in the US and Netherlands. If these aren’t close to your visitors, make sure to setup QUIC.cloud’s CDN which has HTML caching (ideally the paid plan which uses all 70 PoPs).

Cpu cores on litespeed hosting plansLitespeed cache litespeed server

Ram on litespeed hosting plansNamehero vs siteground feedback

 

8. Add Cloudflare’s CDN

A CDN (content delivery network) means your website is hosted on multiple data centers around the world. This reduces the geographical distance between your server and visitor, while offloading resources to those data centers (lightening the load on your own server). You can even use multiple CDNs like StackPath or KeyCDN which adds even more data centers.

Cdn-wordpress-recommendation

Cloudflare is free and has 250+ data centers which is well over most premium CDNs.

Step 1: Check if your host lets you enable Cloudflare in your account. If they do, activate Cloudflare then you’re done. If they don’t, you’ll need to change nameservers starting in step 2.

Cloudflare-nameserver-change

Step 2: Sign up for Cloudflare, choose the free plan, add your website, then let Cloudflare run their scan. Cloudflare will walk you through a set of pages until they assign you 2 nameservers.

Step 3: Login to your domain registrar and find the option to set custom nameservers (Google “custom namesevers on XYZ hosting company)”. Replace those nameservers with Cloudflare’s.

 

9. Disable Hotlinking

If you have high quality images on your website, people might be “borrowing” them to use on their own site. But instead of saving and uploading the images, people will copy/paste them from your site to theirs. This means you are hosting those images on your server (not good).

You can enable hotlink protection in Cloudflare or often times, in your hosting account. This prevents people from using up your precious server resources by copying/pasting your images.

Cloudflare hotlink protection

 

10. Minify Files

GTmetrix tells you to minify HTML, CSS, and JavaScript files.

Your cache plugin should take care of this (if not, make sure their settings are enabled).

 

11. Combine Files

If you have multiple CSS or JavaScript files, try combining in them into 1 single file.

The less CSS and JavaScript files you have, the less requests will be loaded on your website.

Step 1: Find your CSS (or JavaScript files).

Step 2: Copy/paste the contents so they’re all in one file.

Or, most cache plugins have an option to combine CSS + JavaScript:

Minify combine javascript files

 

12. Avoid Heavy Plugins

If you’re using WordPress plugins, Joomla Extensions, or any “add-ons” that add functionality to your website, make sure they don’t add to your load times (use GTmetrix for benchmarks).

The most common slow plugins are related to portfolios, sliders, social sharing, page builders, live chat, calendars, statistic (analytics), contact form, or related post plugins.

How To Find Slow Plugins On Your Website
If you see the same plugin showing up multiple times in your GTmetrix report, and it has high load times in your Waterfall tab, consider deleting it and replacing it with a more lightweight plugin. For WordPress, you can also use Query Monitor to see your slowest loading plugins.

Which Plugins To Avoid
See these 70+ slow WordPress plugins for the full list.

  1. AddThis
  2. AdSense Click Fraud Monitoring
  3. All-In-One Event Calendar
  4. Backup Buddy
  5. Beaver Builder
  6. Better WordPress Google XML Sitemaps
  7. Broken Link Checker
  8. Constant Contact for WordPress
  9. Contact Form 7
  10. Contextual Related Posts
  11. Digi Auto Links
  12. Disqus Comment System
  13. Divi Builder
  14. Elementor
  15. Facebook Chat

Bonus: Selectively Disable Plugins
Use a plugin like Assets Manager to selectively disable plugins from running on certain pages. For example, if you only use your contact form on the contact page, disable it everywhere else.

 

13. Clean Your Database

As you update posts, install and delete plugins, or perform other tasks on your website, this will start to accumulate bloat in your database. It’s best to clean it once every 2 weeks or so.

You can clean your database using the free WP-Optimize plugin, or use WP Rocket:

Wordpress database cleanup settings

 

14. Optimize External Resources

External resources are anything from embedded YouTube videos to Google Fonts, Google Analytics, Gravatars, and anything requiring information to be pulled form an outside website. These can destroy your GTmetrix report, especially Google AdSense as it runs on every page.

Tips For Optimizing External Resources

 

15. Combine Google Fonts

Are you using Google Fonts, Font Awesome or other external fonts?

These will probably cause extra requests in GTmetrix since they are an external resource.

Google-fonts-gtmetrix

Tips For Optimizing Google Fonts

  • Host Google Fonts locally
  • Only select fonts/weights you need
  • Combine multiple font files into 1 file (manually or via WP Rocket or Autoptimize)

 

16. Lazy Load Images + Videos

Lazy loading means images, videos, and iframes are only loaded once users scroll down the page and actually see them. This can significantly improve the initial load times of your pages.

Embedded videos can be one of the heaviest elements on a page – lazy loading 2 videos (and replacing the iframe with a preview image) shaved a whopping 4 seconds off one of my posts.

For WordPress, you can use WP Rocket, WP YouTube Lyte, or the Lazy Load plugin.

For Squarespace, try this Lazy Load feature.

Wp-rocket-lazy-load

 

17. Avoid Advertisements

Google AdSense is notorious for making websites load slow, and it’s not even that profitable. You can try Ad Balancer and Rocket Loader, but you will have many errors in your GTmetrix report regardless and are better off monetizing with affiliate marketing. Forget AdSense – most successful people making $50k+ are using affiliate links which don’t slow down your site.

Gtmetrix-advertisements

 

18. Consider AMP

AMP (accelerated mobile pages) make your mobile pages load faster while giving you an AMP stamp in mobile search results. The problem is, this changes the design of your mobile pages. You can use the AMP for WP plugin to customize them, but it’s just not the same. Kinsta’s conversions dropped 58% when adding AMP, so I actually decided to disable them on my own site. But it’s worth considering. Here’s an AMP tutorial for Squarespace if you’re using that.

 

19. Find Slow Pages In Google Analytics

You can find your slowest loading pages in Google Analytics under Behavior → Site Speed → Speed Suggestions.

Most often, these pages load slow because they have lots of images, videos, or external resources. That’s because most speed factors apply to your entire website, not just 1 page.

Speed-suggestions-google-analytics

 

20. WordPress-Specifics Optimizations

I’ve already covered quite a few WordPress-specific optimizations, but here are a few more.

Wordpress-speed-optimization-guide

  • Use a top-rated cache plugin like WP Rocket
  • Use a good image optimization plugin like ShortPixel
  • Use the Heartbeat Control plugin to disable Heartbeat API
  • Delete all plugins you’re not using and use lightweight plugins
  • Clean your database frequently using WP-Optimize or WP Rocket
  • Cache Gravatars using a plugin like Harrys Gravatar Cache, FV, or Optimum
  • Use Asset Manager to selectively disable plugins from loading on certain pages
  • Host Google Analytics locally using a plugin like WP Rocket or CAOS Analytics
  • Host Google Fonts locally using a plugin like OMGF or Self-Hosted Google Fonts

 

21. WooCommerce Optimizations

By default, WooCommerce adds extra scripts, styles, and cart fragments to your website. They also typically require more plugins. That’s why when choosing a hosting plan, you probably want to go VPS, cloud, or semi-dedicated hosting to ensure it can handle the extra resource consumption. Otherwise on shared hosting, you may end up exceeding your host’s CPU limits.

Woocommerce cart fragments

Disable Cart Fragments – cart fragments update the items and total in the cart, but they can take anywhere from 1 second to as long as 10 seconds to load. Your best bet is to disable cart fragments on the homepage + posts, since that’s where they’re not used. Follow that tutorial.

Disable WooCommerce Scripts – WooCommerce can also load around 8 different scripts on your website. To disable these, grab this code from Github and add it to your functions.php file.

Disable WooCommerce Styles – WooCommerce also has styles that load on every single page. Here is a guide for disabling them.

Perfmatters – this nifty plugin by Kinsta makes it easy to disable cart fragments, scripts, and styles. If you want an easy way to disable them without editing code, try this premium plugin.

Clear Customer Sessions – if your WooCommerce site is slow, try clearing customer sessions.

Increase Memory Limit to 256MB – WooCommerce requires you to increase your memory limit to 256MB, but you should really do this for most websites. Here’s a tutorial for doing that.

 

22. Hire Someone Who Knows What They’re Doing

Need help fixing your slow loading website?

I work with a few developers who specialize in WordPress speed optimization. You can check out their portfolio on that page, and I credit them to getting my GTmetrix scores to 100%. Cole manages all speed optimization projects, you can reach him at cole@onlinemediamasters.com.

 

23. Frequently Asked Questions

What factors have the biggest impact on load times?

Choosing the right hosting, plugins, and cache plugin can have a highest impact on your load times. Optimizing images and avoiding external resources like Google AdSense are also very important. Using a free content delivery network like Cloudflare will also help.

Which tool is best for testing speed?

GTmetrix has the most robust recommendations out of all speed testing tools. Google PageSpeed Insights is primarily good for 1 thing - measuring server response times.

How can I tell what's slowing down my website?

GTmetrix tells you which images need to be optimized, whether you're using a CDN, and plugins that may appear multiple times in your report or in your GTmetrix Waterfall. It also measures time to first byte which is a good indicator of whether your hosting is slow.

What are some lesser-known speed tips?

Many people don't upgrade their PHP version or optimize external resources like Google Fonts and YouTube videos. Lazy load images and videos, and hosting Google Fonts and Google Analytics locally can fix many items in GTmetrix. You should also join Facebook Groups to get unbiased opinions about the best hosting providers, to avoid affiliate traps.

Which hosting is best?

Cloudways was rated highly in Facebook polls and has a great reputation in Facebook Groups.

Which cache plugin is best?

WP Rocket was rated the #1 cache plugin in multiple Facebook polls, since it comes with many speed optimization features most cache plugins don't (lazy loading, database cleanup, hosting Google Fonts and Google Analytics locally). You should get optimal results with WP Rocket, otherwise Swift Performance is a good free plugin alternative.

I really hope this tutorial was helpful. If you need help, leave your GTmetrix report in the comments and I’ll hit you up with a few suggestions. Or consider hiring my speed optimizer.

Cheers,
Tom

You Might Also Like:

6 Comments...

  1. Hey Tom,
    great blog, it has really helped me a lot! One small thing, on section 20 you state:
    “Use a top-rated cache plugin like WP Rocket”.

    Your more recent guides suggest going with FlyingPress instead since Rocket is not as good as it was when this guide was written I believe,

    That’s all, have a nice day,
    Thanks for everything!

    Reply
    • Hey José,

      Yes, that’s correct. This guide is a little outdated and I’ll try to get to it soon… unless you’re on a LiteSpeed server, FlyingPress is the way to go.

      Reply
  2. This is such a fantastic resource!! Thank you for putting it together.

    I have been reaching many of the same conclusions after my own [limited] testing/comparisons (WP Rocket, Asset Cleanup (Pro), SiteGround hosting, ShortPixel), and then you have some additional items which are awesome. …these extra items have helped increase loading speed on one particular site!

    Moving from GoDaddy to SiteGround for example has been a HUGE improvement and while this may seem like a shameless plug, I have also moved from the Divi Theme (in Wordpress) to using OxygenBuilder and that move alone results in *significantly* improved site load times. Even before adopting any optimisations (sorry Divi :/ ) (** I know there are one or two other builders that also show fast results, Oxygen was just my personal choice)

    Thanks again. I’ll be sharing this post.

    Reply
    • Appreciate you sharing that Mianne! I’m actually starting to incorporate more recommendations for Oxygen Builder in my tutorials. Glad you’re having the success with your speed and thanks using my guide :)

      Reply
  3. Hi Tom,

    I really want to leave my full time job to be a full time affiliate marketer. I have a passion for health and fitness. I really am lost on where to start. I understand that I need a website, but on exactly how to start reviewing products and services I’m unsure where to begin and who to get in contact with.

    Reply
    • Hey Autumn,

      Get in contact with me :) I’m glad to help… I am always glad to help get people in the right direction.

      I have a guide on affiliate marketing which should help walk you through it. Choosing affiliates can be tough – what products do you use already? Have you checked if they have an affiliate program? Do they pay out a good commission? It requires a bit of research, but I see Amazon pays out a pretty high % for health and fitness (sports, personal care, clothing, etc). If you can find some high ticket items on Amazon that would give you a good commission, that is worth considering.

      You really don’t NEED to review products. You can write an article or create a video for a keyword like “how to fix bad lower back posture” (I found this in Google Autocomplete) then refer people to a foam roller. Just an example…

      First thing – you need a website or YouTube channel. Most affiliates like to see you are somewhat established and are taking it seriously, and have at least a small following. Then start practicing content creation – researching keywords, creating videos, creating blog posts with good on-page SEO, etc. Get really, really good at that (I have tutorials for those). When creating a piece of content, target a keyword where people are looking for a solution, where you can refer them to an affiliate product. You can always add affiliate links later – just focus on getting traffic to those articles/videos first (through SEO, social media, etc). But you should have an idea the affiliate(s) you want to partner with and their commissions… you don’t want to create content around affiliate products that won’t even make you a commission.

      My email in on my contact page if you want to chat over the phone and hopefully I can make sure you get you in the right direction.

      Reply

Leave a Comment