1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Anchor links and duplicate content issues

Discussion in 'Google' started by Dwaighty, Oct 30, 2007.

  1. #1
    Let's say I have these links on page A.html:

    
    <a href="B.html#section1">Section 1</a>
    <a href="B.html#section2">Section 2</a>
    <a href="B.html#section3">Section 3</a>
    
    Code (markup):
    They all point to the same page B.html so all of them will have the same content. Can this be considered duplicate content by Google? Is Google smart enough to recognize anchor links?
     
    Dwaighty, Oct 30, 2007 IP
  2. earticles

    earticles Well-Known Member

    Messages:
    933
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    175
    #2
    use the "nofollow" tag in order to avoid any doubts, for example:

    <a href="B.html#section1" rel="nofollow">Section 1</a>
    etc...
     
    earticles, Oct 30, 2007 IP
    Dwaighty likes this.