WordPress Image Attachment Pages Can Sometimes Hurt Your Site’s SEO

If you have a blog powered by the WordPress blogging platform, read this.

WordPress is one of the most popular blogging platform and content management systems, which powers millions of blogs and websites. If you have a web server and want to start your own self hosted blog, nothing is as easy and as customizable as WordPress is.

Barring the great features of WordPress, there are some flaws or holes in how WordPress generates the different pages of your site. And a webmaster should be very careful in dealing with the unnecessary machine generated pages on his/her blog.

WordPress Image Attachment Pages

Whenever you write a new blog post and attach an image within the WordPress post editor, the image is uploaded to the default image directory of your WordPress installation. Let’s say you have installed WordPress in a custom directory of your website e.g www.domain.com/files/ but using the web address as www.domain.com.

When you upload a new image to one of your blog posts, the image will be stored under www.domain.com/files/wp-content/uploads by default. You can however define a custom directory or subdomain for images and call the image from the FTP server using “Add Image from URL” .But in case you’re using the earlier option (i.e uploading images from the WordPress post editor), it might actually hurt your site’s visibility in the eyes of the search engine.

This is because whenever you upload an image from the WYSIWYG post editor, WordPress creates a separate image attachment page. The image attachment page will hold only the image of the post with practically no content in it.

Let’s say one of your blog posts whose URL is http://domain.com/hello-world/ has an image with the file name of welcome.png. When you publish that article, the URL of your blog post will be http://domain.com/hello-world/1/ (this depends upon the permalink structure of your site).

Additionally, a new page will also be created which will contain only the image e.g http://domain.com/hello-world/welcome/. The following demonstration will clear the idea

Wordpress image attachment page

Now here are some problems with WordPress image attachment pages.

1. If you add 5 images to one blog post, WordPress will create 6 URL’s after you hit the “Publish” button. One URL will be that of the original article, while 5 other URL’s will be generated for all those images contained in the blog post.

2. Checking the source code for WordPress image attachment pages, you will find that all of them do not contain the “NoIndex” meta tag. Which means, the search bots can discover and index those useless Image attachment pages.

3. SEO plugins like All In One SEO Pack have the ability to enter the canonical URL of a page within the source but surprisingly, the canonical URL generated for each image attachment page is not the actual URL of your blog post. It is the same URL of the image attachment page, as shown in the following screenshot

 

Canonical URL of Image attachment page in WordPress

How The Image Attachment Page Of WordPress Might Hurt Your Site

Google has recently tightened it’s grips on spam sites who plagiarize content from genuine sources or do not produce original content on their own. The current buzz word is “Content farm” and if your site has a lot of unnecessary pages with practically no content in them – your site might be accidentally sending “Content farm signals” to the Googlebot.

Furthermore, linking to images from the actual post will allow the Googlebot to crawl those attachment pages and will dilute the Google juice flowing through the actual content pages. If you populate Google’s web index with “content-less” pages, your site may get flagged as a content mill.

Recently, while checking through the error reports of Google webmaster tools, I found that a lot of these image attachment pages were indexed. Checking through the source code of these image attachment pages, I found that they are not Noindexed.

This is a serious SEO blunder !

How To Prevent Indexing of WordPress Image Attachment Pages

There are two ways to prevent the crawling of useless image attachment pages, generated by WordPress.

Either, add a “Noindex,Follow” meta tag to all image attachment pages. You will need to edit the attachment.php or single.php file of your theme and add the meta tag manually.

A much simpler option is to use the Robots Meta WordPress plugin. This is by far one of the best WordPress plugin to Noindex the unnecessary pages of your site e.g tag, category, date, author etc. Once you have installed the plugin, open the plugin options and you will see an entry as “Redirect attachment URL’s to parent Post URL”

Noindex WordPress attachment pages

Once you have enabled that selection, all the image attachment pages of WordPress will redirect to their original post pages. The redirect in place will be a 301 permanent redirect which will pass on the message to the Googlebot “This page has permanently moved to this new location”

Once you are  sure that all the attachment pages are properly redirecting to their individual post URL’s, login to your Google webmaster tool reports and use the URL removal tool to remove all the previously crawled image URL’s of your site.

301 redirecting useless pages to their actual content is a good practice – this helps the search engines discover the actual content on your site without letting them divert across an enormus cloud of useless, junk pages.

Also read: Prevent hotlinking of your site’s images and save bandwidth

Related articles

Dell Inspiron i7559-3763BLK

Best Laptops Under $1500 for Everyday Usage

Bulk UnFollow Inactive Twitter Followers

How to See Follower Stats and Bulk UnFollow Inactive Twitter Followers

How to Control Google Play Music When Screen is Locked on Android

How To Control The Music App On Your Android When The Screen Is Locked

Browser Opening An Unknown Page At System Startup

Is Your Browser Opening An Unknown Page At System Startup? Here is The Fix

5 comments

  1. Jordan Godbey says:

    Wow this was exactly what I needed! I accidentally found out I had these extra pages created from the attachments in posts and this fixed it perfectly. Thanks!

  2. Mitsch says:

    Thanks a lot! In fact i have a lot of these stupid attachment pages and the Panda update hit me hard….
    But now i use robots meta! I hope panda won’t bite me anymore.

  3. gauharjk says:

    My image attachment pages are still not redirecting.. They go into a permanent loop, and I get an error message 

    “Error 310 (net::ERR_TOO_MANY_REDIRECTS)”

    Any other way to make this work?

  4. Samet says:

    Hi This is very good article. İ will write your article in Turkish language on my webmaster forum.  robots meta plugin is very useful. Thanks this article. Your page is very very good. Thanks

  5. Chethana says:

    Thank you for this awesome post … How do I prevent google from indexing my woo-commerce website’s variable product variations pages ? Why WordPress will create a separate page for each variation?

Leave a Reply

Your email address will not be published. Required fields are marked *