Mobile app version of vmapp.org
Login or Join
Murray432

: Google indexing fewer images after switching to CDN After switching to a CDN I noticed that my indexed image count went down. I have close to 1000 images on the site with correct tags, alt

@Murray432

Posted in: #Cdn #GoogleImageSearch #Images #Indexing

After switching to a CDN I noticed that my indexed image count went down. I have close to 1000 images on the site with correct tags, alt tags, and all of that. Only 50 are actually being indexed in the organic search.

It's a WordPress site with Yoast SEO plugin, using Maxcdn as my CDN.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Murray432

1 Comments

Sorted by latest first Latest Oldest Best

 

@Eichhorn148

Moving images to a CDN is similar to migrating the URLs of other content.


Use a subdomain of your main domain (images.example.com), don't use the CDN domain name (893.mebes.bigbadcdnhost.tld)
Use 301 permanent redirect (www.example.com/images/foo.jpg to images.example.com/images/foo.jpg)
Update your site so that you refer to the images at their new URLs everywhere on your site.
Ensure that your images are crawlable on the CDN (not blocked by robots.txt)


I helped move images to a CDN a few years ago. With those rules in place, we didn't lose any image search rankings.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme