Jump to content

Content Delivery Network (CDN), SSL, and SEO


Ben90

Recommended Posts

Hi guys,

 

I'd like to ask the impact of using CDN to SEO. I am using SSL for the website, and is it alright for SEO if I just using shared SSL from CDN provider? The address will be like domain.r.worldssl.net.

 

I read from some articles that it is best to make it like cdn.domain for SEObut it means I need to purchase another SSL for that particular address.

 

Any thoughts?  :)

Link to comment
Share on other sites

Yeah I do this, not all that cheap really. So long as the CDN provider allows custom crt at a reasonable cost. You need to shop around a bit for that. If you already own a crt from say digicert then they will generally allow to upgrade your existing.

 

The type of cert which I use is actually a multi domain certificate, common name, plus SAN (Subject Alternative Name). The SAN is what is setup as a cname and points to the CDN.

 

Also, it's not so much for SEO. It's more so my customers don't see some random address which can appear a bit suspect to some visitors.

Link to comment
Share on other sites

That means you must buy wild card SSL

 

I have it already, Kyrios. But I haven't changed it yet in CDN admin panel. Do you have any idea what's the best address for CDN custom address?

 

Yeah I do this, not all that cheap really. So long as the CDN provider allows custom crt at a reasonable cost. You need to shop around a bit for that. If you already own a crt from say digicert then they will generally allow to upgrade your existing.

 

The type of cert which I use is actually a multi domain certificate, common name, plus SAN (Subject Alternative Name). The SAN is what is setup as a cname and points to the CDN.

 

Also, it's not so much for SEO. It's more so my customers don't see some random address which can appear a bit suspect to some visitors.

 

I reckon I can use a custom url by providing them a CRT of my SSL. What is the most SEO friendly url for CDN? Is it like this: cdn.sitename.com ?

 

I am a bit worried about SEO while using shared SSL even though I set my domain name at the beginning of custom public SSL url.

 

Well, the CDN provider told me to put this on the homepage:

# serve different robots.txt for CDN77's edge servers
# so search bots will be blocked on edge server's robots.txt file
RewriteEngine On
RewriteCond %{HTTP:VIA} ^.*\.worldcdn\..*$ 
RewriteRule ^robots\.txt$ robots_cdn77.txt [L]

And create robots_cdn77.txt containing this:

User-agent: *
Disallow: / 

Any thoughts?  :)

Edited by Ben90 (see edit history)
Link to comment
Share on other sites

  • 1 month later...

You are going to reduce your SEO by using a CDN. I am developing a work around for one of my clients fixing the issue. But using a CDN will de-index all of your images on the main domain, making your site look smaller and removing any click throughs you get from google images.

  • Like 1
Link to comment
Share on other sites

  • 5 months later...

Tung, 

 

It does affect SEO. It will drop the ranking of your current images out of the search engines. For some sites the image ranking means something for others it does not. You can set the canonical headers in the images, but from what I have seen google does not respect them. We just disable the media servers if google is requesting the page.

  • Like 1
Link to comment
Share on other sites

 

 

It does affect SEO. It will drop the ranking of your current images out of the search engines. For some sites the image ranking means something for others it does not. You can set the canonical headers in the images, but from what I have seen google does not respect them. We just disable the media servers if google is requesting the page.

Makes sense. Thank you!

Link to comment
Share on other sites

  • 8 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...