Y T Nuke  
Results 1 to 23 of 23
Blogger Or Blogspot, a free blogging service owning by Google has made many rumors that ...
  1. #1
    richigor is offline Newbies
    Join Date
    Dec 2010
    Posts
    6
    Reputation
    10
    Thanks
    5
    Thanked 43 Times in 1 Post

    Thumbs up Auto SEO Script For Blogspot

    Blogger Or Blogspot, a free blogging service owning by Google has made many rumors that it is not well optimized for search engines. There are many blogspot tutorial blogsites on net teaching way to get high rank on search engines. But it may be frustrating for many people that i am unable to get any Script which are able to push up blogs at top on search engines ranking. I have tried more then 20 Scripts (Auto Title Swap, Auto Meta Description, Auto Meta Keywords, Meta Robot etc) for over 4 months but finally found most of them useless except Auto Title Swap Code. This Code can help you little bit to get some better rank over SERP. Therefore i have decided to develop my own script for getting out this problem. After spending few weeks finally i have developed my own Auto SEO Script for blogspot users. Which are able to help you to getting higher rank over SERP. The Script is very simple and also very easy to install. No any professional knowledge required.

    The Auto SEO Script has following features:-

    • Auto change Blog Page Titles for every post.
    • Auto insert Meta Description for every post.
    • Auto insert Meta Keywords For every Post.
    • Work for Monthly, Weekly and Daily Archives.
    • Work for each blog label.
    • Auto Meta Robot Tag
    • Author Meta Tag.

    You only have to insert a Simple Code to your blog template.

    Follow Steps below to apply this script:-

    1. Go to Blogspot account.
    2. Select to Layout Button of your desired blog.(at Dashboard)
    3. Now go to Edit HTML Section.
    4. In Template Box, find the code below. ( This may be little bit different if you are using Title Swap code).

    <title><data:blog.pageTitle/></title>

    Change above code with the code showing below (Select code and press Ctrl + C buttons to copy code)
    <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.pageType == "archive"'>
    <title><data:blog.pageName/> | <data:blog.title/></title>
    </b:if>
    <b:if cond='data:blog.pageType == "label"'>
    <title><data:blog.pageName/> | <data:blog.title/></title>
    </b:if>
    <meta expr:content='data:blog.pageTitle + " - your blog description here (upto 200 charaters)"' name='description'/>
    <meta expr:content='data:blog.pageName + ", Keyword 1, Keyword 2, Keyword 3, Keyword 4, Keyword 5"' name='keywords'/>
    <meta content='Author Name Here' name='author'/>
    <meta content='index,follow' name='robots'/>
    now change description, keywords, and author name as you like.

    Don't forget to click Thank you Button

  2. The Following 43 Users Say Thank You to richigor For This Useful Post:

    Aikon (12-10-2010), anjaberg (12-14-2010), anuRock (12-10-2010), blue89red (12-10-2010), bluenose10 (08-24-2011), bmindwomen (12-10-2010), bmwaudi3311 (12-11-2010), cysco374 (08-24-2011), dikoro (03-02-2012), Ecristaldo (12-20-2010), fakepics50 (03-01-2012), hari4u2 (12-12-2010), hitman991 (08-25-2011), Jasonlf (02-27-2012), krozen01 (02-27-2012), Lalalaenhund (12-11-2010), laxmi_1102 (02-27-2012), masanwar (02-22-2011), Maxpinger (03-02-2012), mdmomenin7 (10-03-2011), MonicaRW (08-29-2011), movieman32 (12-10-2010), mrbeo (08-25-2011), muhammad1234 (02-07-2011), nutserious (02-29-2012), Pekton (12-10-2010), Qwertyous (12-10-2010), readysite1 (08-26-2011), roxiea90 (08-10-2011), rupex (03-14-2011), RustyNail (12-14-2010), sahilsxy29 (08-23-2011), Seki99 (03-01-2012), SexChips (02-28-2012), sgbatu (08-25-2011), suave (08-24-2011), syafiul (03-05-2012), thor hammer (12-14-2010), tigermn (12-14-2010), upiaman (12-10-2010), veejayshakthi (08-29-2011), vhick (08-24-2011), vinu4u07 (09-08-2011)

  3. #2
    eunicemartinez_21's Avatar
    eunicemartinez_21 is offline Regular Member
    Join Date
    Oct 2009
    Posts
    327
    Reputation
    26
    Thanks
    108
    Thanked 55 Times in 33 Posts

    Default Re: Auto SEO Script For Blogspot

    Ok newbie question here, how can this actually help my blogspot blog? is this a way to optimize on-page seo in blogger?

    Anyway gonna try this, I have a blogger ranking in the 2nd page of google for a certain keyword. I will report back if there's any improvement after doing this.

    Thanks

  4. #3
    richigor is offline Newbies
    Join Date
    Dec 2010
    Posts
    6
    Reputation
    10
    Thanks
    5
    Thanked 43 Times in 1 Post

    Exclamation Re: Auto SEO Script For Blogspot

    Yes this will optimize your blog apperance for search engines, but the effect of using it come somewhere in to weeks. And DO NOT REPEAT ANY WORD IN your KEYWORDS SECTION

  5. #4
    ch8878's Avatar
    ch8878 is offline Supreme Member
    Join Date
    Mar 2009
    Location
    USA
    Posts
    1,447
    Reputation
    60
    Thanks
    126
    Thanked 180 Times in 142 Posts

    Default Re: Auto SEO Script For Blogspot

    So is this code better then this :

    <b:if cond='data:blog.pageType == &quot;item&quot;'>
    <title><data:blog.pageName/> | <data:blog.title/></title>
    <b:else/>
    <title><data:blog.pageTitle/></title>
    </b:if>
    <meta name="description" content="DESCRIPTION HERE"/>
    <meta name="keywords" content="KEYWORDS HERE"/>
    <meta name="robots" content="index,follow"/>
    <meta name="revisit-after" content="always"/>
    <meta name="language" content="english-us"/>
    <meta name="rating" content="safe for kids."/>
    <meta name="doc-type" content="Public"/>

  6. The Following User Says Thank You to ch8878 For This Useful Post:

    hari4u2 (12-12-2010)

  7. #5
    ch8878's Avatar
    ch8878 is offline Supreme Member
    Join Date
    Mar 2009
    Location
    USA
    Posts
    1,447
    Reputation
    60
    Thanks
    126
    Thanked 180 Times in 142 Posts

    Default Re: Auto SEO Script For Blogspot

    Sorry double post

  8. #6
    richigor is offline Newbies
    Join Date
    Dec 2010
    Posts
    6
    Reputation
    10
    Thanks
    5
    Thanked 43 Times in 1 Post

    Default Re: Auto SEO Script For Blogspot

    Yes my is better.
    Last edited by richigor; 12-10-2010 at 01:16 PM.

  9. #7
    ch8878's Avatar
    ch8878 is offline Supreme Member
    Join Date
    Mar 2009
    Location
    USA
    Posts
    1,447
    Reputation
    60
    Thanks
    126
    Thanked 180 Times in 142 Posts

    Default Re: Auto SEO Script For Blogspot

    Quote Originally Posted by richigor View Post
    Yes my i better.
    OK, what does it improve you are saying the ranking of the blogspot ?

  10. #8
    L3arn1ng's Avatar
    L3arn1ng is offline Newbies
    Join Date
    Jul 2010
    Posts
    20
    Reputation
    10
    Thanks
    2
    Thanked 4 Times in 4 Posts

    Default Re: Auto SEO Script For Blogspot

    I just realize. that the Meta description and Meta Keyword for every page will be the same.

    And it will decrease your SEO point.

    If only you can make a script to make a field so we can fill in the keyword and description for every post. it will be very useful.

    Just mo.

  11. #9
    Pekton's Avatar
    Pekton is offline Junior Member
    Join Date
    Nov 2009
    Location
    upstate ny
    Posts
    192
    Reputation
    20
    Thanks
    478
    Thanked 70 Times in 56 Posts

    Default Re: Auto SEO Script For Blogspot

    no his code will make the description for each page different as it uses the page name as part of the description. I do something similar except i use blog title and page name to generate the description.

    keywords will be the same for each page. To get around that you could set a conditional that applies a different set of keywords depending apon what page you on. That would be a real pain if you have lots of pages.

    Seen some scripts that let you use labels as keywords but its a bit of a hack as your putting a widget in the header.

    As google does nt seem to care much about meta keywords I have nt been bothered by then been the same for each page.

  12. The Following User Says Thank You to Pekton For This Useful Post:

    richigor (12-10-2010)

  13. #10
    blue89red's Avatar
    blue89red is offline Regular Member
    Join Date
    Oct 2010
    Posts
    254
    Reputation
    20
    Thanks
    84
    Thanked 281 Times in 39 Posts

    Default Re: Auto SEO Script For Blogspot

    Thx,I was looking for something like this

  14. #11
    Lalalaenhund's Avatar
    Lalalaenhund is offline Jr. VIP
    Join Date
    Sep 2010
    Location
    Finland
    Posts
    286
    Reputation
    85
    Thanks
    238
    Thanked 90 Times in 57 Posts

    Default Re: Auto SEO Script For Blogspot

    Thanks, I think this deserves a bump

  15. #12
    ch8878's Avatar
    ch8878 is offline Supreme Member
    Join Date
    Mar 2009
    Location
    USA
    Posts
    1,447
    Reputation
    60
    Thanks
    126
    Thanked 180 Times in 142 Posts

    Default Re: Auto SEO Script For Blogspot

    Have you seen a jump in traffic using this ?

  16. #13
    hari4u2's Avatar
    hari4u2 is offline Junior Member
    Join Date
    Jun 2010
    Location
    gofanlike.com
    Posts
    182
    Reputation
    40
    Thanks
    121
    Thanked 40 Times in 29 Posts

    Default Re: Auto SEO Script For Blogspot

    really nice tip actually am using the first one now i try ch8878 meta tag idea
    let see how its work

  17. #14
    thor hammer's Avatar
    thor hammer is offline Newbies
    Join Date
    Jan 2010
    Posts
    19
    Reputation
    10
    Thanks
    15
    Thanked 1 Time in 1 Post

    Default Re: Auto SEO Script For Blogspot

    good job richigor, the meta dont exist by defaut on new blogspots

  18. #15
    hari4u2's Avatar
    hari4u2 is offline Junior Member
    Join Date
    Jun 2010
    Location
    gofanlike.com
    Posts
    182
    Reputation
    40
    Thanks
    121
    Thanked 40 Times in 29 Posts

    Default Re: Auto SEO Script For Blogspot

    This Tag Is Working Good But
    Some Error In Page
    When I Try To Edit Or Change Some Content In Widget From My Web Page It Says

    Code:
    Page not found
    
     Sorry, the page you were looking for in the blog  www.blog name does not exis
    For This Error I Need To Go Blogger -> Page Element Page -> Edit Button

    To Change The Widget Content

    Can You Fix This

    Quote Originally Posted by ch8878 View Post
    So is this code better then this :

    <b:if cond='data:blog.pageType == &quot;item&quot;'>
    <title><data:blog.pageName/> | <data:blog.title/></title>
    <b:else/>
    <title><data:blog.pageTitle/></title>
    </b:if>
    <meta name="description" content="DESCRIPTION HERE"/>
    <meta name="keywords" content="KEYWORDS HERE"/>
    <meta name="robots" content="index,follow"/>
    <meta name="revisit-after" content="always"/>
    <meta name="language" content="english-us"/>
    <meta name="rating" content="safe for kids."/>
    <meta name="doc-type" content="Public"/>

  19. #16
    vir0e5's Avatar
    vir0e5 is offline Newbies
    Join Date
    Aug 2011
    Location
    INDONESIAN
    Posts
    1
    Reputation
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Auto SEO Script For Blogspot

    hmm... not bad !! just Auto SEO Title Script and meta keyword...

  20. #17
    cysco374 is offline Newbies
    Join Date
    Aug 2011
    Posts
    2
    Reputation
    10
    Thanks
    15
    Thanked 0 Times in 0 Posts

    Default Re: Auto SEO Script For Blogspot

    are that's work?
    i'll try it.

  21. #18
    hitman991 is offline Newbies
    Join Date
    Aug 2011
    Posts
    22
    Reputation
    10
    Thanks
    8
    Thanked 2 Times in 2 Posts

    Default Re: Auto SEO Script For Blogspot

    This is perfect for me

  22. #19
    adeelhassan is offline Newbies
    Join Date
    Jan 2012
    Posts
    1
    Reputation
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Thumbs up Re: Auto SEO Script For Blogspot

    thanks dear its really working working..

  23. #20
    orzyman's Avatar
    orzyman is offline Power Member
    Join Date
    May 2011
    Location
    in your mind
    Posts
    664
    Reputation
    46
    Thanks
    48
    Thanked 110 Times in 79 Posts

    Default Re: Auto SEO Script For Blogspot

    nice script got me rolling again
    Along with success comes a reputation for wisdom.

  24. #21
    krozen01 is offline Newbies
    Join Date
    Feb 2012
    Posts
    3
    Reputation
    10
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Re: Auto SEO Script For Blogspot

    Thanks for this..

    <meta expr:content='data:blog.pageTitle + " - your blog description here (upto 200 charaters)"' name='description'/>
    <meta expr:content='data:blog.pageName + ", Keyword 1, Keyword 2, Keyword 3, Keyword 4, Keyword 5"' name='keywords'/>

    Gonna change that?
    Last edited by krozen01; 02-27-2012 at 05:51 PM.

  25. #22
    SexChips's Avatar
    SexChips is offline Junior Member
    Join Date
    Jan 2010
    Posts
    125
    Reputation
    19
    Thanks
    86
    Thanked 57 Times in 22 Posts

    Default Re: Auto SEO Script For Blogspot

    Quote Originally Posted by krozen01 View Post
    Thanks for this..

    <meta expr:content='data:blog.pageTitle + " - your blog description here (upto 200 charaters)"' name='description'/>
    <meta expr:content='data:blog.pageName + ", Keyword 1, Keyword 2, Keyword 3, Keyword 4, Keyword 5"' name='keywords'/>
    I agree. Thank you for that.

  26. #23
    Seki99 is offline Registered Member
    Join Date
    Aug 2009
    Posts
    79
    Reputation
    8
    Thanks
    21
    Thanked 21 Times in 7 Posts

    Default Re: Auto SEO Script For Blogspot

    thanks, tying right now

Natural Slow Link Building


SEO Blasts - High quality link building service

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
  SEnukeX SEO Software
Proudly Powered by Hostwinds.com Web Hosting Click Here For Exclusive BHW Discounts!

Cheap Web Hosting


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76