How To Setup SEO On Your Blog Full Guide 2018
When we thought about seo on blogger then first need to optimized blogger post.so first we learn how to optimized blog posts.
ultimate seo tips 2018 |
Step -1
First go, to Required Blogger >Template >Now Edit template Press "Control + f",Now Find below Code.👇<title><data:blog.pageName/> | <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title> </b:if>
Step -2
👉Replace All Tag {H3 - H2}
This is the another important tips/works to every custom blogger templates.
First ; Go Blogger > Template > Edit Html
Then Press "Control+f"
Next Search all h3 Tag one by one,Now you replace all h3 tag to h2 tag.
Finally ;Save It.
Step-3
👉Enable Meta Description
This meta description settings is most important for seo optimization.
Follow This Step Carefully👀
First, Go to Blogger >Template > Edit html
Press "Control + f", Now Search <head>Tag
Now just past below code below <head> tag
<b:if cond=’data:blog.metaDescription != ""’>
<meta expr:content=’data:blog.metaDescription’ name=’description’/>
</b:if>
Next Click To Save ;
Step-4
👉Add Custom Robot .txt On search preference
Now Click on Custom robots .txt and Click on Yes.
Next open blank text box area,
then copied Below code and paste there,
Finally save it.
User-agent: Mediapartners-GoogleDisallow:
User-agent: *
Disallow: /search?q=*
Disallow: /*?updated-max=*
Allow: /
Sitemap:https://www.webduniya.ooo/feeds/posts/default?orderby=updated
Note* change webduniya.ooo to your own blog url.
Step-5
👉Add Right Custom Robot Header Tag
Go To Blogger> search preferences > Custom robot header tags.
Follow Screen Shots Below👇
add custom robot header tag |
Step-6
👉Optimized all label.
Go to Blogger >Template >Now Edit template
Press "Control + f", Now Search Below codes
<a expr:href=’data:label.url’Just add rel=’tag’ or replace code on Above.
<a expr:href=’data:label.url’ rel=’tag’
Step-6
Go to Blogger >Template >Now Edit template
Press "Control + f", Now Search Below codes
Just replace below code on Above Code and save this.
rel=’external nofollow’ expr:href=’data:post.createLinkUrl’