D_Jay (User)
Fresh Boarder
Posts: 17
|
|
Re:Metatags 3 Years, 6 Months ago
|
Karma: 0
|
Well I just tried adding my own metatags to out_frame.php, but it made no difference. I still have the following show up as my index source code:
| Code: |
<meta name = "keywords" content = "dew-new-phplinks,php,mysql,free,links,directory,search engine,index,search index,keyword,results,meta data,script"/>
<meta name = "description" content = "dew-new-phplinks is powered by Dew-NewPHPLinks, a powerful link exchange and web directory script. Dew-NewPHPLinks uses MySQL and is free for download."/>
<meta name = "robots" content = "all"/>
<!--
Dew-NewPHPLinks is a free for download php script for use with mysql.
It can be used as a search engine, for link exchanges or web directory.
-->
<!--
Dew-NewPHPLinks,php,mysql,free,links,search engine,index,search index,keyword,results,meta data,script
-->
|
Where is it taking this metatag code from? It is obviously not from top_frame.php, which has a similar but not identical metatag code:
| Code: |
<meta name = "keywords" content = "dew-new-phplinks,php,mysql,free,links,search engine,index,search index,keyword,results,meta data,script" />
<meta name = "description" content = "dew-new-phplinks is a free php script for use with mysql. dew-new-phplinks is a search engine, link farm script. dew-new-phplinks is free for download." />
<meta name = "robots" content = "all" />
<!-- dew-new-phplinks is a free php script for use with mysql. phplinks is a search engine or link farm script. phplinks is free for download php script. -->
<!-- dew-new-phplinks,php,mysql,free,links,search engine,index,search index,keyword,results,meta data,script -->
|
|
|