WordPress Themes WordPress Themes Twitter Adder SEO Software Master Your Webmaster

5 WordPress SEO tweaks to make WordPress SEO friendly

Share

WordPress is easy to configure – but doing some cool little tweaks(which are also easy) can give you outstanding results – be it traffic or Search Engine ranks that you are looking for. here’s a compilation of the best SEO tweaks for WordPress.

  1. Custom permalinks - Undoubtedly the best one suggested by SEO’s. This tweak requires you to change the default page title from (www.yourdomaincom/?p=5) to a much SEO and user friendly www.yourdomainname.com/category/page title.
    This can be done by following the two below steps.

    1. Goto Options > Permalinks
    2. Change the default setting to custom with the following code – /%category%/%postname%/
  2. Custom Page Title
    Page titles in WordPress are by default like this – Blog Name – Post title
    A better title would be Post Title – Blog name, as the important keywords are in the post title.Search Engines love it so make the change today.
  3. Make your titles links
    If your theme doesn’t have links on your article titles, make the change today. Convert them to links so that search engines can detect them easily and humans as well(if they are planning to use the link). Without the link, it’s impossible(almost) to link to that post right?
    This tweak simple incorporates the permanent link to your post headings.
    In your Main Index Template and Page Template, find the code for the post tiltle, it would look like this – without the square brackets but these > < .

    [h2][?php the_title(); ?][/h2]

Now, replace it with

[h2][a href="[?php the_permalink() ?]” rel=”bookmark” title=”Permanent Link to [?php the_title(); ?]“][?php the_title(); ?][/a][/h2]

(replace teh square brackets with these>< )

  • Use a Google Sitemap generator plugin for wordpress
    There are quite a few plugins available, but i think this one by Dagon Design is the best.
    This plugin creates a sitemap for your WordPress powered site. This is not just another XML sitemap plugin, but rather a true sitemap generator which is highly customizable from its own options page in the WordPress admin panel. Some of its features include: support for multi-level categories and pages, category/page exclusion, multiple-page generation with navigation, permalink support, choose what to display, what order to list items in, show comment counts and/or post dates, and much more.Hmm, that’s quite something right?
  • Add custom Meta tags to different pages on your blog.
    You are right, there is a default entry by which you can give a meta tag for the entire site. But this plugin helps you to have more than one meta tag for each page like the About page or the Contacts page. The result? When your site appears on the SERPS, the description for each page(Contact, About, and other pages if any) will be unique and this will attract people to click on your site. Sounds cool? It is indeed.
  • These are the Top 5 WordPress tweaks that will give you that extra edge over normal wordpress non-SEO’d blogs. If all these tricks are combined with the ones that I’ve mentioned recently, i assure you’ll be a hot pick for the search engines!

    Stylish Wordpress Themes

    Written by Mani Karthik

    Blogger, Web / Social Media Enthusiast & SEO with Flip Media. I'm always on the learning curve. Love to meet new people, feel free to befriend me.

    Follow Mani Karthik on Twitter Add Mani Karthik on Facebook

    27 Responses

    1. Vinoth

      Hi, I used one by Dagon Design & all in one seo plugins for my wordpress 2.5 version.
      But, i have started another wordpress blog with 2.6.1 version. Whether there is similar plugins available for this 2.6.1 version. I am looking forward for ur reply.

      • Mani Karthik

        You can use the updated “All in One SEO plugin” or use the “HeadSpace 2″ plugin. I prefer Headspace 2. However both works well on 2.6.1

        • Saya juga menggunakan HeadSpace 2, tapi banyak pendapat dan ini dibuktikan dengan yang terbanyak yang menggunakan bahwa All in One SEO Plugin lebih baik. Menurut Bapak mana yg terbaik.

          Salam,

    2. Vinoth

      Thanks for your suggestion.

    3. anis

      I’ve changed the default page title setting to the code as you instructed. But all images in my blog wouldn’t display. It shows only the text of the alt tag on every images. How could it be?

      Thank’s for your answer and I really appreciate it.

    4. I use WordPress for my blog and really appreciate your tweaks tips. Thanks.

    5. Hey,
      Why are you not using the permalink strcuture category/postname..?

      Most of your posts are timeless posts that never grow old! The year/month in the permalink makes it grow old.
      Any purticular reason to use this strcuture..? Or did you start off with this and later realised that category/postname was better..?

      BTW, i implemented Tip 3 right away,
      cheers

    6. hi, thanks for this article…
      this is very helpfull for me….
      make a new article but more excellent guys…:D

    7. Excellent tweaks, thanks for sharing

    8. a very useful tutorial, thank you have them

    9. Hello !! ;)
      My name is Piter Kokoniz. Just want to tell, that I like your blog very much!
      And want to ask you: will you continue to post in this blog in future?
      Sorry for my bad english:)
      Thank you:)
      Piter.

    10. Thanks for your suggestion.

    11. Nice Tips for wp seo , Thank you

    12. Thank for shared
      I’m from vietnam and i will translate to vietnamese this post

    13. Its ok if you are telling about putting links on the post titles in the homepage. But I have a question, is it necessary to put those links in the single post pages ?? I would like to have your suggestion.

      • Mani Karthik

        Hi Soumen, IMO, more than SEO its a usability factor thing. I normally “think” that the post title is always clickable and sometimes they aren’t on the single page. Its alright, but I dont know if many do the same, click on post titles. OWuld be nice if we can follow a standard.

    14. Mani,

      You forgot 1 thing in the post – the robot.txt file.

      You should disallow certain folders from being indexed by Google. This will help eliminate duplicate content.

    15. the blog is really informative and i like the site because it provide the information about the different topics but the information is most relevant to the topic….

    16. the blog provides real and useful information. Thanks kartik.

    17. thanks 4 review themes
      :)

    18. Superb information about basic SEO in wordpress, thanks

    Leave a Reply