Meta Description on a Blogspot

2 replies
How can I put a meta description on a blogspot blog that is hosted at blogger?

Is the description I give my blog taken as a meta description?
#blogspot #description #meta
  • Profile picture of the author Jawshh
    You Can't! You can only add meta values on self hosted sites/blogs.

    What you can do is, you can give the blog a keyword rich title and tagline. You can also try to write keyword rich articles.

    -Josh
    Signature

    Get a Website Loaded With Unique Content Every Month For Free. Check it out NOW!!!

    Advanced Internet Marketing Tactics

    {{ DiscussionBoard.errors[2260508].message }}
  • Profile picture of the author blackemerald
    Originally Posted by Calamaroo View Post

    How can I put a meta description on a blogspot blog that is hosted at blogger?

    Is the description I give my blog taken as a meta description?
    I think with replace
    <title><data:blog.pageTitle/></title>
    with
    <b:if cond='data:blog.pageType == "index"'> <title><data:blog.title/></title> <b:else/> <title><data:blog.pageName/></title> </b:if>
    then
    replace this after that replacement.
    <meta expr:content='data:blog.pageTitle + " - your blog description"' name='description'/> <meta expr:content='data:blog.pageTitle + ", Keyword 1, keyword 2, keyword 3, dst "' name='keywords'/> <meta content='INDEX, FOLLOW' name='ROBOTS'/>

    that means replace
    <title><data:blog.pageTitle/></title>
    with
    <b:if cond='data:blog.pageType == "index"'> <title><data:blog.title/></title> <b:else/> <title><data:blog.pageName/></title> </b:if>
    <meta expr:content='data:blog.pageTitle + " - your blog description"' name='description'/> <meta expr:content='data:blog.pageTitle + ", Keyword 1, keyword 2, keyword 3, dst "' name='keywords'/> <meta content='INDEX, FOLLOW' name='ROBOTS'/>

    then if you submit your blog to google you can add the verification after those code.
    {{ DiscussionBoard.errors[2260556].message }}

Trending Topics