27 Checklists for Making WordPress Blog SEO Friendly

Irrespective of if or not you use a SEO plugin, it is always a good idea to conduct some manual checks on your blog to ensure everything is working as it is supposed to. Faulty plugin settings, badly written custom code, badly coded themes can all cause SEO related issues which can easily go unnoticed and can hurt your blog's search engine rankings.

Here are 27 standard checks that you can periodically conduct on your wordpress blog to ensure that your blog is free from SEO related issues.

Optimizing Homepage

Homepage is the most important page on your blog as far as SEO is concerned. Here are some standard checks for your blog's homepage:

1.) Have a Unique Title Tag for your Homepage

Check to make sure that your blog's homepage has a descriptive title tag. The title tag should not just be SiteName.com but should include your most important keywords that aptly identify your blog.

For instance: if your site sells cookies and your unique selling point is that the cookies are vegan and that they are delivered free across the US, you can have a title tag as follows:

Delicious All Natural Vegan Cookies | Delivered Free Across USA | SiteName

2.) Add a Meta Description Tag for Your Homepage

Even if you do not add meta description tags to your internal pages, it is important that you add one for your homepage. Just make sure that your meta description tag aptly summarizes what your blog is all about.

To achieve this without using a plugin, check out my article on adding meta description tags using wordpress custom fields.

Note: If your homepage is paginated, restrict the meta tags to appear only on the first page and not on paginated pages as this can lead to meta tag duplication issues.

3.) If Your Homepage is Paginated Add Page Numbers to Title Tags

If your homepage has pagination, check to make sure that the paginated pages have the page number added to their title tags to avoid title tag duplication.

In addition to that, make sure that the rel="next" and rel="prev" tags are present. These tags help Google and other search engines understand that all paginated pages are part of the same sequence and hence are not to be indexed as separate pages. This is automatically taken care of if you are using the Yoast SEO plugin. If not, check out this article on how you can add these tags to your blog.

You can also consider adding a Robots NOINDEX tag to all paginated sub-pages. Make sure that you do not add the NOINDEX to the homepage and only add them to the paginated sub-pages.

Optimizing Archive Pages

WordPress generates the following archive pages:

  • Category based archives
  • Tag based archives
  • Author based archives
  • Date based archives

These pages can cause duplicate content issues because they have little to no unique content and can run into numerous pages if your blog has many articles. Here are some points on how to prevent this from happening and a few other optimization checks for archive pages.

4.) Add Category and Author Descriptions

If possible add a category description to the main category archive page and display the author description on the main author archive page. This will ensure that the pages have some unique content. Restrict this description to the first (main) page only.

5.) Add Next and Prev Meta Tags to paginated archives

It is a good practice to add the rel="prev" and rel="next" meta tags to all archive pages that are paginated to indicate that they belong to the same sequence. If you want to know how to add these tags without using a plugin check out this article.

6.) Add Page Numbers to Title Tags of Paginated Pages

Check to make sure that the title tags on paginated archive pages display the page number. In the absence of a Page number, all pages of a particular paginated archive will have the exact same title tag giving rise to duplication issues.

7.) Add a NOINDEX Tag to the Subpages of Paginated Archives

Baring the first page, add a Robots NOINDEX tag to all sub-pages of paginated archives. This will ensure that these sub-pages are not indexed by search engines. If you are not using a SEO plugin, check out this article on adding a NOINDEX tag to paginated wordpress pages.

8.) Avoid the Category, Author and Tag Bases Ending up in a 404

WordPress automatically adds the category, tag and author bases as shown in the image below.

wp archive base

These can be removed using a plugin but if your blog uses these, it is a good practice to ensure that these URLs do not end up in a 404.

For instance, if someone where to visit the following URLs directly, it would return a 404:

http://sitename.com/category/
http://sitename.com/author/
http://sitename.com/tag/

This can easily by avoided by adding pages with the same slugs as the category, tag and author base.

To do this, go to Pages > Add New and add a page with the slugs matching the category, author and tag slugs as shown in the image below:

category page

Make sure to populate these pages with proper related content. For example, the category slug can have links to all your categories.

9.) Add a NOFOLLOW Tag to Date Based Archives

WordPress auto generates the following date based archives:

1.) Yearly archives
2.) Monthly archives
3.) Daily archives

As of now, I don't think there is a way to turn off these archives even if you don't intend on using them. You can either redirect these archive pages to the homepage of your blog or simply add a NOFOLLOW, INDEX to them which will instruct the search engine bots not to index them.

10.) Avoid Duplicate Tags and categories

If you have a category named 'Healthy Eating', avoid having a tag with the exact same name as this can create duplicate title tags and content.

