View Single Post
Old 10-23-2003, 12:54 AM   #7
Rolandks
Purple Mole
 
Rolandks's Avatar
 
Join Date: Sep 2003
Location: Kassel, Germany
Posts: 119
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

Last edited by Rolandks; 10-23-2003 at 12:57 AM.
Rolandks is offline   Reply With Quote