Updated on Dec 6, 2022
In this tutorial we will show you how to add the YoastSEO plugin to your WordPress website. This plugin will assist you in understanding the main SEO rules and requirements for you website, and it will help you improve your overall Search Engine Rank. This plugin is written from the ground up by Joost de Valk and his team at Yoast to improve your site's SEO in all aspects. The WordPress Yoast SEO plugin even goes the extra mileby taking care of all the technical optimizations needed for your website to rank higher.
First we will begin with the installation of the plugin. The process can be easily managed via your WordPress admin area by navigating to Plugins → Add new.
Type Yoast SEO in the plug-in search bar and click the Install Now button.
After the installation process has been completed, select the Activate Plugin option located below the installation log.
You will be prompted with a “Congratulations!” message. To get a quick introduction of the plugin features click the Start Tour button.
If you have missed the message you can always get a Tour by navigating to SEO→General.
What actually this plugin does once you activate it, is that it first and foremost helps you write better content. Yoast SEO forces you to choose a focus keyword when you're writing your articles and then makes sure you use that focus keyword everywhere to increase their effectiveness.
In this and next few steps, we will explain the most important features of Yoast SEO and how to configure their settings once you have installed the plugin. Yoast SEO will have some of them pre-defined but depending on your website’s content, you might be able to tweak them even more.
After you have filled your details in the General section, access the Titles and Metas section.
In the General tab, focus your attention on the Force Rewrite option. Usually you won’t need to check mark this box as the plugin uses the wp_title tag when displaying SEO titles for posts and pages. However, some themes use a different code to display these elements and in those situations you will need to enable the Force Rewrite.
The Title Separator setting is totally depending on your taste as it does not affect the search results, but using dashes seems to be one of the cleanest options out of the bunch.
Next on the list is the Homepage tab. The most optimized structure for a Title Template is:
%%sitename%% %%page%% %%sep%% %%sitedesc%%
These variables will be replaced by the specific values from the page when the page is displayed.
Meta Description Template – This is the text that will appear under the site link in the search result. If you have the same content structure for every post you can use this template. If not, you will need to configure each post’s Meta Description when publishing it.
Post Types:
Archives:
As social media is being more integrated into our daily lives than ever, adding your social media accounts here is a good idea. This will connect them to your website and they might show up on the side of the SERP when someone is searching for your content.
Sitemaps are essential for WordPress SEO. They provide a roadmap for search engines to crawl your site and are the easiest way to notify them about changes to your content. However, having more than one plugin creating sitemaps will hurt your SEO as the search engines will try to crawl both of the sitemaps at the same time and will most likely miss part of the content while crawling.
Enabling Breadcrumbs will display the path the user has taken to get to the page they are currently viewing. This is very user friendly and also helps the search engines in orienting in the structure of your website. Yoast’s team recommends, that you enable this feature and you can implement it by adding this code snippet into your theme’s header.php or above the page title in the:page.php
<?php if ( function_exists('yoast_breadcrumb') ) {yoast_breadcrumb('<p id="breadcrumbs">','</p>');} ?>
Permalinks:
RSS:
This feature is used to automatically add links back to your blog and your blog posts in the RSS, helping search engines identify you as the original source of the content. The pre-configured settings are well thought out and you might not change them.
Page Analysis:
Now let us move from the admin dashboard to the front-end of your website. Yoast SEO has added a few important features which you can use to analyze the page you are currently on. You can check your page for all of the important SEO markers by hovering over SEO in the admin bar and then clicking on the Analyze this page option.
Now you will be able to check:
Note that the plugin won’t test your page but instead direct you to different tools available online that will do that for you. With this, we will conclude our tutorial on Yoast SEO. We hope that you will use what you have learned from it and unlock the full potential of your website by optimizing the search results for it.