Onsite SEO for your Blogs
Your post in a WordPress Blogs can be displayed in a number of different places and in a number of different ways. Be it under the Tags, Category Pages, Search Results, Archives etc. What does this means?
“You get penalize by Search Engines.”
“Post Excerpts. Make sure only your Single Post Page displays full content.”
Proper Content Presentation using Post Excerpts
As good as it seems to use Post Excerpts for displaying at various places, there are few disadvantages of the same.
- Post Excerpts strips off the text formatting and remove images
- WordPress by default just uses the first few words of the post. This may not be a proper summary of the content to follow
A Simple Workaround
- Use Full Post instead of Excerpts on the Homepage.
- Cut the post with “More Quicktag” precisely where you want.
The “More QuickTag” is a tag used in WordPress to cut off large post into two parts. Part One is displayed as the excerpt and the Part Two is displayed as the user clicks on the More QuickTag.
Code
This is how default excerpt more looks like <!—more–>
Output
This is how default excerpt more looks like more
Customizing the More QuickTag
The More QuickTag can be customize in two basic ways
- Individual Posts
- All Posts
You can add a custom text in the More QuickTag every time you use it in a post.
Code
This is how default excerpt more looks like <!—more Custom Text–>
Output
This is how default excerpt more looks like Custom Text
Else you can change the “the_content() Tag” (used for displaying the full posts, found mostly in index.php or full-post.php of most themes) and have a Custom Text Link displayed on all More QuickTag Links.
Code
<?php the_content(); ?>changed to
<?php the_content(‘Custom Text’); ?>
Output
This is how default excerpt more looks like Custom Text
What about More Tag and RSS Feeds
Earlier version of WordPress used to cut even the RSS Feeds the same way when the More QuickTag was encountered. As of WordPress 2.5 and above, the presence of the More Tag does not cuts the RSS Feeds into two parts.
No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.


search engine optimization is important to any website or blog because it helps you rank better in search engines
Good post!I also have something about SEO to share.
Seo seems so mystrious but actually it isn’t.
Thanks for these useful WordPress SEO tips. There are so many ways to tweak a WordPress blog for better onsite SEO. So much flexibility with WordPress, I can never learn enough.
I didn’t realize you can customize the “More QuickTag” like this. Nice.
I’m coming back for more tips.
Thanks,
Bob
Blog4SmallBusiness
thanks for this post! it will serve as a great reminder for me
Great post, i will try to use your tips on my site!
Finally someone who can write a good blog ! . This is the kind of information that is useful to those want to increase their SERP’s. I loved your post and will be telling others about it. Subscribing to your RSS feed now. Thanks