Page titles and meta tags

Post Reply
User avatar
Thunderstone
Site Admin
Posts: 2504
Joined: Wed Jun 07, 2000 6:20 pm

Page titles and meta tags

Post by Thunderstone »



We have a registered version of webinator and we would like the page titles
and meta tags to reflect our company information rather than yours.

Please advise

Thanks



Peach Media Inc. - Web Sites that Work!
http://www.peachmedia.com/


User avatar
Thunderstone
Site Admin
Posts: 2504
Joined: Wed Jun 07, 2000 6:20 pm

Page titles and meta tags

Post by Thunderstone »




Modify the <title></title> usage in the "top" function of the search script
to change the titles. Also modify the "top" function to output whatever
meta data you like. For example change:
<HTML>
<HEAD>
<TITLE>$title</TITLE>
</HEAD>
to:
<HTML>
<HEAD>
<TITLE>MyCompany $title</TITLE>
<META name=keywords CONTENT="these are my keywords">
</HEAD>


Post Reply