Enter your email address:


Delivered by FeedBurner
Nov
2nd

Plugins for better SEO

Author: admin | Files under SEO tips

Optimizing your blog for search engines are one of the most important steps. Browsing the web I found one very useful plugin. I have never heard about this plugin before so i decided to share it with you.

BreadCrumb navigation

First this plugin is really useful and helps optimizing blog for SE. Installation is as simple as 1,2,3:

  • You just need to upload it to plugins directory.
  • Activate it in the WordPress Plugins admin page.
  • Also you can change the settings you want under Settings -> Breadcrumbs.
  • And the last step I think is difficult because you need to add a code to theme’s template. It was difficult for me to do this because it was not working.

The code you need to add:

<?php if ( functionexists('yoastbreadcrumb') {
    yoast_breadcrumb('<p id="breadcrumbs">','</p>');
} )?>

I hope this will help you to get better rankings.

Related posts:

  1. Plugins for every Blogger
  2. Top 10 plugins to optimize and speed up WordPress blog
  3. Add an archive page in WordPress menu bar

Post a Comment