Creating Internal Links on my Wordpress blog - how?

Discussion in 'Search Engine Optimization' started by bongski, Jun 21, 2008.

  1. #1
    How can I manually create internal links (what is the code) on my wordpress blog, without the use of any plugins?
     
    bongski, Jun 21, 2008 IP
  2. Aryans

    Aryans Well-Known Member

    Messages:
    1,854
    Likes Received:
    31
    Best Answers:
    1
    Trophy Points:
    178
    #2
    You can do manual in your all post give hyper on your anchor text
     
    Aryans, Jun 21, 2008 IP
  3. John D Stewart

    John D Stewart Peon

    Messages:
    65
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Hi,

    If you're looking for the actual HTML for creating hyperlinks:

    <a href="THE WEB ADDRESS OF YOUR INTERNAL LINK HERE">THE ANCHOR TEXT FOR THE LINK HERE</a>


    I use Wordpress too, when I want to create a link while I'm writing:

    - In the 'Visual' mode, copy and paste the full address of the page you want to link to;
    - Click on 'HTML' mode, and you will see the actual HTML code, similar to the code above;
    - Change the part in red above;
    - Go back to 'Visual' mode and voila!!

    Hope that's what you were asking!!

    Cheers,

    John.
     
    John D Stewart, Jun 21, 2008 IP
  4. rakeshraushan

    rakeshraushan Peon

    Messages:
    16
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    you write post and you inclued <a href="http://www.domainname.com">keywords</a>
     
    rakeshraushan, Jun 21, 2008 IP
  5. bongski

    bongski Active Member

    Messages:
    149
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    #5
    Aryans, John and rakeshraushan: Thanks for making internal linking a "no-sweat" thing for me..I didn't realize it was that easy..
     
    bongski, Jun 21, 2008 IP
  6. astup1didiot

    astup1didiot Notable Member

    Messages:
    5,926
    Likes Received:
    270
    Best Answers:
    0
    Trophy Points:
    280
    #6
    <a href="web page url here" title="webpage minor description here">anchor text here</a>

    You can also use the following inside the <a href >

    - rel="nofollow" (Prevent passing link juice)
    - target="_blank" (Opens link in a new window instead of the current one)
     
    astup1didiot, Jun 21, 2008 IP