Okay, i have spend a little time again in this problem
phpdig is only indexing this two META-tags:
<META NAME="description" CONTENT="Informationen, and your description here is indexing">
<META NAME="keywords" CONTENT="This, keywords, here, are, indexing, allin, PHPDIG ">
admin\robot_functions.php (755):
PHP Code:
if (is_array($tags)) {
if (isset($tags['description'])) {
$page_desc = phpdigCleanHtml($tags['description']);
}
if (isset($tags['keywords'])) {
$page_keywords = phpdigCleanHtml($tags['keywords']);
}
}
Perhaps this is the problem - it is a feature which you can't dissable