I have a blog: http://www.0-apr-creditcards.com/blog/ I want to make custom meta tags: titles, descriptions, keywords for each page. For instance this page http://www.0-apr-creditcards.com/blog/funny-credit-card-commercial.html I want it to have title: Funny Credit Card Commercial! Keywords: Funny Credit Card Commercial! Description: Funny Credit Card Commercial! How can i do that? Thanks
in he head of the document the html is: <title>Funny Credit Card Commercial!</title> <meta name="keywords" content="How do i customize META tags on my blog?" /> <meta name="description" content="How do i customize META tags on my blog? " />
keywords should be something like: <meta name="keywords" content="funny, credit card, commercial" /> PHP: