Meta Tags are those tags that we add to the head section of a blog or website. Adding meta tags to WordPress blog is very important for search engines and crawlers boats.
How to Add Meta Tag in WordPress Blog?
Search engines collect information about your site from these tags. I think you must have understood why it is necessary to add meta tag in WordPress Blog?
It collects information about your blog from description or keywords like heading, content and meta tag. Meta tags provide information to search engines about your site’s language, targeting audience and country, etc.

How to add meta tag in WordPress blog?
To add meta tags to WordPress blog, you have to go to the header section of your blog, because these tags are added to the <head> tag of HTML.
For this we will use some popular WordPress plugins, and we will also teach you how to manually add meta tags to WordPress.
See an example of a meta tag below β
<meta name=”description” content=”Short description of your blog, so that it is easy for the search engines to understand about the content of your blog.” ,
How to manually add meta tag in WordPress Blog?
To add meta tag just go to your theme editor and then header.php of your theme. After going to the header.php of your theme, search for this code in the head section β
<title><?php bloginfo(βnameβ); ?><?php wp_title(); ?></title>
Below this code you can add all your meta tags, but never add your meta description and meta keywords tag below this code because if you add meta description in header then all your posts and pages will start showing that description.
How to add meta tag to WordPress blog through plugins?
Another way to add meta tag to WordPress blog is by using plugins. We will share some popular plugins for adding meta tags, but all you have to do is use any one of them.
We have a list of popular plugins that are used to add meta tags to your blog.
- Yoast seo
- All in one seo pack
- WP touch
- Rank math
- Seo press
These are the plugins that are used to add meta tags to your WordPress blog.
Final Words=>: Hope you have understood well how to add meta tag in WordPress blog? If you liked this article then please share this post with your friends on social media. If you have any problem then ask in comment or contact directly.