All Stories
Showing posts with label Seo. Show all posts
Showing posts with label Seo. Show all posts

Friday 19 July 2013

Ten Success Full Seo Tricks

Seo is not very hard but its depend on you how much you are honest with your work and main thing is who is guiding you but no body will learn you seo you need to learn it by your self make blog apply tips and check results follow many pages stay updates with crawlers reply comment of your visitors make back links i will teach you but step by step because you know its very hard for me to control alone but i will try to give you daily as much as possible i will lead you here,There is a ten hot tips about seo i am sharing you it is my first success full post after launched this blog.
10 Hot Tips For Blogger Seo
Ten Hot Seo Tips

1. Make Your Post Title Optimize

It is very simple tip normally default blogger title show first in search engine so any one searching face trouble to guess about your post what is about it.So you should fix it to show first post tittle then blog title follow below step:

Login to Blogger >> Template >> HTML >> Proceed

Search this code:


<title><data:blog.pageTitle/></title>   


Replace the above code with below code:


<b:if cond='data:blog.pageType == &quot;index&quot;'> <title>
<data:blog.title/></title> <b:else/> <title><data:blog.pageName/> |
<data:blog.title/></title> </b:if>

Now done about the post title optimize.

2. Change h3 Heading Tags To h2

Its common thing seo term heading should be h2 but blogger default post title add in h3 so it is very difficult to searching your post so make some changes and replace all 7 or 8 tags.

Go to Blog Template and then HTML >> Proceed.
Search for H3 and from the CSS to HTML change all 8 or 9 H3 tags to H2.
That's all and save template.

3. Make Optimize Your  Blog Label

Some times it creates big problem for searching crawlers so we should tell to search robots that its real tag.

Go to Blog Template > HTML >> Proceed
Search for This piece of Code: 


 <a expr:href='data:label.url'

Replace above code with below code :


<a expr:href='data:label.url' rel='tag'

Save Template and done all for Labels.

Note: If rel='tag' is already there then don't change anything, leave it as it is.

 4. Optimize Comments

Comments are good for  blog or  website. But some times  they destroy the search ranking. So you sould keep comments' external links as nofollow or external nofollow. For this follow below step:
Go to Blog's Template >> HTML >> Proceed Search for this piece of Code:

expr:href='data:post.createLinkUrl'

Remove  above one and paste below code at the place of above:


rel='external nofollow'  expr:href='data:post.createLinkUrl'

Save Template and that's all about comments.

5. Optimize Blog Archives

This is another problem with blogger blogs. Which is I discussed about last post with screen shot. Archives pages  make problems for search robots. So if you want to solve of this problem then just  follow given steps below:
 Go to Blog's Template >> HTML >> Proceed
Search for this piece of Code

<a class='post-count-link' expr:href='data:i.url'>

 Replace above code with one below:

<a rel="archives" class='post-count-link' expr:href='data:i.url'>

Save template and that's all done about Archives.

6. Make Enable Meta Description & Post Search Description

Now with new blogger interface we can write search description for single post or page.But first of all we will have to enable this option in blogger interface. Make it go to your Blog's Setting >>
Search Preferences >> Meta Tags >> Enable >> Yes and write maximum of 150 letters meta description for your blog and save it.
Now below the page find custom robots header tags. and enable it with this setting showing in picture below:


Save Changes and that's all for meta description tags. By enabling this option you will be able to write meta description for each of your new post. This is  search meta description. after enabled this option you will see a small box named [search description] now  every new post side bar, so you can write 130 to 150 characters unique search description for every individual post. This should be unique from the post title.

7. Change the Static Meta Description 

After implement above tips about seo in blogger dynamic description added but all code old interface change it to new follow below step:

Go to Blog's Template >> HTML >> Proceed Just below the <head> tag insert below code

<b:if cond='data:blog.metaDescription != &quot;&quot;'>
 <meta expr:content='data:blog.metaDescription' name='description'/>
 </b:if>

 Save template and done now  for changing meta tags.

8. Add Custom Robot.txt file

