SlideShare una empresa de Scribd logo
Quick Tricks to Increase Site Speed for SEO
(Plus Infographic)
By: Eugene Farber of ContentStrategyHub.com



Site speed and page load time are becoming
more and more important for several
reasons. It improves both the visitor
experience and makes it more likely that
the visitor will find you in the first place.
Needless to say, improving your site speed
should get at least a little bit of attention
from you.

In terms of reader/visitor experience, a faster website is obviously better. Each second that a
new visitor has to wait for your site to load is a second that they might leave. People have
insanely short attention spans.

Google knows this. And they have been incorporating page load times into their ranking
algorithm for quite some time now. That means that every marginal improvement in site
speed that you make is a chance for better rankings (and a better chance that your content
will be discovered in the first place).

Given all this, I know that this blog is way to slow!

Below you will find an infographic that illustrates the relationship between site speed and
SEO. But first, I want to give you some actionable tips that you can use to increase site
speed.

Note: I use WordPress, and approximately a quarter of all new websites launched today
do to, so some of these tips will be focused in speeding up WordPress. However, if you
don't use WordPress just focus on the function of the tool/plugin I mention and see if you
can replicate it on whatever platform you use.

Let's begin by actually measure your site speed now
TOOLS TO MEASURE YOU R SITE SPEED
Before you begin to try to increase your site speed you should analyze it to see where you
might be facing potential problems. Without this step you are basically trying to heal a
disease without diagnosing it first. Always start with a plan of action...no matter what you
do.

Google Webmaster Tools If you haven't hooked up your site to Google Webmaster Tools
you should do so. Among other things, you can monitor the general health of your website.
Sometimes you will spot problems that can greatly affect your site speed. I've stated before
that I have a love/hate relationship with Google. And this tool is part of the reason I love it.

Google Site Speed This is a free extension that you can install to your browser that will
help analyze your site speed. As usual, it's available for Chrome and Firefox. Unfortunately
it seems that IE Explorer is left behind again.

Pingdom If you don't want to install anything, Pingdom offers a great free tool to test and
analyze your site speed. Just visit the link, enter your URL, and the tool will do the rest.

If for some reason you don't like any of these tools, a simple search should yield you plenty
of other tools that you can take advantage of. I've always found these to be enough however.

Now let's talk about speeding up WordPress...


WORDPRESS PLUGINS TO INCREASE SITE SPEED
Most of these plugins made the list of "Top WordPress Plugins" that I previously put
together. The only new comer would be WP Smush.it (which I discovered after the fact).

If you are running your site or blog on WordPress, you have to install these plugins. They
will do wonders for increasing your site speed.

WP Smush.it This is a plugin that automatically optimizes your images, compresses them,
and strips them of any unnecessary data that can eventually really add up and take a toll on
your site performance.
Lazy Load This is another image-related plugin. This plugin hold off on loading images
below the fold until the visitor actually scrolls down to view them. This way the images don't
automatically load, and the visitor can see the initial content faster.

Revision Control WordPress automatically stores a revision history for pages and posts.
But it's likely that you don't need 10 copies of the same, slightly-revised content. This plugin
allows you to set a limit on how many revisions of each page or post you will save.

W3 Total Cache This plugin caches your site or blog so that visitors don't have to load the
entire thing from scratch every time they visit. It also gives you the option to clear the cache;
something you should use when you make major changes to the site.

WP Optimize This plugin optimizes your WordPress database and clears it of
any unnecessary, old and redundant data. I run this every once in a while to delete things
like spam comments, for example. It's annoying enough to be bombarded with spam on a
regular basis. It's even more annoying to have those spam comments take up vital resources
and slow down the load time of the blog.

Remember that Less is More! I'm certainly guilty of this sometimes. I like to
experiment and test things out. And that includes playing around with WordPress plugins.
However, the more plugins you install the more strain you are putting on your site (which
slows down load times).

Delete unused plugins and themes. And try to keep the plugins you use to only the ones you
deem necessary to the functionality of your site or blog.


