wordpress - Manually setting focus keyword on website -


can please tell me how set focus keyword myself without yoast seo?

find header.php file of active theme. add following html line, inside < head>......< /head> before < link> tags.

<meta name="keywords" content="focus keyword 1,focus keyword 2,focus keyword 3,focus keyword 4"> 

add focus keywords , comma separate them.

important note: bad practice wordpress sites add keywords directly out plugin. because, using plugin allows have different keywords different pages posts. doing manually, of sites pages have same focus keywords,because have add meta tag themes header.php(one header.php file used pages). may lead bad ranking.


Comments

Popular posts from this blog

php - How to display all orders for a single product showing the most recent first? Woocommerce -

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

angularjs - How restrict admin panel using in backend laravel and admin panel on angular? -