D_Jay (User)
Fresh Boarder
Posts: 17
|
|
Metatags 3 Years, 2 Months ago
|
Karma: 0
|
|
I went to change my metatags in top_frame.php, but noticed it didn't change anything. What is the procedure for customising metatags?
Thanks
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
|
Re:Metatags 3 Years, 2 Months ago
|
Karma: 9
|
You can alter the mata tags of the top of the frame by editing the out_frame.php file
Your meta tags should go between the head tags
| Code: |
<html>
<head>
<title>phpLinks - Outer Frame</title>
</head>
|
personally I don't like that frame feature since frames.. well are frames. Search engine spider problems is just one reasons, but since it came with the orignal phplinks, and I'm not keen on removing features, it's still there.
|
|
|
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
D_Jay (User)
Fresh Boarder
Posts: 17
|
|
Re:Metatags 3 Years, 2 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 -->
|
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
|
Re:Metatags 3 Years, 2 Months ago
|
Karma: 9
|
|
Oh.. well sorry, I guess I read too much into your post.. Sounds like you want to edit the directory file. It's just a PHP script, so should be uploaded/downloaded in ASCII and can be edited with any text editor. You'll find the opening head tag arond line # 86
Depending on your version you may have dynamic portions of the title and meta tags.
|
|
|
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
|
Re:Metatags 3 Years, 2 Months ago
|
Karma: 9
|
PS, here is a post that describes adding the dynamic title & meta tags feature to DewNewPHPLinks. If you are comfortable editing PHP code, I'd suggest adding it. If you aren't, make 3 sets of backups for the files involved and add it. If you run into trouble, you can always post here for help.
I suppose I should package that up as an addon
|
|
|
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
D_Jay (User)
Fresh Boarder
Posts: 17
|
|
Re:Metatags 3 Years, 2 Months ago
|
Karma: 0
|
I can't get the dynamic metatag code to work. It calls up a function error (see http://www.perthbusiness.info)
|
|
|
|
|
|
|
Last Edit: 2008/11/28 09:59 By D_Jay.
|
|
|
The administrator has disabled public write access.
|
|