Showing posts with label seo. Show all posts
Showing posts with label seo. Show all posts

Saturday 12 October 2013

Blogger SEO Search Preferences

// siddhu vydyabhushana // 28 comments

Blogger SEO Search Preferences

Most of the bloggers are getting confused to setup the Search Preferences of the blog.So today i take part to show how to optimize SEO Search Preferences of blog to get high traffic .Actually there are too many parameters like Meta Tags , Errors and Re directions and Crawlers and Indexing
seo meta description



Meta Tag Description:

you will find Description text-box in the window, to enable follow the below picture.The search description must not more than 150 charterers.
Tip: After completion of your description check the number of characters Here(Char count online tool )
meta description

Errors and Re-directions:

Coming to this  will find two boxes 1.Custom page Not found  2.Custom Re directions

Custom Page Not Found:

this box is to show the text if you link were broken,I mean if you link is not available the text what you written in the text-box will be shown.


custom page not found
                                                                         OR

Paste the below code ,that will automatically redirects when your link not available
Sorry, the page you were looking for in this blog does not exist. 
You will be redirected to homepage shortly.
<script type = "text/javascript">
BSPNF_redirect = setTimeout(function() {
location.pathname= "/"
}, 1000); 
</script>

 

Custom Re-directions:

some link on your blog not available if find that link and you updated here you will paste old link and new link

Crawlers and Indexing:

 

Custom Robots Header Tags

 

please pay attention while modifying these , in correct use of these may effect you on seo
custom robots header tags

 Custom Robots.txt

Tip: Warning! Use with caution. Incorrect use of these features can result in your blog being ignored by search engines. 

custom robots.txt
To generate robots.txt file go to http://ctrlq.org/blogger/ and paste the code here.
Read More

SEO Effect on Title,Header,Meta Tags

// siddhu vydyabhushana // 171 comments
Blogger is the one of the most popular CMS (Content Management System) which used by millions of people.So Goggle provided WEBMASTER TOOLS to which analyze our blog rankings,page views and bounce rate.In internet soo many templates are there to give look to your blog,some templates already SEO optimized some may not,by modifying the blogger template we can change our template to seo friendly.
seo effect on title,header,meta tags


 Display post title first in search results:

 

1.Goto Blogger >> Template >> Backup your Template
2.Click on Edit  Html and find the code below
<title><data:blog.pageTitle/></title>

3.Replace above code with following code

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

2. Add Meta Tags to blogger template

3.Optimize your post tile by H2

most of the search engines show the tag h2 instead og h1, h3.so we have change the post title tag.
1.Goto Template >> Edit Html
2.Search the below code
<b:if cond='data:post.title'>
 
you will find something like below picture

optmize post title for seo

 Change h3  >> h2 as



optmize post title for seo 1
now observe your blog seo and enjoy.
Read More