Multiple Search Engine Question

Discussion in 'All Other Search Engines' started by Hishighness, Sep 21, 2006.

  1. #1
    Hey everyone, I've got a n00b question about search engines like Google, Yahoo, MSN, etc.

    I'm just wondering is there a way you can stop these engines from indexing a certain part of a webpage?


    like so

    
    <html>
    <head>
    <title>Hey what's shakin?</title>
    <body>
    <p>This is the stuff I want search engines to find</p>
    [B]<dontlookheresearchengines>[/B]
    <p>This is the stuff I don't want search engines to find.</p>
    [B]</dontlookheresearchengines>[/B]
    </body>
    </html>
    
    Code (markup):
    Thanks,
    H²
     
    Hishighness, Sep 21, 2006 IP
  2. KingSEO

    KingSEO Peon

    Messages:
    295
    Likes Received:
    28
    Best Answers:
    0
    Trophy Points:
    0
    #2
    <script type="text/javascript">
    document.write('stuff you dont want engines to see');
    </script>
     
    KingSEO, Sep 21, 2006 IP
  3. Hishighness

    Hishighness Well-Known Member

    Messages:
    88
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    121
    #3
    Thanks for your help. :D
     
    Hishighness, Sep 22, 2006 IP