Results 1 to 2 of 2

Thread: HTML tags... any meta tags for a page to be ignored by search engines?

  1. #1

    Thread Starter
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428

    HTML tags... any meta tags for a page to be ignored by search engines?

    I think there was something like this, where you could add some <meta > tag in your HTML page to tell search engines not to list your page in their database? Anyone knows this? some general tag for all search engines I hope?
    rate my posts if they help ya!
    Extract thumbnail without reading the whole image file: (C# - VB)
    Apply texture to bitmaps: (C# - VB)
    Extended console library: (VB)
    Save JPEG with a certain quality (image compression): (C# - VB )
    VB.NET to C# conversion tips!!

  2. #2
    Frenzied Member Ideas Man's Avatar
    Join Date
    Aug 2002
    Location
    Australia
    Posts
    1,718

    Re: HTML tags... any meta tags for a page to be ignored by search engines?

    To block individual pages, use the following tag:
    Code:
    <META NAME="ROBOTS" CONTENT="NOINDEX">
    If you wish to do an entire site, use the robots.txt file method found here.
    I use Microsoft Visual Basic 2005. (Therefore, most code samples I provide will be based around the .NET Framework v2.0, unless otherwise specified)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width