3.x
Use <meta> tags to include metadata about your Tiki. This information is placed within the <head></head> tags of your pages. Many search engines use this information to index your site and to format information on results pages.
Click the Meta Tags icon
on the Admin Panel to display the Meta Tags Administration screen. Use the Meta Tags Administration panel to define the <meta> tags included in the header information of each Tiki page.
Setting Description
Meta Keywords A list of key words (separated by commas) that describe your site.
Insert freetags in keyword list If the freetags feature is enabled, use the freetags in the meta keywords for each page with freetags set. This, combined with freetags, allows individual pages on the site to carry different meta tags.
Use the thread title in Forum pages instead Use the forum thread title in the meta title tag
Use the image title in Image gallery pages instead Use the image title in the meta title tag
Meta Description A short description of your site. Some search engines display this information with your site's listing.
Meta Author The author of your site. Typically this will be the Admin or Webmaster.
geo.position The latitude and longitude of the physical location of your Tiki. For example, the geo.position for http://www.whitehouse.gov in Washington, DC, USA is: 38.898748, -77.037684 See http://geotags.com/geo/geotags2.html or http://geourl.org/ for additional information, including instructions on calculating your geourl.
geo.region The ISO-3166-1 Country and ISO-3166-2 Region code for your location.
geo.placename A free-text description of your location.
Meta Robots Specify how web-bots should index your site. Valid values include: INDEX or NOINDEX FOLLOW or NOFOLLOW
Revist after Specify how often (in days) web-bots should visit your site.
To add additional <meta> tags, you must manually update the header.tpl template file .
Troubleshooting
If you find that these preferences are not taking affect and not persisting - when you click "change settings" nothing happens and the flag is cleared on the next screen, you may find that the rows are missing from tiki preferences.
Ensure the following rows exist:
INSERT INTO `tiki_preferences` (`name`, `value`) VALUES ('metatag_freetags', 'y');
INSERT INTO `tiki_preferences` (`name`, `value`) VALUES ('metatag_threadtitle', 'y');
INSERT INTO `tiki_preferences` (`name`, `value`) VALUES ('metatag_imagetitle', 'y');