Exclude links from indexing, keep text
f1, please!
there are comments
define('PHPDIG_EXCLUDE_COMMENT','<!-- phpdigExclude -->');
define('PHPDIG_INCLUDE_COMMENT','<!-- phpdigInclude -->');
// text within comments is not indexed
// links within comments are indexed
is there ability to index text within some part of page, but not links?
thanks.
|