Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeytolkachyov committed Aug 9, 2023
1 parent 37458f1 commit 5e58e1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# WT SEO Meta templates
Plugin for using variables in the <title> and meta description tags. Allows you to use templates for the &lt;title> tag and the description meta tag. Accepts data (including SEO templates ) from additional plugin providers.
Plugin for using variables in the `<title>` and meta-description tags. Allows you to use templates for the `<title>` tag and the meta-description tag. Accepts data (including SEO templates) from additional plugin providers.

## How it works?
To work, you install minimum 2 plugins:
- Main WT SEO Meta templates
- Plugin provider for your component (for example, for Virtuemart)
The plugin provider creates and passes variables and SEO templates to the main plugin. All settings are made in the provider plugin.
## Example
### Seo template for <title>
### Seo template for &lt;title&gt;
For example, you could create a `<title>` seo template like `{CC_ARTICLE_TITLE}. {CC_ARTICLE_FIELD_14_TITLE} {CC_ARTICLE_FIELD_14_VALUE}`.
### Seo template for meta description
You could create a meta description seo template like `{CC_ARTICLE_INTRO}`, where `{CC_ARTICLE_INTRO}` is article intro text trimmed to the specified number of characters.
Expand Down

0 comments on commit 5e58e1a

Please sign in to comment.