Giải pháp hiệu quả tăng Traffic cho website
Traffic Exchange Site

All in one SEO cho Blogger 2014

By
( Khởi nghiệp với Internet)
Hôm nay tìm thấy code "All in One SEO cho Blogger", giống như plugin của wordpress nhưng cái này dành cho blogger, chưa thử dùng, vì blog của mình cũng SEO onpage ổn rồi, nhưng cứ potst lên để lúc nào cần thì dùng thử xem sao.
Vào Template search :"<b:include data='blog' name='all-head-content'/>"
Sau đó post phần Code này vào.
Chắc không phải chỉnh sửa gì, ngoại trừ phần author và publisher thì thay bằng link google plus của mình vào.



Code All in one SEO cho Blogger:


<!-- All In One SEO Pack 2014 Start -->
<b:if cond='data:blog.pageType == &quot;index&quot;'>
<title><data:blog.pageTitle/></title>
<b:else/>
<title><data:blog.pageName/> - <data:blog.title/></title>
</b:if>
<b:if cond='data:blog.metaDescription != &quot;&quot;'>
<meta expr:content='data:blog.metaDescription' name='description'/>
</b:if>
<b:if cond='data:blog.pageType == &quot;archive&quot;'>
<meta content='noindex, nofollow' name='robots'/>
<b:else/>
<b:if cond='data:blog.pageType == &quot;index&quot;'>
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<meta expr:content='data:blog.title' name='keywords'/>
<meta content='index, follow' name='robots'/>
</b:if>
<b:else/>
<b:if cond='data:blog.pageTitle != data:blog.title'>
<meta expr:content='data:blog.pageName' name='keywords'/>
</b:if>
</b:if>
<meta content='global' name='distribution'/>
<meta content='1 days' name='revisit'/>
<meta content='1 days' name='revisit-after'/>
<meta content='document' name='resource-type'/>
<meta content='all' name='audience'/>
<meta content='general' name='rating'/>
<meta content='all' name='robots'/>
<meta content='index, follow' name='robots'/>
<meta content='en-us' name='language'/>
<meta content='USA' name='country'/>
<link href='https://plus.google.com/+YourProfile/about' rel='author'/>
<link href='https://plus.google.com/+YourProfile/posts' rel='publisher'/>
</b:if>
<!-- All In One SEO Pack 2014 End --> 



Loading...