View Single Post
Old 11-25-2003, 07:04 AM   #2
Charter
Head Mole
 
Charter's Avatar
 
Join Date: May 2003
Posts: 2,539
Hi. There are three ways to exclude portions of a site.
  1. Use the values for PHPDIG_EXCLUDE_COMMENT and PHPDIG_INCLUDE_COMMENT in the HTML, each on their own line, to exclude a portion of a page like so:

    <!-- phpdigExclude -->
    <a href="http://www.this_link.com/is_followed.html">This text is ignored</a>
    This text is also ignored
    <!-- phpdigInclude -->
  2. Use a robots.txt file, placed in web root, with the following text:

    User-agent: PhpDig
    Disallow: /forum
  3. If the forum directory has been indexed, go to the PhpDig admin panel, click the site, click the update button, and click the red exclude circle symbol next to the forum directory to delete and exclude it from future indexing.
__________________
Responses are offered on a voluntary if/as time is available basis, no guarantees. Double posting or bumping threads will not get your question answered any faster. No support via PM or email, responses not guaranteed. Thank you for your comprehension.
Charter is offline   Reply With Quote