CDN for SEO (or not)?
-
Does CDN impact on SEO or not?
There seems conflicting ideas as to whether they impact positively or negatively, I realise that if the page loads quicker this is a good thing for SEO and usability of course.
Does Google see CDN as just cheating and a get-around for not doing the work from the ground up and using good hosting etc?
Do you have any direct experience?
All constructive input much appreciated!
-
Thank you, Dirk.
I always enjoy getting explicit answers from people who I have grown to trust.
Thanks!
-
I doubt that Google is seeing using a CDN as cheating - it is one of the factors which helps increasing the speed of the site and increase user experience. It would be an ideal world if you could get a 100% score on Pagespeed Insights and all A scores on webpagetest.org - but you have to start somewhere, and adding a CDN is normally one of the easier things to do. So it's certainly not cheating - rather taking a step in the good direction.
Apart from that, Google is offering a CDN itself (https://cloud.google.com/dns/docs).
rgds,
Dirk
-
Hi Egol,
You can mask the url of the CDN behind your own url - so rather than displaying d3vam04na8c92l.cloudfront.net/imagename.jpg (the example is Cloudfront but it's possible for most CDN's) it could be something like images.mysite.com/imagename.jpg - so links to these pages would still be beneficial to your domain rather than the cdn.
Dirk
-
I like the answer given by Nitin. I agree with the speed benefits and that has tempted me to consider CDNs.
I also have a question to toss out....
Let's imagine that I have a site with very popular images or very popular pdf, ppt, doc, etc files. If those are on my domain then google can easily see that popular images in image search are associated with my domain. Also if people embed my images or hotlink my images or link to my pdf ppt doc, etc files then google can see that activity and popularity is associated with my domain.
Many sites have enormous investments beyond typical webpages. Google does rank pdf ppt doc etc files. They accumulate pagerank and have the ability to pass link benefits. In addition, they can build brand mention popularity, as an example, people can say... "Look at this great photo on egol.com" and that mention, I believe, can provide ranking benefit, advertising value for your domain. If people who find your image or other document instead say... "Look at this great photo on xyz123cdn.com" then that strips those benefits from my domain. It strips type-in traffic from my domain.
Does anyone know of any testing or statements from Google that address how image and information files work when used on CDN.
-
Hi,
Generally, people advice to use CDN for serving static content very fast on your site, that helps you improve your page speed and hence, there it adds value from SEO & UX perspective.
Now, the definition of CDN will help you understand how exactly it can help you improve your page speed. So, here you go:
"A CDN is essentially a network of geographically dispersed servers. Each CDN node (also called Edge Servers) caches the static content of a site like the images, CSS/JS files and other structural components. The majority of an end-user's page load time is spent on retrieving this content, and so it makes sense to provide these "building blocks" of a site in as many server nodes as possible, distributed throughout the world.
When a user requests your site, the node closest in proximity to user will deliver the static content, ensuring the shortest distance for the data to travel (reduced latency), therefore providing the fastest site experience."
Also, check the attached image to understand it well. Hope this helps
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
Unique content for international SEO?
Hi Guys, We have a e-commerce store on generic top-level domain which has 1000s of products in US. We are looking to expand to aus, uk and canda using subfolders. We are going to implement hreflang tags. I was told by our SEO agency we need to make all the content between each page unique. This should be fine for cateogry/product listing pages. But they said we need to make content unique on product pages. If we have 1000 products, thats 4000 pages, which is a big job in terms of creating content. Is this necessary? What is the correct way to approach this, won't the hreflang tag be sufficent to prevent any duplicate content issues with product pages? Cheers.
Intermediate & Advanced SEO | | geekyseotools0 -
Multi-Store SEO
I am currently developing a website which will have a multi-store function, i.e. one for US & ROW customers and one for UK & EU customers. The domain names will be along the lines of: Original domain: www.website.com UK & EU domain: eu.website.com US & ROW domain: us.website.com When a customer visits the website they will be redirected to one or the other depending on their location. Can anyone see any problems which this may cause in respect to SEO? I know there may be a duplicate content issue here also, how should I best deal with this?
Intermediate & Advanced SEO | | moon-boots0 -
Where do we focus from an SEO perspective?
I run a digital business development consulting company. Our core has always been centered around consulting with client to develop strategy and then working with a set of vendors in a variety of different services types to implement the strategy. I'm struggling right now to determine the best approach for our own SEO. Our website is http://phase2solutions.net. What suggestions would you have on the approach here? Feel free to share your service as well as the tactical end is something we are looking to outsource. Thank you.
Intermediate & Advanced SEO | | phase2solutions0 -
Yoast seo title question
I was referred to this plugin and have found it to be the most irritating and poorly designed plugin in the world. I want to be able to set my titles without it changing my page headers as well. For instance - If I set my title to be "This is my article name | site name" it will make my H1 tag read the same. I do not want or desire this nonsense. Why would they think this is something wise? Why would I want my site name on every single H1 tag on my site? How can I fix this? I only want my title to be my title. I want my H1 tag to remain the post/page name that I define in wordpress.
Intermediate & Advanced SEO | | Atomicx0 -
Video SEO for Google
I was wondering what the prime factors were to make something rank for a video on Google. Does anyone have any suggestions? I think that length may be important, but I don't know what the ideal run time is. Hypothetically for local SEO, would I be better off doing a tag like "Mercedes Buffalo NY" or do individual tags of "Mercedes" and "Buffalo" Thanks!
Intermediate & Advanced SEO | | oomdomarketing0 -
Page Speed Factors For SEO
Hey Guys, I have developed a page and optimised it. I have got a dilemma, I have 2 variants of the optimised page I could use. The page is responsive and uses bootstrap from an external CDN. The 2 variants: External CDN - This is adding an an extra request and is delivering the entire framework (not ideal for mobile) I've looked in the node/grunt.js route (+unCSS) to remove redundant CSS, which led me to my next variant. Inline CSS. After doing some grunt.js work I shaved out the redundant code from the framework then added it inline. I will also point out that all assets are optimised, all CSS/JS/HTML is minifed. In terms for score the 1st variant is less than the second, but I believe that most users of the internet already have bootstrap cached due to it being so common. The ultimate question comes down to ranking, I'm not entirely sure where I draw the line between development and SEO (I will also ask in Stack Overflow). Which one would rank better? all other factors being equal.
Intermediate & Advanced SEO | | AkashMakwana0 -
International SEO and Server Hosting
I am quite new to international SEO. I have a customer who wants to use the same website content on various domains targeting different countries. Such as; xxxx.hk - same content targeting Hong Kong xxxx.co.uk - same content targeting UK xxxx.de - same content targeting Germany I found that it could be possible with the Google suggested hreflang without any duplicate content problem. Is that true? Could someone explain this for me. Another question; if above is true do we need to make other adjustments as well. Such as; Any adjustments in Google Webmaster Tools (for each domain) Server location, does that really make a difference? Can we host each of the domains on the same server or should we seperate them and host each one on the country it is targeting ? Thanks in advance!
Intermediate & Advanced SEO | | stradiji0 -
Region specific SEO
I am doing SEO for a client in Canada. A few of his keywords are: palliative care
Intermediate & Advanced SEO | | KS__
home health care
home care
respite care
senior care He wants to attract vistors only from Calgary specifically, not Canada wide. What should I do to optimize his website only for Calgary region? Should I add the word 'Calgary' to all his keywords?0