This is another unique and benefit able  but warning use it if you can because it can be destroy  your blog rank in a second if you will use wrong so be careful  and follow bellow step to add custom robot.txt file.
Go to Blog's Setting >> Search Preferences >> Below the page find Custom  Robot.txt as showing in below image.First enable this option and the yes, so the box will appear like below pic:


Copy below code and paste it in that box.

User-agent: Mediapartners-Google
Disallow:
User-agent: *
Disallow: /search?q=*
Disallow: /*?updated-max=*
Allow: /
Sitemap: http://www.edurashid.blogspot.com/feeds/posts/default?orderby=updated

Note : Replace sitemap URL with your URL done now.

9. Submit your blog in Google Webmaster

I have discussed about it previous post so just I will show up in this post how to submit so follow below step:

Log in to your "Google webmaster" account.
Click on "ADD A SITE" enter your blog URL.
Click on "Owner verification page" Select below "Verify using a different method."
After that it will ask to you four option. Select last one "HTML Tag"
Copy Google "meta tag". 
Go to your blogger : Dashboard>> Template>>Edit HTML.
Add this meta tag in your template below "<head>" and click on SAVE

10. Submit Site Map

You have posted 25 more then post in your blog so submit your site map it will better for you follow below step:
Log in to your "Google webmaster" account.
Now click on sitemap then ADD/TEST SITEMAP.


For less than 500 post submit this sitemap:

atom.xml?redirect=false&start-index=1&max-results=500

 And now this for more than 500 posts you can submit multiple sitemaps like below:
 
atom.xml?redirect=false&start-index=1&max-results=500
atom.xml?redirect=false&start-index=501&max-results=1000

Now Done All i hope every one will appreciate this helpful tricks which keep supporting us like our page and share post for others help.

10 Hot Tricks For Blogger Seo

Ten Success Full Seo Tricks

Seo is not very hard but its depend on you how much you are honest with your work and main thing is who is guiding you but no body will learn you seo you need to learn it by your self make blog apply tips and check results follow many pages stay updates with crawlers reply comment of your visitors make back links i will teach you but step by step because you know its very hard for me to control alone but i will try to give you daily as much as possible i will lead you here,There is a ten hot tips about seo i am sharing you it is my first success full post after launched this blog.
10 Hot Tips For Blogger Seo
Ten Hot Seo Tips

1. Make Your Post Title Optimize

It is very simple tip normally default blogger title show first in search engine so any one searching face trouble to guess about your post what is about it.So you should fix it to show first post tittle then blog title follow below step:

Login to Blogger >> Template >> HTML >> Proceed

Search this code:


<title><data:blog.pageTitle/></title>   


Replace the above code with below code:


<b:if cond='data:blog.pageType == &quot;index&quot;'> <title>
<data:blog.title/></title> <b:else/> <title><data:blog.pageName/> |
<data:blog.title/></title> </b:if>

Now done about the post title optimize.

2. Change h3 Heading Tags To h2

Its common thing seo term heading should be h2 but blogger default post title add in h3 so it is very difficult to searching your post so make some changes and replace all 7 or 8 tags.

Go to Blog Template and then HTML >> Proceed.
Search for H3 and from the CSS to HTML change all 8 or 9 H3 tags to H2.
That's all and save template.

3. Make Optimize Your  Blog Label

Some times it creates big problem for searching crawlers so we should tell to search robots that its real tag.

Go to Blog Template > HTML >> Proceed
Search for This piece of Code: 


 <a expr:href='data:label.url'

Replace above code with below code :


<a expr:href='data:label.url' rel='tag'

Save Template and done all for Labels.

Note: If rel='tag' is already there then don't change anything, leave it as it is.

 4. Optimize Comments

Comments are good for  blog or  website. But some times  they destroy the search ranking. So you sould keep comments' external links as nofollow or external nofollow. For this follow below step:
Go to Blog's Template >> HTML >> Proceed Search for this piece of Code:

expr:href='data:post.createLinkUrl'

Remove  above one and paste below code at the place of above:


rel='external nofollow'  expr:href='data:post.createLinkUrl'

Save Template and that's all about comments.

5. Optimize Blog Archives

This is another problem with blogger blogs. Which is I discussed about last post with screen shot. Archives pages  make problems for search robots. So if you want to solve of this problem then just  follow given steps below:
 Go to Blog's Template >> HTML >> Proceed
Search for this piece of Code

<a class='post-count-link' expr:href='data:i.url'>

 Replace above code with one below:

<a rel="archives" class='post-count-link' expr:href='data:i.url'>

Save template and that's all done about Archives.

6. Make Enable Meta Description & Post Search Description

Now with new blogger interface we can write search description for single post or page.But first of all we will have to enable this option in blogger interface. Make it go to your Blog's Setting >>
Search Preferences >> Meta Tags >> Enable >> Yes and write maximum of 150 letters meta description for your blog and save it.
Now below the page find custom robots header tags. and enable it with this setting showing in picture below:


Save Changes and that's all for meta description tags. By enabling this option you will be able to write meta description for each of your new post. This is  search meta description. after enabled this option you will see a small box named [search description] now  every new post side bar, so you can write 130 to 150 characters unique search description for every individual post. This should be unique from the post title.

7. Change the Static Meta Description 

After implement above tips about seo in blogger dynamic description added but all code old interface change it to new follow below step:

Go to Blog's Template >> HTML >> Proceed Just below the <head> tag insert below code

<b:if cond='data:blog.metaDescription != &quot;&quot;'>
 <meta expr:content='data:blog.metaDescription' name='description'/>
 </b:if>

 Save template and done now  for changing meta tags.

8. Add Custom Robot.txt file

This is another unique and benefit able  but warning use it if you can because it can be destroy  your blog rank in a second if you will use wrong so be careful  and follow bellow step to add custom robot.txt file.
Go to Blog's Setting >> Search Preferences >> Below the page find Custom  Robot.txt as showing in below image.First enable this option and the yes, so the box will appear like below pic:


Copy below code and paste it in that box.

User-agent: Mediapartners-Google
Disallow:
User-agent: *
Disallow: /search?q=*
Disallow: /*?updated-max=*
Allow: /
Sitemap: http://www.edurashid.blogspot.com/feeds/posts/default?orderby=updated

Note : Replace sitemap URL with your URL done now.

9. Submit your blog in Google Webmaster

I have discussed about it previous post so just I will show up in this post how to submit so follow below step:

Log in to your "Google webmaster" account.
Click on "ADD A SITE" enter your blog URL.
Click on "Owner verification page" Select below "Verify using a different method."
After that it will ask to you four option. Select last one "HTML Tag"
Copy Google "meta tag". 
Go to your blogger : Dashboard>> Template>>Edit HTML.
Add this meta tag in your template below "<head>" and click on SAVE

10. Submit Site Map

You have posted 25 more then post in your blog so submit your site map it will better for you follow below step:
Log in to your "Google webmaster" account.
Now click on sitemap then ADD/TEST SITEMAP.


For less than 500 post submit this sitemap:

atom.xml?redirect=false&start-index=1&max-results=500

 And now this for more than 500 posts you can submit multiple sitemaps like below:
 
atom.xml?redirect=false&start-index=1&max-results=500
atom.xml?redirect=false&start-index=501&max-results=1000

Now Done All i hope every one will appreciate this helpful tricks which keep supporting us like our page and share post for others help.

Posted at 10:24 |  by Unknown

Thursday 18 July 2013

Change post title before blog title

Many people do not know about this tricks so i am sharing you most important tips today about the post title let suppose you are searching in google and you got some URL which one have a blog title first for example  you are searching How To Install Template .Now Look default blogger will show like below.
BLOGGER TRICKS I How To Install Template 

But i will give you suggestion that use this Tips and your post title  should be show before blog title like below

How To Install Template I BLOGGER TRICKS

Then visitor see your post title and easily get what he/she want which is very important  you post title should be before blog title now see image .

how to show up post title before blog title in search engine
Important Tips For Blogger
Above screen shot of blog i made just recently i have not  implement seo tips in this blog .
1. Blog Title
2. Blog URL
3. Post Description
4. Blog Title Which is showing up before post title it not good so i am telling you it should be after post title.
5. Post Title it is showing after blog tittle.
6. It is archive URL which is following searching engine robot , it should be "No follow" i will tell you about "No follow" or "Do follow" in next post.

Lets come to the point how to replace post title before from blog title.

In the above screen shot we have observed that blog title not good in the first for our blog rank then should be after post title.
1. Go to blogger.
2. Template>>Edit HTML>>
3. Find below code. 

<title><data:blog.pageTitle/></title>

And replace with below code with above.

<b:if cond='data:blog.pageType == &quot;item&quot;'>
<title><data:blog.pageName/> | <data:blog.title/></title>
 <b:else/>
<title><data:blog.pageTitle/></title>
</b:if>

Now save your template and see in google if it is not showing will be show up later some time google take time to index. enjoy and supporting us to like our post and page.

How To Show Up Post Title Before Blog Title In Search Engine

Change post title before blog title

Many people do not know about this tricks so i am sharing you most important tips today about the post title let suppose you are searching in google and you got some URL which one have a blog title first for example  you are searching How To Install Template .Now Look default blogger will show like below.
BLOGGER TRICKS I How To Install Template 

But i will give you suggestion that use this Tips and your post title  should be show before blog title like below

How To Install Template I BLOGGER TRICKS

Then visitor see your post title and easily get what he/she want which is very important  you post title should be before blog title now see image .

how to show up post title before blog title in search engine
Important Tips For Blogger
Above screen shot of blog i made just recently i have not  implement seo tips in this blog .
1. Blog Title
2. Blog URL
3. Post Description
4. Blog Title Which is showing up before post title it not good so i am telling you it should be after post title.
5. Post Title it is showing after blog tittle.
6. It is archive URL which is following searching engine robot , it should be "No follow" i will tell you about "No follow" or "Do follow" in next post.

Lets come to the point how to replace post title before from blog title.

In the above screen shot we have observed that blog title not good in the first for our blog rank then should be after post title.
1. Go to blogger.
2. Template>>Edit HTML>>
3. Find below code. 

<title><data:blog.pageTitle/></title>

And replace with below code with above.

<b:if cond='data:blog.pageType == &quot;item&quot;'>
<title><data:blog.pageName/> | <data:blog.title/></title>
 <b:else/>
<title><data:blog.pageTitle/></title>
</b:if>

Now save your template and see in google if it is not showing will be show up later some time google take time to index. enjoy and supporting us to like our post and page.

Posted at 09:48 |  by Unknown

Tuesday 16 July 2013

Search Engine optimized is a alone legal way you can get visitors tons of  but main thing how much you are honest with your work and positive I saw many people leave work in half way when they get visitors so keep calm and do work with honest don not use copy content use fresh content and with your mind as much you can not too much. SEO is not a complicated thing everything nothing imposable in This World today I will tell you how to make Search Engine Optimized blog.

Search Engine Optimized Your Blog


1. Social book marking button is important for your  blog popularity and page rank let suppose some one read your post and he like or share your post its mean his friend list or followers get notification about your post so must you put  share button or like or follow any social sharing button.

 2. Use post title unique work that search engine robot identify easily what is in your post.

 3. Use Meta Tag description it is help full for search query when visitors will search any key words then post title or meta description is main to show up about your post.


4. Submit your URL to search engine like Google or Bing both are important search engine.


5. Use Optimized images some time visitor come to your site through images use ALT-Text.

6. Submit your blog in Google Webmaster.Why you need to submit because some time google delay to index your blog if you will submit your blog then google will identify that you are really owner of this blog  and your blog will index quicker .
 

This post is helpful for you right just give one minute to share to this post to help others too next post i will explain one by one above all things with definition and screen shot.

Search Engine Optimized Your Blog

Search Engine optimized is a alone legal way you can get visitors tons of  but main thing how much you are honest with your work and positive I saw many people leave work in half way when they get visitors so keep calm and do work with honest don not use copy content use fresh content and with your mind as much you can not too much. SEO is not a complicated thing everything nothing imposable in This World today I will tell you how to make Search Engine Optimized blog.

Search Engine Optimized Your Blog


1. Social book marking button is important for your  blog popularity and page rank let suppose some one read your post and he like or share your post its mean his friend list or followers get notification about your post so must you put  share button or like or follow any social sharing button.

 2. Use post title unique work that search engine robot identify easily what is in your post.

 3. Use Meta Tag description it is help full for search query when visitors will search any key words then post title or meta description is main to show up about your post.


4. Submit your URL to search engine like Google or Bing both are important search engine.


5. Use Optimized images some time visitor come to your site through images use ALT-Text.

6. Submit your blog in Google Webmaster.Why you need to submit because some time google delay to index your blog if you will submit your blog then google will identify that you are really owner of this blog  and your blog will index quicker .
 

This post is helpful for you right just give one minute to share to this post to help others too next post i will explain one by one above all things with definition and screen shot.

Posted at 03:50 |  by Unknown

Tuesday 4 June 2013

What does seo stand for seo seo stands for search engine optimization search engine optimization is also referred to as organic seo or natural seo. Seo what does seo stand for search engine optimization what is search engine optimization most of the people had assumed search engine optimization (seo) is all about getting first position ranking on the search engine. Why seo is important for your web site - seo workers seo is an abbreviation for search engine optimization it is the process of structuring web pages, and entire sites, so that they are easily found, read, and indexed. Seo search engine optimization internet marketing what is seo, types of seo services we offer, affordable seo packages, and a seo do-it-yourself page. Seo vs sem - website optimization for targeted traffic we are ranked higher than any other company on google co za for seo for a reason we know what we are doing.

What is internet marketing and seo  what is seo when seo is confusing, even to search engines what good seo is, is simply writing the best and most focused information web pages for real users to read. What is seo if good seo is so confusing - get a good business what is seo- search engine optimization how to apply seo optimizing a website for better search engine ranking. What is seo Singapore online marketing, social media, adwords seo and sem: two names for the same thing by most people s standards, the internet is still very young new technologies and developments in existing technologies. What is seo a simple explanation of seo basics how to write for online publication, and how writing web content is different to writing an essay or academic paper.

What Is Search Engine Optimization

What does seo stand for seo seo stands for search engine optimization search engine optimization is also referred to as organic seo or natural seo. Seo what does seo stand for search engine optimization what is search engine optimization most of the people had assumed search engine optimization (seo) is all about getting first position ranking on the search engine. Why seo is important for your web site - seo workers seo is an abbreviation for search engine optimization it is the process of structuring web pages, and entire sites, so that they are easily found, read, and indexed. Seo search engine optimization internet marketing what is seo, types of seo services we offer, affordable seo packages, and a seo do-it-yourself page. Seo vs sem - website optimization for targeted traffic we are ranked higher than any other company on google co za for seo for a reason we know what we are doing.

What is internet marketing and seo  what is seo when seo is confusing, even to search engines what good seo is, is simply writing the best and most focused information web pages for real users to read. What is seo if good seo is so confusing - get a good business what is seo- search engine optimization how to apply seo optimizing a website for better search engine ranking. What is seo Singapore online marketing, social media, adwords seo and sem: two names for the same thing by most people s standards, the internet is still very young new technologies and developments in existing technologies. What is seo a simple explanation of seo basics how to write for online publication, and how writing web content is different to writing an essay or academic paper.

Posted at 05:03 |  by Unknown

About the Author



Rashid Minhaj is a B.Tech Holder in Electronics, He loves to making Blogging and Seo who is working online for last 7 years,he mostly creates blogs, he is managing several blogs.

Protected by Copyscape DMCA Copyright Search

Comments

Blog Archive

© 2013 BLOGGER TRICKS All rights reserved
back to top