TextCMS Documentation - Internal Plugins - KEYWORDS

Plugin Description

The following parameter in "config.cfg" sets the default keywords for your web site:

<?php

...
TEXTCMS::SetKeywords ( "web site" );
...

?>
These keywords are used by search engines to find your web site. It is pretty important to have relevant keywords prepared for your web site and individual articles. By default all articles are using the same keywords specified in "config.cfg". But you can override these keywords for a particular article. The syntax of the plugin is: [KEYWORDS](keywords)[/KEYWORDS]. For example if you have an article about fitness, you can place the following line anywhere in the article: [KEYWORDS]fitness sport excercise diet[/KEYWORDS].

Plugin Usage

This plugin can be used everywhere, but we only recommend to use it in articles to avoid multiple confusing instances:

Articles
Templates
Modules
Areas

Attributes

This plugin does not support attributes.

Styling

This plugin does not support plugin-specific styling.

Example

[KEYWORDS]fitness sport excercise diet[/KEYWORDS]
(c) 2018-2024 TextCMS