Be sure to Bookmark this page (Press Ctrl+D) first so you can quickly come back.
Showing posts with label seo. Show all posts
Showing posts with label seo. Show all posts

Sunday, 5 August 2012

Swap Title of Blogger Blog for SEO

My most of Bloggers Friends need to know about how to optimized Blog Title, The Solutions is  I revised the template for my blog to use the following template code for generating title tags:
<b:if cond='data:blog.pageName == &quot;&quot;'>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/> | <data:blog.title/></title>
</b:if>
Swap Title of Blogger Blog for SEO
The title tag generated with this template code contains the post title first, followed by the blog title. This gives you search engine optimized titles as the post title is likely to contain more relevant keywords for a page than the blog title and relevant words should be placed near the beginning of title.
Secondly, I noticed that the blog.pageName variable contains valid title for regular Blogger posts and special pages such as search results, labels and archive pages. Also, in most cases the blog.pageName is same as blog.pageTitle minus blog.title. So by concatenating a few variables together, here are the titles generated by this template code:
  • Home Page
    <title>Blogger SEO</title>
  • Blogger Search for "php gd library"
    <title>Search results for php gd library | Blogger SEO</title>
  • Label php
    <title>php | Blogger SEO</title>
  • Archive for May 2012
    <title>May 2009 | Blogger SEO</title>
  • Post
    <title>Swap Title of Blogger Blog for SEO | Blogger SEO</title>

Usage

You need to insert this code in your Blogger template as follows:
  1. Go to Blogger Dashboard › Layout › Edit HTML
  2. Backup your original template using the "download full template" option.
  3. Find the code in the Blogger template that says:
    <title><data:blog.pageTitle/></title>
    • If you cannot find it, chances are that you already have a similar hack installed. In this case, proceed if you know exactly what you are doing.
  4. Replace it with the code mentioned in the beginning of this article and save the template.
  5. Test your blog thoroughly.

Update: Change Titles of Blogger Blog That Use Classic Template

Classic Blogger templates are harder to customize. However, I have found a way to change the title for blogs that use the classic Blogger templates. The following trick changes the titles for post pages from:
<title>Blog Title: Blog Post 1</title>
to:
<title>Blog Post 1 | Blog Title</title>
The titles for other pages remain the same. Here is the template code for classic templates:
<MainOrArchivePage>
<title><$BlogPageTitle$></title>
</MainOrArchivePage> 

<ItemPage>
<title><Blogger><$BlogItemTitle$></Blogger> | <$BlogTitle$></title>
</ItemPage>
The above code should replace the existing title code for your template, which normally looks like:
<title><$BlogPageTitle$></title>
And here are the resulting titles:
  • Home Page
    <title>Blog Title</title>
  • Blogger Search for "lorem"
    <title>Blog Title</title>
  • Label php
    <title>Blog Title</title>
  • Archive for October 2012
    <title>Blog Title: October 2012</title>
  • Post
    <title>Blog Post 1 | Blog Title</title>

More Updates about SEO, If you need any help related to the Blogger Feel Free to Contact me Share your views by comments.
Blogger SEO If you enjoyed this post and wish to be informed whenever a new post is published, then make sure you Subscribe to our regular Email Updates!

Saturday, 4 August 2012

Bit.ly has a New SEO RealTime Search Engine:

bitly realtime
As many of you might already know, Bitly is the largest Link Shortening service. In fact, it is the one responsible for ushering the world into the concept of short links four years ago. Since then, it has been extensively been used to replace long URLs into a collection of just a few characters, which can be easily shared on social media such as Facebook and Twitter. It came is handy especially for twitter, where there is a character limit on tweets. Well now, after almost four years, Bitly has finally collected enough data to create a whole new search engine of its own! Bitly calls it "Real-time", and describes it as an "Attention Ranking" Search Engine. Although still in its beta phase, it has been rolled out to the public. It can be accessed at http://rt.ly

What is the Realtime project?

No, it isn't another search engine like Yahoo or Bing that've been inspired by Google. Well, inspired maybe. Competition, no. Bitly's Realtime is a different sort of search engine. It can be thought of as a cross between Google's search, and Twitter's Trending topics.
bitf.ly realtime search
Bitly has been hard at work expanding its business influence. In January, it updated its enterprise dashboarding system, and it redesigned its structure in May, which made it more of a Social Bookmarking service than a URL shortner. With a latest round of funding by Khosla Ventures, and the announcement of this new search engine, it's pretty clear Bitly wants to make a much greater mark on the internet.

How does it work?

Bitly's Realtime is aimed at providing users with the most viral news at the moment from around the world. It tracks every URL that has been shortened, and then shared on social media. The top links clicked every minutes are listed in the Realtime news feed.

That isn't the power of the project though, far from if. The really useful feature comes with the search filters. It has really easy to use search filters. Like any search engine, you can search for news based on keywords. You can also bring up targeted results based on country, and even audience's language. Just like Google's site search feature, you can search keywords from any single domain (such as watchlivemoviesonline.com).

The most powerful features though, are search by Topic, or search on social media. There's a list of topics you can choose from. Additionally, you can choose from among five social medias presently, including Facebook, Twitter, LinkedIn, Tumblr, and Ameblo (a Japanese Social network-cum-blogging community). You can, for example, search for "best strategies" (keyword) for "advertising" (topic) on Twitter (social network).
Realtime search filters

Join the service now!

For bloggers, every new internet service that they can somehow use is a possible opportunity. A lot of you might already be shortening your links to share on Twitter and other social media. If you already are using Bitly, then there's good news for you! Your content might get searched, making your content viral and reachable to a whole new audience you never knew existed!

Remember that this search engine relies only on the data from links that have been shortened using Bitly. If you've never used Bitly to shorten your links, then your content will not be searched, simple as that!

This service not only encourages users to use Bitly's link shortening service, but also to share their content on social media. The incentive being a potential for a lot more traffic. Millions of people are looking for the most popular and recent news at any time. The Realtime news feed could be another source for them. This is a whole new concept, and has a lot of potential to grow. Well played Bitly. I'm sure many others will now follow their lead.

So get yourself registered with Bitly now, and start shortening and sharing to get your awesome content listen and become reachable to millions of people worldwide!
This Method is Very good for SEO as per my view! what you think, share your views by comments.
Blogger SEO If you enjoyed this post and wish to be informed whenever a new post is published, then make sure you Subscribe to our regular Email Updates!