Latest Blogger Seo Tips And Tricks|Humayun Sajjad
Latest Blogger Seo Tips And Tricks Complete seo Guide Urdu And English / Hindi.
1. Fast Use A Blog Topic Url For Excmple My Blog My Blog Topic Beauty Tips Urdu And Hindi.
My Blog Url : apnibeautytipsurdu.blogspot.com. Topic Relateb Uel Most Impotent.
2. Your Blog Title Most Your Blog Topic And Blog Url Use Blog Title Shot Url.
3. Description Use Your Blog Summery Shot And Easy.
4. Your Blog Post Title H3 Go On Blog Html Find Out.
Login to your blogger dashboard
Click on "Design" > "Edit HTML" >
Mark/Tick "Expand Widget Template"
Use ctrl F to find the code below
<h3><data:title/></h3> > Bad
Replace it with the code below
<h2><data:title/></h2> > Good
then find and replace all <h3 with <h2, and all of </h3> with </h2>
Now find h3.post-title
Replace all it's occurrence with h2.post-title
Click "SAVE TEMPLATE" and you are done.
5. How To Optimize Comment Links
Login to your blogger dashboard
Click on "Design" > "Edit HTML" >
Mark/Tick "Expand Widget Template"
Use ctrl F to find the code below
expr:href='data:post.createLinkUrl' > Bad
Replace it with the code below
rel='external nofollow' expr:href='data:post.createLinkUrl' > Good
Now find the next line
<a expr:href='data:comment.authorUrl'
Replace it with the code below
<a expr:href='data:comment.authorUrl' rel='external nofollow'
6. Hot To Optimize Archive Links
Use ctrl F to find the code below
<a class='post-count-link' expr:href='data:i.url'>
Replace it with the code below
<a rel="archives" class='post-count-link' expr:href='data:i.url'>
7. How To Optimize Label Links
Use ctrl F to find the code below
<a expr:href='data:label.url'
Replace it with the code below
<a expr:href='data:label.url' rel='tag'
After all your editing, click "SAVE TEMPLATE".
Comments
Post a Comment