|
Yoast SEO automatically adds pre-built templates to all content on your site. You can change the title and meta templates by going to the administrator of your WordPress installation and clicking on SEO → Search Appearance as shown below At this point it is possible to create a personalized description template for each type of content by selecting the pre-configured variablesExample of how to set title and meta description on Yoast.
However, the thing that few people know is that the variables that Special Data appear in the list are only the smallest part of those available , in fact in the screen we only see 4 of them but in reality there are dozens and dozens and they can help us create titles and descriptions automatically for very large sites.To insert the variables simply type the relevant code and send, for example to insert the date of creation of the post in the title (for example if it is on a news website) simply insert the following code%%date%%and send.Basic Yoast VariablesBelow is the list of basic variablesLabel Variable DescriptionAt your place %%date%% Replaced with the date of the post/pageTitle %%title%% Replaced with the title of the post/pageParent title %%parent_title%% Replaced with the title of the parent page of the current page Archive title %%archive_title%% Replaced with the normal title for an archive generated by WordPressSite title %%sitename%% The site's nameTaglines %%sitedesc%% The site's taglineExcerpt %%excerpt%% Replaced with the post/page excerpt (or auto-generated if it does not exist)Excerpt only %%excerpt_only%%

Replaced with the post/page excerpt (without auto-generation)Tags %%tag%% Replaced with the current tag/tagsCategory %%category%% Replaced with the post categories (comma separated)Primary category %%primary_category%% Replaced with the primary category of the post/page Category description %%category_description%% Replaced with the category description Tag description %%tag_description%% Replaced with the description tag Term description %%term_description%% Replaced with the term descriptionTerm title %%term_title%% Replaced with the term nameSearch phrase %%searchphrase%% Replaced with the current search phraseSeparator %%sep%% The separator defined in your theme's wp_title() tag.and that's where it could go, but now the most interesting games begin for advanced SEO use of Yoast.
|
|