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.

Blocking Content From Search Engine Indexing

Discussion in 'HTML & Website Design' started by MarkStrobel3367, Apr 17, 2019.

  1. #1
    Is there any way to prevent search engines from indexing specific text on website pages? I built my site with Google Sites. I don't have access to the sitemap or the robots.txt file. However, I can insert html. Thanks.
     
    MarkStrobel3367, Apr 17, 2019 IP
  2. deathshadow

    deathshadow Acclaimed Member

    Messages:
    9,732
    Likes Received:
    1,998
    Best Answers:
    253
    Trophy Points:
    515
    #2
    <meta name="robots" content="noindex">
    Code (markup):
    Beware that not all search engines obey this, but the big five of Google, Yahoo, Bing, Baidu, and Yandex should all obey it, not indexing the entire page if that's inside the document's <head>.

    In theory anything in the 'robots' meta behaves just like their robots.txt equivalent.

    PLEASE NOTE, there's no such thing as "index" or "follow", only "noindex" and "nofollow". Any time you see a robots.txt or robots meta with "index" or "follow" as values, they're put together by derps who know not the first damned thing about building websites, or blindly copied from same.
     
    deathshadow, Apr 23, 2019 IP
    sarahk likes this.
  3. MarkStrobel3367

    MarkStrobel3367 Well-Known Member

    Messages:
    116
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    103
    #3
    Thank you.
     
    MarkStrobel3367, Apr 23, 2019 IP