first off, i want to know if i'm right that keywords and meta tags are the same thing. if yes, then i want to add meta tags to my blog pay4clix.blogspot.com.... but cant figure out how... can anyone please tell me that.. Thanks
adding keywords to blogspot.... i think we can add keywords by edit html option. but it is more useful that you create a quality content from that keywords. make sure that you placed your keyword once in title, first paragraph, last paragraph and in domain. i think this will help you to get indexed in search engines.
I don't know if you are still interested in putting keywords inside your blog posts. But it is possible and very helpful too for some search engines. I am using the keywords in almost all of my blogspot blogs. Have a look at Hilarious Video Clips. And do a view source.
Keywords and meta tags are not same though keywords and meta keywords are same. Meta tags contains title/description and keywords.
Code: <head> <b:include data='blog' name='all-head-content'/> <b:if cond='data:blog.pageType == "item"'> <title><data:blog.pageName/> - <data:blog.title/></title> <b:else/> <title><data:blog.pageTitle/></title> </b:if> <b:if cond='data:blog.url == "http://YOUR-BLOG-ADDRESS-HERE"'> <meta content='YOUR PAGE DESCRIPTION HERE' name='description'/> <meta content='YOUR KEYWORDS HERE' name='keywords'/></b:if> <b:if cond='data:blog.url == "http://YOUR-POST-ADDRESS-HERE"'> <meta content='YOUR POST DESCRIPTION HERE' name='description'/> <meta content='YOUR KEYWORDS HERE' name='keywords'/></b:if> <b:if cond='data:blog.url == "http://YOUR-PAGE-ADDRESS-HERE"'> <meta content='YOUR PAGE DESCRIPTION HERE' name='description'/> <meta content='YOUR KEYWORDS HERE' name='keywords'/></b:if>
As one poster already mentioned, the keywords meta tag is useless as most search engines ignore it. Instead, focus on your <title></title> tag, meta description tag, and of course the main content.