Can anyone recommend a simple plugin that allows me to add/edit meta tags for keywords and description on each page of my wordpress site? Just something that adds the fields to the page editor would be ideal. Not looking for SEO megapack or whatever.
Thanks,
John.
the simple solution would be to paste this snippet of code in your theme’s functions.php file :
And the just add keywords and description using the built in custom fields on a new/edit post/page screen, name the keywords field
my_keywords
and the description fieldmy_description
.or you can use a very lightweight and simple plugin called Simple Meta Tags