11.) Block Author Archive Pages for Single Author

If you are running a single author blog it is likely that your homepage displays the same articles as your author archive page, especially if your homepage uses pagination. This can be seen as duplicate content by search engines. So to be on the safer side, consider blocking your author page from getting crawled using Robots.txt and also adding a NOFOLLOW, NOINDEX to the author archive pages.

Optimizing Single Posts

There is not much you need to do when it comes to single posts expect if you are splitting single posts into multiple pages or if you are using wordpress comments broken into multiple comment pages.

12.) Add Next and Prev Tags to Paginated Single Posts

If you are using the &lt!--nextpage--&gt tag on some of your larger posts to split them into multiple pages then it is a best measure to add the rel='next' and rel='prev' tags to these paginated pages. Check out this article on how you can add these tags using a simple function.

13.) Avoid Paginated Comments

If you are using the built-in wordpress commenting system it is advisable not to break comments into multiple pages. But if you have too many comments on a page and absolutely need to break them into multiple pages, make sure to add page numbers to the title tags and even better a Robots NOINDEX, NOFOLLOW tag to the paginated comment pages.

Other Optimizations

Here are a few other checks and considerations:

14.) Permalinks:

WordPress SEO starts with activating permalinks, so make sure that this feature is activated. You can have any kind of permalink structure, be it a simple structure with the site name followed by the URL or a slightly longer structure that contains year, month or category information.

15.) Add NOINDEX Tag to Search, 404 and Other Low Value Pages

Irrespective of if or not you use the wordpress search feature, it is best to add a Robots NOINDEX tag to all auto generated search pages and 404 error pages. In addition to that, you can also consider adding a NOINDEX tag to low value pages like the contact, privacy and disclaimer page. More info in this article.

16.) Add a Robots.txt

Make sure to use a Robots.txt file to block search engine bots from crawling unwanted files and directories. Here is a sample Robots.txt file for wordpress that you can use to block the bots from accessing the wp-content/plugins/, wp-admin and wp-includes folder whilst allowing bots to access images in the wp-content uploads directory.


User-agent: *
Allow: /wp-content/uploads/
Disallow: /wp-content/plugins/
Disallow: /cgi-bin/
Disallow: /wp-admin/
Disallow: /wp-includes/
Disallow: /wp-login.php
Disallow: /wp-register.php
Disallow: /xmlrpc.php
Disallow: /readme.html
Disallow: /comments/feed/
Disallow: /trackback/

You can also create your own Robots.txt file using the Robots.txt generator tool by SEOBook

17.) Optimize Your Images

Optimizing images involves compressing them so they load faster and adding descriptive alt and title tags.

WordPress automatically adds alt tags to your images when you import them from the media library, but the auto-generated tags are often inadequate and contains an hyphenated string of text. It is best to manually edit the alt tags and include an apt description of the image. Similarly, you can also add a title tag to important images. The title tag is what gets displayed when a user hovers over the image.

18.) Use SEO Friendly File Names

WordPress auto generates filenames based on your post titles, but in most cases these are not ideal. Using post titles as filenames can sometimes make them really long and having lots of stop words. To avoid this, use your own custom file names:

Here's an example:

WordPress generated file name:

sitename.com/how-to-build-a-blog-quickly-using-wordpress-without-technical-knowledge/

The above wordpress generated filename can be manually edited to make it short and to the point by removing the stop words.

Manually edited file name:

sitename.com/build-wordpress-blog-without-technical-knowledge/
Note: Do not edit filenames of articles that have already been written and published as this could lead to a temporary drop in rankings. Use this technique for the newer articles that you write.

19.) Check for Broken Links & Missing Images

Links to both external sources as well as internal sources need to be checked periodically to ensure they are not broken. This can easily be doing using a plugin like the broken link checker plugin.

20.) Add a Nofollow Tag to Media Attachment Pages

WordPress tends to create unique pages for media/image files that is uploaded to the media library. Note that this is different from the actual URL of the media file.

For example, if you upload an image to the media library then two types of files are generated as follows:


1.) http://sitename.com/image-name (this is the image attachment page)
2.) http://sitename.com/wp-content/uploads/2015/image-name.png (this is the actual URL of the image)

Similarly, when you add an image from your image library to a single post another image attachment page is generated based on the post's URL. For example:


http://sitename.com/single-post-title/image-name (new image attachment page)

One way to avoid this issue is to redirect all image attachments back to the single post page. Another way is to add a Robots NOINDEX/FOLLOW tag to all image attachment pages.

Read complete tutorial on wordpress attachment pages here.

Method 1: Adding a robots NOINDEX/NOFOLLOW tag to the image attachment pages:

You can do this by adding the following code to your theme's functions.php page:

