:: Dynamic Metatags Version 1.1 ::
Step 1:
change the standard keywords in line 43:
$keywords = "keyword1,keyword2,keyword3,keyword4,keyword5,keyword6,keyword7,keyword8,keyword9,keyword10";
you can choose up to 250 keywords or keyphrases. these keywords will only be used by the script, if
the actual filename is not in the list of Step2 !
Step 2:
change the filenames of your webappearance and the keywords starting in line 51:
"/htdocs/contact.php" => "keyword1,keyword2,keyword3,keyword4,keyword5,keyword6,keyword7,keyword8,keyword9,keyword10"
you can choose between 250 keywords or keyphrases.
Step 3:
change the rest of the metatags (starting in line 62):
"language" => "en" ,
"content-Language" => "en" ,
"author" => "Author" ,
"generator" => "domain.tld" ,
"copyright" => "Copyright 2005 by domain.tld" ,
"audience" => "all" ,
"rating" => "General" ,
"distribution" => "Global" ,
"robots" => "index,all,follow" ,
"revisit" => "7 days" ,
"revisit-after" => "7 days"
Step 4:
include the Dynamic Metatags Script in your website. You find an example in the attached test.php.
|