Hi. There are three ways to exclude portions of a site. - 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 -->
- Use a robots.txt file, placed in web root, with the following text:
User-agent: PhpDig
Disallow: /forum
- 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.
|