How Do We Use Link To Redirect To Another Section Of Our Post??

3 replies
Hey guys,

I'm just wondering if their is any kind of code or plugin that we can use to
redirect to another area of the page within our post or page?

For example===> If I have someone reading the bottom of my page, and I
refer to a product/image that is located at the top of my page.... then how
do I create a link to direct him to the top of my page to that product?

Thank You,
Tommy
#link #post #redirect #redirection #section
  • Profile picture of the author WillR
    They are refered to as anchor links.

    1. You simply add this code where you want the anchor to be:

    <a name="product1"></a>

    2. You can then link to that anchor using a normal link like this:

    <a href="#product1">Click Here to View Product 1</a>
    {{ DiscussionBoard.errors[7509825].message }}
    • Profile picture of the author KylePeters
      Thanks Brother,

      Works Great! Learning this actually leads me to another question if you can answer for me please...

      So now I will have only one affiliate link redirect from where my actual anchor link is now -- as opposed to having a total of 3 affiliate link redirects like I had before...

      So do you think that these anchor links are better for SEO and/or more respected by Google then lets say..... having 3 links all redirecting out to the same affiliate product page?

      In Many Thanks,
      Kyle
      {{ DiscussionBoard.errors[7509988].message }}
  • Profile picture of the author WillR
    Kyle,

    I'll be honest with you. I'm not heavily into the SEO side of things so I can't give you a definite answer regarding that. Hopefully someone who knows a bit more can shed some light. Having said that, I always thought the least possible links pointing out from a page the better -- not sure if that is still the case though if they are all pointing to the same external page anyway.
    {{ DiscussionBoard.errors[7510144].message }}

Trending Topics