PHP WEB SCRIPTS    Support Forums
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

site wide meta descriptions and titles

 
Post new topic   Reply to topic    PHP Web Scripts Forum Index -> Link Up Gold Support & Discussion
View previous topic :: View next topic  
Author Message
mhele



Joined: 24 May 2004
Posts: 14

PostPosted: Wed May 09, 2012 5:30 am    Post subject: site wide meta descriptions and titles Reply with quote

Category, link pages, blogs, acticles and new etc allow for the title and meta data to be that of the listing or post etc...

noticed all others pages : Advanced Search, Add Your Link, page.php?page= use site wide meta descriptions and titles..

would something like an if...Else Statement to override the meta desc and title..

or is the only option to have something

_headwithoutmeta1.txt

adding the title and meta data here
_headwithoutmeta2.txt
Back to top
View user's profile Send private message
PHPWebScripts
Richard - Admin


Joined: 13 Jan 2003
Posts: 5691

PostPosted: Wed May 09, 2012 6:54 am    Post subject: Reply with quote

You can add custom metatags also to other pages. All pages are generated by the function "page_from_template". You can for example find the following command in the file search.php:
page_from_template('search.html',$a);

And add these commands before it:
$a[meta_title] = 'Your title tag here';
$a[meta_description] = 'Your meta description here';
$a[meta_keywords] = 'Your meta keywords here';

These commands can be used for any other page. Only make sure to replace the variable $a with the one which is used in the page_from_template command.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    PHP Web Scripts Forum Index -> Link Up Gold Support & Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group