A COUPLE OF NINJA TRICKS TO INCREASE SITE
SPEED

U S E E X T E R NA L ST O RA GE

This is something that I really started doing recently. I've always known that media eats up
a lot of storage resources but never paid much attention to it because I don't post too much
video or audio, and usually post a single image per post.

However, these things really add up over time; especially when you start sharing
infographics.
A lot of bloggers and site owners recommend Amazon s3 storage for media. There is
absolutely nothing wrong with that. It's a great service. But I prefer to take the free option
whenever possible.

So far I've used these services:

Dropbox: I've tried other cloud storage services but none are as easy to use as Dropbox in
terms of actually embedding or sharing the content. All you have to do is load up whatever
media you want to use and share to your Dropbox account, copy the "public" link it provides
you, and embed or email it out.

This is what I use for some of my video storage (i.e. webcasts) and product delivery.

Kiwi6: This is a great service for free mp3 storage. If you run a podcast on your blog/site or
just host a lot of audio, this might be a great option. This service also makes it easy to embed
the audio by providing you a direct hotlinking address.

WordPress.com: Yes, the free version of WordPress has plenty of advantages too.
Namely, it's free and it's still WordPress. I created a free account to store large images like
the infographic you will see below. Then I just hotlink to them and display them (like you
see in this post).

That way I still have the image in my WordPress account, but it's not being stored under my
hosting account.

Hotlinking like this doesn't work in all instances however. If you go to this blog's homepage
you will see thumbnails of featured images for many of the blog posts. The featured
image must be in your self-hosted media library.

Speaking of hotlinking...


P R E V E N T IN G H OT L IN KI N G

While I am in favor of hotlinking out to other sites (especially my own free Wordpress
account) I don't particularly want people hotlinking to images I am hosting.

It slows me down.
While the solution I present here may not prevent 100% of people trying to hotlink to my
images, it will give me some free promotion from those who do decide to hotlink my images.

I insert this code into my .htaccess file which automatically replaces any hotlinking attempts
to an image with an image of my choosing. And the image of my choosing looks like this:




When someone tries to hotlink to an image I am hosting, this is the image they will get
instead. It used to lead directly to the sales page of my Strategic Content Launch Pad book.
But now it redirects to the Marketing Toolbox Signup Page.

Below is the .htaccess code that I use to accomplish this (I have other code in the file, but
this is the one that directly applies to this hotlinking feature).




RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www.)?contentstrategyhub.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://(www.)?linkedin.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://(www.)?onlineincomeschool.com/.*$ [NC]
RewriteRule .(gif|jpg)$ http://www.contentstrategyhub.com/hotlinking.jpg [R,L]
Feel free to copy-and-paste this and insert it into your own .htaccess file. You will notice
that I have a few websites listed that are exempted from this "rewrite" rule. One of them is
LinkedIn.

When I created this file it seemed that LinkedIn was the only social network that rewrite
rule actually affected, and it wouldn't load the thumbnails I wanted it to when sharing my
content. That's a serious problem for me because I do a lot of my promotion on LinkedIn
(and get much better results than I normally do with Facebook).


SITE SPEED AND SEO INFOGRAPHIC
Finally, on the page following this one is an infographic from QuickSprout dipsplaying how
important it is to increase site speed to improve SEO.

Enjoy :).




       Click here to get free access to “The Marketing Toolbox” – a huge
      collection of the best tools to make online marketing quick, efficient
                                   and effective:

                                       Get Access Here
Quick Tricks to Increase Site Speed for SEO (Plus Infographic)

Más contenido relacionado

Último

Structuring Teams and Portfolios for Success
Structuring Teams and Portfolios for SuccessStructuring Teams and Portfolios for Success
Structuring Teams and Portfolios for Success
UXDXConf
 

Último (20)

Agentic RAG What it is its types applications and implementation.pdf
Agentic RAG What it is its types applications and implementation.pdfAgentic RAG What it is its types applications and implementation.pdf
Agentic RAG What it is its types applications and implementation.pdf
 
