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
Post a Comment