If you want to define your own SEO templates then WP Full SEO will let you make your own templates.
Here are the variables which we have added in the plugin.
%%date%% | Replaced with the date of the post/page |
---|---|
%%title%% | Replaced with the title of the post/page |
%%sitename%% | The site’s name |
%%sitedesc%% | The site’s tagline / description |
%%excerpt%% | Replaced with the post/page excerpt (or auto-generated if it does not exist) |
%%excerpt_only%% | Replaced with the post/page excerpt (without auto-generation) |
%%tag%% | Replaced with the current tag/tags |
%%category%% | Replaced with the post categories (comma separated) |
%%category_description%% | Replaced with the category description |
%%tag_description%% | Replaced with the tag description |
%%term_description%% | Replaced with the term description |
%%term_title%% | Replaced with the term name |
%%pt_single%% | Replaced with the post type single label |
%%pt_plural%% | Replaced with the post type plural label |
%%modified%% | Replaced with the post/page modified time |
%%id%% | Replaced with the post/page ID |
%%name%% | Replaced with the post/page author’s ‘nicename’ |
%%userid%% | Replaced with the post/page author’s userid |
%%searchphrase%% | Replaced with the current search phrase |
%%currenttime%% | Replaced with the current time |
%%currentdate%% | Replaced with the current date |
%%currentday%% | Replaced with the current day |
%%currentmonth%% | Replaced with the current month |
%%currentyear%% | Replaced with the current year |
%%page%% | Replaced with the current page number (i.e. page 2 of 4) |
%%pagetotal%% | Replaced with the current page total |
%%pagenumber%% | Replaced with the current page number |
%%caption%% | Attachment caption |
%%focuskw%% | Replaced with the posts focus keyword |
%%term404%% | Replaced with the slug which caused the 404 |
%%cf_<custom-field-name>%% | Replaced with a posts custom field value |
%%ct_<custom-tax-name>%% | Replaced with a posts custom taxonomies, comma separated. |
%%ct_desc_<custom-tax-name>%% | Replaced with a custom taxonomies description |
%%sep%% | The separator defined in your theme’s wp_title() tag. |
You can define your posts title and meta description of various pages, posts, media, categories, tags, author archives, and date archives.
For a particular page your can decide meta robots where you can make it nofollow or dofollow.
Special Pages
We have added special pages feature in our plugin where you can define the title structure of your search and 404 error page.
What is the requirement of these templates?
When we see results in Google SERP then we get them in the form of our SEO templates setting.
1st and 2nd result have define different templates for their search results.
In first result they are using %%title%% – %%sitename%%
where in second result they are using %%title%% | %%sitename%%
They have the difference of separator. First result is using “-” as separator where second is using “|” as the separator.
With WP Full SEO you can define your own templates and show them as per your requirements.
Leave a Reply