In the config file is the following:
Code:
define('PHPDIG_EXCLUDE_COMMENT','<!-- phpdigExclude -->'); // comment to exclude part of a page
define('PHPDIG_INCLUDE_COMMENT','<!-- phpdigInclude -->'); // comment to include part of a page
// comments must be on their own lines in the HTML source
// text within comments is not indexed
// links within comments are indexed
Wrap what you don't want indexed in comment tags like so:
Code:
include
<!-- phpdigExclude -->
exclude
<!-- phpdigInclude -->
include