Where to Learn More About FDO _ Richard at FIDO Alliance.pdf
Where to Learn More About FDO _ Richard at FIDO Alliance.pdfWhere to Learn More About FDO _ Richard at FIDO Alliance.pdf
Where to Learn More About FDO _ Richard at FIDO Alliance.pdf
 
AI revolution and Salesforce, Jiří Karpíšek
AI revolution and Salesforce, Jiří KarpíšekAI revolution and Salesforce, Jiří Karpíšek
AI revolution and Salesforce, Jiří Karpíšek
 
Optimizing NoSQL Performance Through Observability
Optimizing NoSQL Performance Through ObservabilityOptimizing NoSQL Performance Through Observability
Optimizing NoSQL Performance Through Observability
 
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptxIOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
 
SOQL 201 for Admins & Developers: Slice & Dice Your Org’s Data With Aggregate...
SOQL 201 for Admins & Developers: Slice & Dice Your Org’s Data With Aggregate...SOQL 201 for Admins & Developers: Slice & Dice Your Org’s Data With Aggregate...
SOQL 201 for Admins & Developers: Slice & Dice Your Org’s Data With Aggregate...
 
ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...
ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...
ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...
 
10 Differences between Sales Cloud and CPQ, Blanka Doktorová
10 Differences between Sales Cloud and CPQ, Blanka Doktorová10 Differences between Sales Cloud and CPQ, Blanka Doktorová
10 Differences between Sales Cloud and CPQ, Blanka Doktorová
 
ECS 2024 Teams Premium - Pretty Secure
ECS 2024   Teams Premium - Pretty SecureECS 2024   Teams Premium - Pretty Secure
ECS 2024 Teams Premium - Pretty Secure
 
UiPath Test Automation using UiPath Test Suite series, part 2
UiPath Test Automation using UiPath Test Suite series, part 2UiPath Test Automation using UiPath Test Suite series, part 2
UiPath Test Automation using UiPath Test Suite series, part 2
 
AI presentation and introduction - Retrieval Augmented Generation RAG 101
AI presentation and introduction - Retrieval Augmented Generation RAG 101AI presentation and introduction - Retrieval Augmented Generation RAG 101
AI presentation and introduction - Retrieval Augmented Generation RAG 101
 
UiPath Test Automation using UiPath Test Suite series, part 1
UiPath Test Automation using UiPath Test Suite series, part 1UiPath Test Automation using UiPath Test Suite series, part 1
UiPath Test Automation using UiPath Test Suite series, part 1
 
Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...
Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...
Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...
 
How Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdf
How Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdfHow Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdf
How Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdf
 
Structuring Teams and Portfolios for Success
Structuring Teams and Portfolios for SuccessStructuring Teams and Portfolios for Success
Structuring Teams and Portfolios for Success
 
Syngulon - Selection technology May 2024.pdf
Syngulon - Selection technology May 2024.pdfSyngulon - Selection technology May 2024.pdf
Syngulon - Selection technology May 2024.pdf
 
Buy Epson EcoTank L3210 Colour Printer Online.pdf
Buy Epson EcoTank L3210 Colour Printer Online.pdfBuy Epson EcoTank L3210 Colour Printer Online.pdf
Buy Epson EcoTank L3210 Colour Printer Online.pdf
 
Salesforce Adoption – Metrics, Methods, and Motivation, Antone Kom
Salesforce Adoption – Metrics, Methods, and Motivation, Antone KomSalesforce Adoption – Metrics, Methods, and Motivation, Antone Kom
Salesforce Adoption – Metrics, Methods, and Motivation, Antone Kom
 
FDO for Camera, Sensor and Networking Device – Commercial Solutions from VinC...
FDO for Camera, Sensor and Networking Device – Commercial Solutions from VinC...FDO for Camera, Sensor and Networking Device – Commercial Solutions from VinC...
FDO for Camera, Sensor and Networking Device – Commercial Solutions from VinC...
 
