Speak with an Expert Now!

Call 888-379-1357

Between 8:00am and 5:00pm M-F (MST)
Make your next project a success.
 read more
 

Wordpress SEO Tips

  1. Remove » from your Wordpress title
    Change calls to wp_title() to wp_title(”").  Depending on your wordpress theme, you may also want to move  the wp_title to be right after the <title> start tag
  2. Add noindex to Archives
    To Avoid duplicate content issues.  An easy hack is to add the following code into your header.php file.
    <?php if(is_archive()){ ?><meta name="robots" content="noindex"><?php } ?>
  3. Use rel=nofollow in Anchor tags
    Not all content is created equally use rel=nofollow when linking to unimportant content on your own site.  Such as Terms of Use, Privacy policy pages.

Share/Save/Bookmark

Tags: , ,

One Response to “Wordpress SEO Tips”

  1. latif from debt reduction Says:

    I thought it keeps archive to noindex, like blogger does. This is important issue, thanks for addressing it!
    Nice tips.

Leave a Reply

This site uses KeywordLuv. Enter YourName@YourKeywords in the Name field to take advantage.