/* Add noindex/nofollow to add attachment pages */

function add_noindex_to_attachment_pages(){
	
	if( is_attachment() ){
		echo ' <META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW"> ';
	}
}

add_action('wp_head', 'add_noindex_to_attachment_pages');

 

Method 2: Redirecting Image Attachment pages to Main Article Page

If you do not want to use NoIndex/NoFollow method and want to redirect the image attachment pages to the main article page. You can do this by adding the following code within the head tags of your theme's header.php page.

	<?php
		if( is_attachment() ){
				 if ( $post->post_parent ){
					wp_redirect( get_permalink( $post->post_parent ), 301 );	
				 }
				else{ wp_redirect( site_url(), 301 ) ;
				}
				die();
			}
	?>

 

Thanks to Tim Brugman for the code: https://gist.github.com/anonymous/e4f48a41192b4d64fdf3

21.) Add a XML Sitemap if Your Site is Large

If your blog is big and has hundreds of articles, consider adding a XML sitemap. Many SEO plugins have an option to add a XML sitemap. So if you are using a SEO plugin, check for that option. If not, you can use a standalone Sitemap plugin such as Google XML Sitemaps.

22.) Make Your Layout Responsive

Check to see if your layout is fully responsive. Google's recent mobile friendly update ranks mobile friendly pages higher in comparison to non-responsive pages in mobile search results.

You can use Google's mobile friendly test to check if your blog's pages are fully responsive. If you think your blog is responsive and yet fails this test, then you could be blocking certain resources from being crawled. Check out this article for more info on this.

23.) Optimize Page Load Time

Page loading speed is an important criteria in Google's ranking algorithm. Check your website using the PageSpeed Insights tool to see if your site is well optimized. Also check out this comprehensive article on how to speed up your wordpress page load times to know how you can optimize your blog by optimizing images, removing clutter and handling CSS and JS loading better.

24.) Monitor Site Using Google Webmaster Tools

Last but not the least, regularly monitor your site using Google webmaster tools by conducting the following checks.

  • HTML Improvements: The HTML Improvements section tells you if your site has any duplication issues. Go to Search Appearance > HTML Improvements and see if there are any pages listed.
  • Crawl Errors: The crawl error section shows you all pages that returned a 404 or were unreachable on crawl. You can reach this section by going to Crawl > Crawl Errors.
  • Robots.txt Tester: This section shows if there are any errors in your Robots.txt file. In addition to that, you can also check accessibility status of individual pages using the test tool located on this page. You can reach this section by going to Crawl > Robots.txt Teaster.
  • Mobile Usability: The mobile usability section lists pages on your blog that have usability errors. In other words, pages that are no fully responsive and the reason why they are not responsive. You can reach this section by going to Search Traffic > Mobile Usability.
  • Structured Data: This section lists pages that have structured data markup errors. So if you are using structured data markup like Open Graph Tags then be sure to check this section. You can reach this section by going to Search Appearance > Structured Data.
  • Blocked Resources: Lets you check if there are any images, JS or CSS files that you are blocking using Robots.txt and the various pages that use these resources. If you find any files listed here, consider unblocking those resources as long as they are not private resources. You can reach this section by going to Google Index > Blocked Resources.
  • Security Issues: Lets you know if there are any security issues that Google has found on your blog.

25.) Keep Your Comments Spam Free

If you are using the wordpress commenting system, make sure to monitor your comments and keep them clear of spam. This includes both spammy links and spammy content. Even if your links are nofollowed, presence of spammy links or spammy content can lower your search rankings.

26.) Consider adding Schema.org Markup to Your Blog

Google highly recommends adding using schema.org to mark-up your webpages. Schema.org can help search engines better understand different sections of your website which can help improve your search engine rankings. Many new wordpress themes already come with Schema.org mark-up, so you might want to check if your theme already has this.

For more information on what Schema.org is and how it can be used to mark-up your wordpress blog, check out this article.

27.) Monitor Blog Uptime

Downtimes can negatively impact your site's rankings which is why it is crucial to monitor it at regular intervals. There are many services like uptime robot that can help monitor your blog for free. These services will notify you as soon as your website goes down by sending you an email. If your blog experiences constant downtimes you might want to consider changing your host.

That pretty much covers everything you can do to make your wordpress blog search engine friendly. As mentioned in the beginning, SEO plugins can do most of what has been listed here but it is always a good idea to check manually just to make sure that things are working as they are supposed to.

 
 
 
 

Comments

  1. Paresh Patel says:

    Very Much Detailed Article. it's Complete guide for new Blogger like me.

Leave a Reply

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

This site uses Akismet to reduce spam. Learn how your comment data is processed.