I have a custom wordpress theme for movie website. I want to add metadata tag for keywords but when i add this in WP theme Header its work for all my posts mean show these keywords for all posts that’s why google not indexing all my posts. Is there any solution to fix this because I only want this for my homepage and without any plugin.
<meta name="keywords" content="hollywood movies download, action movies, HD Movies">
3
Answers
1.Open your theme’s header.php file.
2.Find the section of the file.
3.Add the following code within the section, before the closing tag:
The keywords tag no longer has any effect on SEO.
https://developers.google.com/search/blog/2009/09/google-does-not-use-keywords-meta-tag