Sunday, June 1, 2014

Tối ưu blogspot nhanh và dễ dàng chuẩn seo blogspot

Bài đâu tiên trên blog mình sẽ hướng dẫn các bạn tối ưu blogspot nhanh và dễ dàng chuẩn seo cho các trang web, blog được tạo lên từ nền tảng blogspot. Các bạn chỉ cần làm theo các bước thủ thuật sau để trang web, blog của các bạn được chuẩn seo.

seo blogspot, thủ thuật

Bước 1: Tối ưu các thẻ Title - Meta Description - Meta Keywords


Thay đoạn thẻ Title - Meta Description - Meta Keywords mặc định trong template của các bạn bằng đoạn mã sau và chỉnh sữa lại cho phù hợp với blog của bạn
<meta charset='utf-8'/>
<b:if cond='data:blog.isMobile'>
<meta content='width=device-width,minimum-scale=1.0,maximum-scale=3.0' name='viewport'/>
<b:else/>
<meta content='width=device-width,initial-scale=1.0,minimum-scale=0.5,maximum-scale=2.0' name='viewport'/>
</b:if>
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/>
<meta content='blogger' name='generator'/>
<link expr:href='data:blog.homepageUrl + &quot;favicon.ico&quot;' rel='icon' type='image/x-icon'/>
<link expr:href='data:blog.url' rel='canonical'/>
<link expr:href='data:blog.homepageUrl + &quot;feeds/posts/default&quot;' expr:title='data:blog.title + &quot; - Atom&quot;' rel='alternate' type='application/atom+xml'/>
<link expr:href='data:blog.homepageUrl + &quot;feeds/posts/default?alt=rss&quot;' expr:title='data:blog.title + &quot; - RSS&quot;' rel='alternate' type='application/rss+xml'/>
<link expr:href='&quot;http://www.blogger.com/feeds/&quot; + data:blog.blogId + &quot;/posts/default&quot;' expr:title='data:blog.title + &quot; - Atom&quot;' rel='alternate' type='application/atom+xml'/>
<link href='http://www.blogger.com/openid-server.g' rel='openid.server'/>
<link expr:href='data:blog.homepageUrl' rel='openid.delegate'/>
<b:if cond='data:blog.pageType == &quot;static_page&quot;'>
<title><data:blog.pageName/> | <data:blog.title/></title>
</b:if>
<b:if cond='data:blog.pageType == &quot;error_page&quot;'>
<title>Not Found :(</title>
</b:if>
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<title><data:blog.pageName/> | <data:blog.title/></title>
</b:if>
<b:if cond='data:blog.pageType == &quot;index&quot;'>
<title><data:blog.title/></title>
<meta content='Có một người bạn không bao giờ rời bỏ ta, không bao giờ tỏ ra vô ơn hay trắc trở, đó là con chó của ta.' name='description'/>
<meta content='chó con, chó yêu, ảnh về loài chó, phim về loài chó, tôi yêu chú chó của tôi' name='keywords'/>
</b:if>
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<b:if cond='data:blog.metaDescription != &quot;&quot;'>
<meta expr:content='data:blog.metaDescription' name='description'/>
<b:else/>
<meta expr:content='data:blog.pageName + &quot;, &quot; + data:blog.title + &quot;, &quot; + data:blog.pageName' name='description'/>
</b:if>
<meta expr:content='data:blog.pageName + &quot;, &quot; + data:blog.title + &quot;, &quot; + data:blog.pageName' name='keywords'/>
</b:if>
<meta content='index, follow' name='robots'/>
<meta content='2 days' name='revisit-after'/>
<meta content='id' name='geo.country'/>
<meta content='VietNam' name='geo.placename'/>
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/>
<meta content='blogger' name='generator'/>
<meta content='general' name='rating'/>
Bước 2: Tối ưu thẻ H1 cho blogspot 
Các bạn vào chỉnh sữa trong phần HTMl tìm đoạn code sau:
<b:if cond='data:post.title'>
<h3 class='post-title'>
<b:if cond='data:post.link'>
<a expr:href='data:post.link' expr:title='data:post.title'><data:post.title/></a>
<b:else/>
<b:if cond='data:blog.pageType != "item"'>
<a expr:href='data:post.url' expr:title='data:post.title'><data:post.title/></a>
<b:else/>
<data:post.title/>
</b:if>
</b:if>
</h3>
</b:if>
Thay thành đoạn code bên dưới:
<b:if cond='data:blog.pageType != "item"'>
<b:if cond='data:blog.pageType != "static_page"'>
<b:if cond='data:post.title'>
<h3 class='post-title'>
<b:if cond='data:post.link'>
<a expr:href='data:post.link' expr:title='data:post.title'><data:post.title/></a>
<b:else/>
<b:if cond='data:post.url'>
<a expr:href='data:post.url' expr:title='data:post.title'><data:post.title/></a>
<b:else/>
<data:post.title/>
</b:if>
</b:if>
</h3>
</b:if>
<b:else/>
<h1 class='post-title'>
<b:if cond='data:post.link'>
<a expr:href='data:post.link' expr:title='data:post.title'><data:post.title/></a>
<b:else/>
<data:post.title/>
</b:if>
</h1>
</b:if>
<b:else/>
<h1 class='post-title'>
<b:if cond='data:post.link'>
<a expr:href='data:post.link' expr:title='data:post.title'><data:post.title/></a>
<b:else/>
<data:post.title/>
</b:if>
</h1>
</b:if>
Chỉnh sửa CSS cho thẻ <h1> (bạn có thể thay h3 thành h1 )

Các bạn tìm đoạn code này:
.post h3 {…}
.post h3 a, .post h3 a:visited {…}
.post h3 a:hover {…}
và sửa thành 
.post h1, .post h3 {…}
.post h1 a, .post h1 a:visited, .post h3 a, .post h3 a:visited {…}
.post h1 a:hover, .post h3 a:hover {…}

Bước 3: Tối ưu file Robots.txt

Chọn phần Cài đặt => Tùy chọn tìm kiếm => Robots.txt tùy chỉnh => Chỉnh sửa => Có => điền code dưới


User-agent: Mediapartners-GoogleDisallow:
User-agent: *Allow: /searchAllow: /
Sitemap: http://chucunconcuachi.blogspot.com/feeds/posts/default?orderby=UPDATED

Đón đọc Tối ưu blogspot nhanh và dễ dàng chuẩn seo blogspot ( tiếp theo )

No comments:

Post a Comment