I’ve successfully installed the following module.
http://ellislab.com/forums/viewthread/160112/
I’m having issues with it actually outputting the title, keywords and descriptions for page.
Here is my example code. Any help would be appreciated.
Thank you.
_includes.group/.header.html
<meta name="keywords" content="{embed:seo_keywords}" />
<meta name="description" content="{embed:seo_description}" />pages/index.html
{exp:channel:entries channel="pages" entry_id="34"}
{embed="_includes/.header" seo_description="{exp:seo:description entry_id='{entry_id}'}" seo_keywords="{exp:seo:keywords entry_id='{entry_id}'}"}
{/exp:channel:entries}