Wordpress blog internal linking

3 replies
  • SEO
  • |
How do you guys do internal linking of huge blog with links within the content of blog posts pointing to other blog posts for more explanation of the word/keyword in question?

Do these wordpress plugins work for internal link building:
5 Useful WordPress Plugins for Internal Linking
#blog #internal #linking #wordpress
  • Profile picture of the author Blakos
    Example:

    www.site.com/directory/ has a link to www.site.com/destination/

    So you would do the link like so: <a href="../destination">

    ../ means go down a directory. So down from www.site.com/directory/ would be www.site.com/ we then specify the new directory which is destination.

    Hope I helped.

    EDIT:

    or just do: <a href="<?php echo site_url(); ?>/destination">
    {{ DiscussionBoard.errors[9151216].message }}
  • Profile picture of the author inudu
    I prefer doing these manually b/c plugins get abandoned or if you just switch themes and forget to install them. A good plugin is better for automatically linking keywords in the comments section.
    {{ DiscussionBoard.errors[9153730].message }}
  • Profile picture of the author Kevin Maguire
    I do it by choosing what keywords the page the article will be on will target.
    And choosing what other keywords I will use within the article and what internal pages they will link to.

    Before I create and publish the article.

    No plugin required.
    {{ DiscussionBoard.errors[9153738].message }}

Trending Topics