5 Best SEO Tips For Bloggers

1. Naming Files Correctly

Choosing a file name that correctly describes the context of the image makes it easy for the indexing bots to categorize it in a better way. Wrong way to name the above image is IMG02056.jpg.

How about ball.jpg?
Hey, that's obvious buddy.

What if we name it blue-ball?
That's better.

And how about plastic-blue-ball?
Hah, that's excellent...

2. Descriptive <alt> Tag

Let's take a look at the HTML code, that we use in embedding the images in blog posts.

i) Bad Approach



<img src=/images/IMAGE02056.jpg"/>


ii) Better Way



<img src=/images/blue-ball.jpg" alt="Blue ball"/>


iii) Best Way



<img src=/images/plastic-blue-ball.jpg" alt="An air filled plastic blue ball"/>


Note the descriptive alt tag, that will help in better categorization of the image while indexing will be done by various search engine bots. This will increase the chances of this image being shown in relevant image search.

Wrapping Contextual Text Around The Image

Make sure you embed the image right in the middle of the related content, with relevant titles and descriptive text. This will further help the bots to better categorize and index the image.


Smart Anchor Text

Linking out to resources and information is an essential ingredient of any blog post. Whether we are linking to any external blog/website or doing cross-linking (internal linking) of posts, choosing a proper anchor text increases the relevance of the content to which it is referring. Proper anchor text helps in achieving better ranking in SERP's and is one of the most important part of on-page optimization process. Here is an example that shows proper implementation of anchor texts.

First take a look at this example with poor anchor text as well as redundant text.



Blogger has introduced a blog exporting feature to easily export a blogger blog with minimum efforts. To know more about it click here.


Now the same paragraph revised with optimized anchor text and stripped redundant text.



Blogger has introduced a new blog exporting feature to easily export a blog with minimum efforts.


In the first example, not only text is redundant, but the phrase that we have selected for the anchor text has no relevance to the post to which it is referring. On the other hand, in the second example we have stripped off the redundant text and have chosen a relevant phrase that accurately define the content of the page to which it is going to refer.


Optimized Permalink Structure

An optimized permalink format helps in boosting the rank of your posts in search results. Blogger does not allow manual modification of permalink structure, but it has fairly good automated permalink generation system.

On the other hand, Wordpress allows you to modify the permalink structure as per your needs. Not only we can create a global permalink structure, but can also edit the permalink at the post level. By default, Wordpress has a cryptic permalink structure such as http://www.yourblog.com/?p=123. Here post id is included in the URL, giving no indication about the content of the post.

The permalink structure should be such that robots can easily identify the content through it. To change your Wordpress blog permalink structure go to 'Settings -> Permalinks' and click the 'Custom Structure' option.

Fill the following structure tag in the text box to create most search engine friendly URL:

/%postname%/

After completing this setting, the permalink structure will be something like http://www.yourblog.com/seo-tips-for-bloggers, which clearly tells the robots about the content that is associated with this URL.


Create XML Sitemap and robots.txt

Create a robot.txt file to prevent robots crawling useless or duplicate content. You can create this file in a simple text editor and saving it as robots.txt.

Here is a typical robots.txt file with some common entries that indicate those paths that should not be crawled by bots.



User-agent: Googlebot
Disallow: /*/feed/$
Disallow: /*/feed/rss/$
Disallow: /*/trackback/$
User-agent: *
Disallow: /wp-
Disallow: /feed/
Disallow: /trackback/
Disallow: /rss/
Disallow: /comments/feed/
Disallow: /page/
Disallow: /date/
Disallow: /comments/


After creating this file, upload it at the root of your blog's domain.

Creating a sitemap ensures that robots can easily understand the structure of your blog and can easily crawl the content. There are many online sitemap generation services that can be used to generate the map. Wordpress bloggers can use the Google sitemap generator plugin to automate the sitemap creation process. After this plugin is installed, every time you will edit or post on your blog, this plugin will automatically update the sitemap.

0 comments:

Post a Comment