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>
Cara 1 : ganti script code diatas dengan code berikut ini
<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'/>
Cara 2. atau bisa juga dengan menyisipkan code berikut setelah kode
<title><data:blog.pageTitle/></title>
<b:if cond='data:blog.pageType == "item"'> <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"/>
keterangan penggunaan :
setelah membuat script itu di html template blogmu, silahkan ganti isi KEYWORD, DESCRIPTION, AUTHOR.
Description = deskripsi singkat blog kamu
Keyword = Keyword yang berhubungan dengan blog kamu
Author = Kamu lah...