Quick tips to make your blog seo friendly
Right SEO is essential for every blog success. On-Page SEO for a blog is very important before you start search engine optimization. A blog must need some unique content to expose it into the search engine world. And we wordpress publishers are really lucky as long as customization of blog is concerned. Unlike other blogging platforms wordpress is easy to use and highly customizable. Here are few tricks that will make your wordpress blog more SEO friendly.
Site link actually just the effect of optimization SEO has been done. Google gift made for the number of traffic related blogs, and Google will choose site link of pages opened by the many visitors blog. But here there are some good notes for the attention.
* Google will choose site link pages from the opening pages of the index pages or the blog itself. So instead of a search engine or reference other blogs.
* Google provides this site link hoped would fit with the hope the blog owner or visitor.
* Google provides this site link usually scheduled in conjunction with his visit crawler.
Please understand the above 3 points, because there is less to understand why, like I can explain long so please understand them. Consider point 3 above, is the most important truth. So how to have a quick blog and have a visit site link suit our crawler?
* Use the navigation menu which is really nice and organized. Because Google will give site link most of the pages on the menu.
* Do not often change the title, meta tag, and your navigation menu.
* Make sure your sitemap is not error
* Try to use the facility to Google analytics has more of your blog traffic data
* Increase your Alexa ranking to under 100,000
Blog Optimization Tricks
Change permalink structure
By default Wordpress permalinks are like “yourblog.com/?p=12” like your readers those numbers at the end of url does not make any sense to search spider either. But as I said we wordpress publishers are very lucky. You can change this structure from your control panel to do so follow these steps
Control panel >>> Setting >>> Permalink
Here u gets 5 choices for permalink structure
Default yourblog.com/?p=123
Day and name yourblog.com/2008/06/24/sample-post/
Month and name yourblog.com/2008/06/sample-post/
Numeric yourblog.com/archives/123
Custom Structure
Custom Structure offers you the ability to create a various URL structure for your permalinks and archives. U can use different tags to create your custom permalink
%postname%
A clean version of the title of the post (post slug field on Edit Post/Page panel). So “This Is A Great Post!” becomes this-is-a-great-post in the URI
%category%
A clean version of the category name (category slug field on New/Edit Category panel). Nested sub-categories appear as nested directories in the URI.
%author%
A sanitized version of the author name. (Use this if you are Darren Rowse or Brian Clark)
Blogger’s lab Suggestion
While all the pro blogger insist using only postname tag for your permalink. I would recommend using category tag along with postname. This will give you batter permalink as well as wide rang of keywords in your URL
And here some more tags you can use to create your custom permalink structure
Note:You must change your Permalink structure in the initial stages when you start a blog. If you already have bunch of post runing on your blog i would suggest you to install Permalink Redirection Plugin
Customize single post title
Page title is an important part of SEO. Google includes it in search results. And you don’t want Google to display your blogs name in every search result rather then your killer post title.
The most appropriate for single post page would be post title or post title followed by your blog name (i.e. post title | your blog name) rather then unnecessary stuffs like Your Blog >> Blog Archive >> Post Title
Use this code to achieve such title structures
<?php if (is_home () ) { bloginfo(‘name’); } elseif ( is_category() ) { single_cat_title(); echo ' - ' ; bloginfo(‘name’); } elseif (is_single() ) { single_post_title();} elseif (is_page() ) { single_post_title();} else { wp_title(‘’,true); } ?>
This code will display your blog name on home page post title on single post page and category and blog name on category pages.
Make most of your Footer
Footer is a bunch of text displayed at the bottom of your pages. And it is probably the last thing that search spider would see. Footers usually look like this
Wordpress blog © Blog Name PassionDuo Blue theme by Dailyblogtips (if u are using free theme like I do)
Adding some keyword to the footer along with your blog name (Bloggers Lab | SEO Tips) or links to your blog categories will keep Google spider on your blog for little longer time
Wordpress publisher can edit their footer by navigating to Design >>> Theme Editor >>> footer.php. But don’t spam your footer with too many keywords and links.
These tricks will enhance your blogs appearance as well as make it more users friendly and search engine friendly.
Similar Posts:
- SEO Tips: Avoid seo mistakes in wordpress blog
- Blogging SEO for Beginner’s – On Page Blog SEO and Mistakes
- WordPress SEO Plugins – Ten Useful Plugings for Blogs, Website
- Top five search engine optimization wordpress plugins to make your site seo friendly
- 7 ways to inspire user to get more comments on your blog
© 2009, PromotePoint - Google SEO Tips, Internet Marketing Tips. All rights reserved.
