diff --git a/README.md b/README.md index f23669f..323eb5f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # WT SEO Meta templates -Plugin for using variables in the and meta description tags. Allows you to use templates for the <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: @@ -7,7 +7,7 @@ To work, you install minimum 2 plugins: - 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 <title> 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.