History: Meta Elements
Source of version: 41 (current)
Copy to clipboard
! Meta Elements -+meta+- elements can specify HTTP headers that should be sent before the actual content when the HTML page is served from the web server to the client. These elements provide information about the web page, which can be used by search engines to help categorize the page correctly. The two distinct parts of the elements are: * Title tag * Meta description Meta elements provide information about the web page that can be used by search engines to help categorize the page correctly. The main meta elements are keywords, title, description, language, and robots (from [https://en.wikipedia.org/wiki/Meta_element]). Each Tiki site can and should specify site-specific meta elements within the -+<head>+- elements of its pages. This is carried out according to the preferences indicated on the Meta Tags admin page. !! Meta Tags admin page To access, click the __Meta Tags__ icon {icon name="admin_metatags" size="2" title="Image may vary depending on icon set in use"} on the ((Admin Panels|Admin Panel)) or navigate to __http://example.org/tiki-admin.php?page=metatags__. These are the preference options for meta elements: !!! Tab 1: Meta tags *__Keywords__: A list of keywords (separated by commas) that describe this website. *__Include tags__: If the Tags feature is enabled, the tags for each page with tags set will be used as meta keywords. This allows individual pages at the site to have different meta tags. *__Use thread instead__: Use the forum thread title in the meta title tag. *__Preference metatag_imagetitle is not defined__: {Text field, default value: "Error") *__Description__: A short description of the website. Some search engines display this information with the website's listing. *__Page description__: Use each page description as a meta tag for that page. *__Author__: The author of this website. Typically this is the Admin or Webmaster. !!! Tab 2: Geo Metatags *__geo.position__: The latitude and longitude of the physical location of the site. For example "38.898748, -77.037684" *__geo.region__: The ISO-3166 country and region codes for your location. For example, "US-NY" *__geo.placename__: A free-text description of your location !!! Tab 3: Robots * __Meta robots__: Specify how search engines robots should index your site. Will override page defaults. Valid values include: noindex, nofollow, none, all, noimageindex, noarchive, nocache, nosnippet, notranslate, unavailable_after and noyaca. (These should be comma-separated, eg, noimageindex,nocache. *__Revisit after__: Specify how often (in days) web robots should visit the site. !!Related See also: * ((PluginMetaTag)) * ((Search engine optimization)) *((dev:Administration|Bugs and Wishes)) ~tc~*[http://www.w3.org/TR/REC-html40/struct/global.html#h-7.4.4|W3C specification]~/tc~ -=Alias=- *(alias(MetaTag)) *(alias(MetaTags)) *(alias(Meta Tag)) *(alias(Meta Tags)) *(alias(Meta Tags Config)) ~tc~ (alias(Meta Tags)) ~/tc~