Meta Keywords and Description
by: affpro1234
Added: Fri, 16 Jan 2009 Time: 12:04 PM
|
|
Places meta keywords and descriptions into the header template Block Code? Download Block |
Details
Places meta keywords and descriptions into the header template
Usage Instructions
This block places meta keyword and descriptions in the header of your site.
The code takes data from the database for articles, pages and categories to supply the content for the meta tags.
All that needs to be done is place the code snippets below to the php of their respective templates:
Home page template $this->ishome = 1;
Category template $this->iscategory = 1;
Article template $this->isarticle = 1;
Page Template $this->ispage = 1;
Profile Template $this->isprofile = 1;
Submit Template $this->iswrite = 1;
Latest Article Template $this->islatest = 1;
Contact Page Template $this->iscontact = 1;
Tags Template $this->istags = 1; //not working as yet
Privacy Standalone Template $this->isprivacy = 1;
Tos Standalone Template $this->istos = 1;