Meta titles and descriptions are an important part of SEO as they help search engines understand the content of your website and determine its relevance to users’ search queries. When it comes to WordPress, there are a few different methods you can use to write and add meta titles and descriptions to your website.
In this blog post, we’ll go over the different methods you can use and provide some tips on how to write effective meta titles and descriptions.
Method 1: Use a Plugin
One of the easiest ways how to add meta title and description in WordPress website is by using a plugin. There are several plugins available that can help you manage your website’s metadata, including Yoast SEO, All in One SEO Pack, and Rank Math.
These plugins provide an easy-to-use interface where you can enter your meta titles and descriptions for each page or post on your website. This below article might help you:
To use a plugin to add meta titles and descriptions, you’ll need to install and activate the plugin on your WordPress website.
Once the plugin is activated, you’ll be able to access the plugin’s settings from the dashboard. From here, you can go to the “Pages” or “Posts” section and click on the page or post you want to edit.
On the edit screen, you’ll see a section for the plugin where you can enter your meta title and description. Be sure to enter a concise and descriptive title for the page, as well as a brief summary of the page’s content in the meta description field. Once you’ve entered your metadata, click “Publish” or “Update” to save your changes.
Method 2: Use the WordPress Editor
If you don’t want to use a plugin to manage your metadata, you can also use the WordPress editor to add meta titles and descriptions.
- Login to your WordPress dashboard and go to the “Pages” or “Posts” section, depending on where you want to add the meta title and description.
- Select the page or post you want to edit and click “Edit”.
- Scroll down to the “Document” panel and click on the “Edit” button next to the “Visibility” option.
- In the “Edit Snippet” box that appears, you will see a field for the “SEO Title” and a field for the “Meta Description”.
- Enter your desired meta title and description in these fields. The meta title should be a concise and descriptive title for the page, while the meta description should be a brief summary of the page’s content.
- Click “Update” to save your changes.
It’s important to note that the meta title and description you enter will be used by search engines to display your website in search results. Therefore, it’s important to choose your words carefully and make sure that the information you provide is accurate and relevant to the content of your website.
In conclusion, adding meta titles and descriptions to your WordPress website without using a plugin is easy and can greatly improve the SEO of your website. By following the steps outlined above, you can easily optimize your website’s content for search engines and improve its visibility in search results.
Method 3: How to add meta title and description in WordPress without plugin?
If you’re comfortable with code and don’t mind editing your website’s theme files, you can also add meta titles and descriptions by modifying the WordPress header. To do this, you’ll need to log in to your website’s hosting account and access your website’s files via FTP or the hosting control panel.
Once you have access to your website’s files, navigate to the “header.php” file. This file is usually located in your WordPress installation’s “themes” folder. Open the “header.php” file in a text editor and look for the section where the metadata is being output.
You’ll see a line of code that looks something like this:
<title><?php wp_title(''); ?></title>
To add a meta title, you’ll need to modify this line of code to include your desired title. For example:
<title>My Website | <?php wp_title(''
1 thought on “How To Add Meta Title And Description In WordPress? Different Methods”