Introduction to Open Source RAG and RAG Evaluation
Introduction to Open Source RAG and RAG EvaluationIntroduction to Open Source RAG and RAG Evaluation
Introduction to Open Source RAG and RAG Evaluation
 

Destacado

How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental Health
ThinkNow
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
Kurio // The Social Media Age(ncy)
 

Destacado (20)

How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental Health
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
 
Skeleton Culture Code
Skeleton Culture CodeSkeleton Culture Code
Skeleton Culture Code
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
 
How to have difficult conversations
How to have difficult conversations How to have difficult conversations
How to have difficult conversations
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project management
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
 
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
 
12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work
 
ChatGPT webinar slides
ChatGPT webinar slidesChatGPT webinar slides
ChatGPT webinar slides
 

Quick Tricks to Increase Site Speed for SEO (Plus Infographic)

  • 1. Quick Tricks to Increase Site Speed for SEO (Plus Infographic) By: Eugene Farber of ContentStrategyHub.com Site speed and page load time are becoming more and more important for several reasons. It improves both the visitor experience and makes it more likely that the visitor will find you in the first place. Needless to say, improving your site speed should get at least a little bit of attention from you. In terms of reader/visitor experience, a faster website is obviously better. Each second that a new visitor has to wait for your site to load is a second that they might leave. People have insanely short attention spans. Google knows this. And they have been incorporating page load times into their ranking algorithm for quite some time now. That means that every marginal improvement in site speed that you make is a chance for better rankings (and a better chance that your content will be discovered in the first place). Given all this, I know that this blog is way to slow! Below you will find an infographic that illustrates the relationship between site speed and SEO. But first, I want to give you some actionable tips that you can use to increase site speed. Note: I use WordPress, and approximately a quarter of all new websites launched today do to, so some of these tips will be focused in speeding up WordPress. However, if you don't use WordPress just focus on the function of the tool/plugin I mention and see if you can replicate it on whatever platform you use. Let's begin by actually measure your site speed now
  • 2. TOOLS TO MEASURE YOU R SITE SPEED Before you begin to try to increase your site speed you should analyze it to see where you might be facing potential problems. Without this step you are basically trying to heal a disease without diagnosing it first. Always start with a plan of action...no matter what you do. Google Webmaster Tools If you haven't hooked up your site to Google Webmaster Tools you should do so. Among other things, you can monitor the general health of your website. Sometimes you will spot problems that can greatly affect your site speed. I've stated before that I have a love/hate relationship with Google. And this tool is part of the reason I love it. Google Site Speed This is a free extension that you can install to your browser that will help analyze your site speed. As usual, it's available for Chrome and Firefox. Unfortunately it seems that IE Explorer is left behind again. Pingdom If you don't want to install anything, Pingdom offers a great free tool to test and analyze your site speed. Just visit the link, enter your URL, and the tool will do the rest. If for some reason you don't like any of these tools, a simple search should yield you plenty of other tools that you can take advantage of. I've always found these to be enough however. Now let's talk about speeding up WordPress... WORDPRESS PLUGINS TO INCREASE SITE SPEED Most of these plugins made the list of "Top WordPress Plugins" that I previously put together. The only new comer would be WP Smush.it (which I discovered after the fact). If you are running your site or blog on WordPress, you have to install these plugins. They will do wonders for increasing your site speed. WP Smush.it This is a plugin that automatically optimizes your images, compresses them, and strips them of any unnecessary data that can eventually really add up and take a toll on your site performance.
  • 3. Lazy Load This is another image-related plugin. This plugin hold off on loading images below the fold until the visitor actually scrolls down to view them. This way the images don't automatically load, and the visitor can see the initial content faster. Revision Control WordPress automatically stores a revision history for pages and posts. But it's likely that you don't need 10 copies of the same, slightly-revised content. This plugin allows you to set a limit on how many revisions of each page or post you will save. W3 Total Cache This plugin caches your site or blog so that visitors don't have to load the entire thing from scratch every time they visit. It also gives you the option to clear the cache; something you should use when you make major changes to the site. WP Optimize This plugin optimizes your WordPress database and clears it of any unnecessary, old and redundant data. I run this every once in a while to delete things like spam comments, for example. It's annoying enough to be bombarded with spam on a regular basis. It's even more annoying to have those spam comments take up vital resources and slow down the load time of the blog. Remember that Less is More! I'm certainly guilty of this sometimes. I like to experiment and test things out. And that includes playing around with WordPress plugins. However, the more plugins you install the more strain you are putting on your site (which slows down load times). Delete unused plugins and themes. And try to keep the plugins you use to only the ones you deem necessary to the functionality of your site or blog. A COUPLE OF NINJA TRICKS TO INCREASE SITE SPEED U S E E X T E R NA L ST O RA GE This is something that I really started doing recently. I've always known that media eats up a lot of storage resources but never paid much attention to it because I don't post too much video or audio, and usually post a single image per post. However, these things really add up over time; especially when you start sharing infographics.
  • 4. A lot of bloggers and site owners recommend Amazon s3 storage for media. There is absolutely nothing wrong with that. It's a great service. But I prefer to take the free option whenever possible. So far I've used these services: Dropbox: I've tried other cloud storage services but none are as easy to use as Dropbox in terms of actually embedding or sharing the content. All you have to do is load up whatever media you want to use and share to your Dropbox account, copy the "public" link it provides you, and embed or email it out. This is what I use for some of my video storage (i.e. webcasts) and product delivery. Kiwi6: This is a great service for free mp3 storage. If you run a podcast on your blog/site or just host a lot of audio, this might be a great option. This service also makes it easy to embed the audio by providing you a direct hotlinking address. WordPress.com: Yes, the free version of WordPress has plenty of advantages too. Namely, it's free and it's still WordPress. I created a free account to store large images like the infographic you will see below. Then I just hotlink to them and display them (like you see in this post). That way I still have the image in my WordPress account, but it's not being stored under my hosting account. Hotlinking like this doesn't work in all instances however. If you go to this blog's homepage you will see thumbnails of featured images for many of the blog posts. The featured image must be in your self-hosted media library. Speaking of hotlinking... P R E V E N T IN G H OT L IN KI N G While I am in favor of hotlinking out to other sites (especially my own free Wordpress account) I don't particularly want people hotlinking to images I am hosting. It slows me down.
  • 5. While the solution I present here may not prevent 100% of people trying to hotlink to my images, it will give me some free promotion from those who do decide to hotlink my images. I insert this code into my .htaccess file which automatically replaces any hotlinking attempts to an image with an image of my choosing. And the image of my choosing looks like this: When someone tries to hotlink to an image I am hosting, this is the image they will get instead. It used to lead directly to the sales page of my Strategic Content Launch Pad book. But now it redirects to the Marketing Toolbox Signup Page. Below is the .htaccess code that I use to accomplish this (I have other code in the file, but this is the one that directly applies to this hotlinking feature). RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://(www.)?contentstrategyhub.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://(www.)?linkedin.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://(www.)?onlineincomeschool.com/.*$ [NC] RewriteRule .(gif|jpg)$ http://www.contentstrategyhub.com/hotlinking.jpg [R,L]
  • 6. Feel free to copy-and-paste this and insert it into your own .htaccess file. You will notice that I have a few websites listed that are exempted from this "rewrite" rule. One of them is LinkedIn. When I created this file it seemed that LinkedIn was the only social network that rewrite rule actually affected, and it wouldn't load the thumbnails I wanted it to when sharing my content. That's a serious problem for me because I do a lot of my promotion on LinkedIn (and get much better results than I normally do with Facebook). SITE SPEED AND SEO INFOGRAPHIC Finally, on the page following this one is an infographic from QuickSprout dipsplaying how important it is to increase site speed to improve SEO. Enjoy :). Click here to get free access to “The Marketing Toolbox” – a huge collection of the best tools to make online marketing quick, efficient and effective: Get Access Here