Breadcrumb Navigation & SEO In Google Search Result Page - SERP [Why & How]

Breadcrumb is an addition to the page navigation system to offer better understanding ability of the structure followed by your page which represents the path from which the reader arrived on current page. Google has replaced the URL with the site name and breadcrumb trail in the mobile search snippets. Breadcrumbs are essentially a form of rich snippet and they add value to your listing. Google now have patent to show these breadcrumbs in its search results. From an SEO point of view it is best practice to have breadcrumbs as they are high up in the code and help the search engines crawling the site. Google already stated about breadcrumb SEO that; having a breadcrumb trail will make it easier for the search engine to understand the structure of a site and to include that kind of navigation within search results. Learn how to show breadcrumbs in SERP and why it's more important & essential in case of SEO. Breadcrumbs are a great way for search engines to understand how your site is structured and to pass link juice logically and evenly to the places you want it.
Breadcrumbs In Google Search Result Page - ProBlogBooster
Breadcrumbs In Google Search Result Page - ProBlogBooster
Once upon a time when you search something in Google, the resulted page consisting first ten results, then each result is made up of by the title, description and URL grabbed by Meta Tags. And now today is the time when you search something in Google, it shows not only all above, but also the picture of author, star rating reviews, published date and currently Google started to show breadcrumbs. Last time we have seen how to show star rating review in Google search results now its time to go more deeper to get known about breadcrumbs and how it's beneficial to your site.

Wrong Interpretation

However there are lots of people pretending SEO expert who have belief that it's badly affect on SEO. More over they feels that after adding this; Google leaves the task of indexing the permanent link of the particular page. Further when breadcrumbs are shown in SERP, the URLs are not displaying that means they say that the page owner looses the chance of having rich keywords presented in that particular URLs shown in SERP.

After lots of research and official talks; I would like to say that, they have totally wrong interpretation about the step taken by Google to show breadcrumbs. Remember, Google always one step ahead in case of Search. More than 80% of people from world depends on Google are satisfied by Google search including you and that's why you are here too.

What Google says about new breadcrumbs navigation system

An improvement that replaces the URL in search results with a hierarchy, showing the precise location of the page on the website. The new display provides valuable context and new navigation options. Some web addresses help you understand the structure of the site and how the specific page fits into the site hierarchy; however, URLs are too long, too short, or too obscure to add useful information which doesn't provide much additional information about the site.

Better Understanding

Google doesn't removes URLs, rather it just not displaying those in search page. In search snippet tool you can see how Google grabs the meta data and URLs from hatom feed. So no need to worry about this point. In Google point of view, this improvement makes the SERP more clean and clear. More over Google says; currently it takes only small portion of the result shown in search page, and when it improves then that snippet will show more context & links pointing towards particular page shown in SERP. That's really cool! when each link in green colour shown in rich snippet is clickable, which provides further more access to more pages from the resulted webpage giving more page views. Reader may attract to click on these web links which improves click rate (CR) and which will give more generic traffic to your site.

Breadcrumb SEO

We would like to say that breadcrumbs are a positive in SEO point of view; as they showing the user the exact location of the page they are looking for and give them an easy navigation to find similar or alternative pages. The other areas of navigation in close proximity only show one level. Then we can also say that some of the most successful websites such as Amazon still use breadcrumbs in order to help customers from a usability point of view. From a search engine point of view; Google actually displays the breadcrumbs in the search results giving you more links in each search listing, which is a positive thing. From an SEO point of view it is best practice to have breadcrumbs as they are high up in the code and help the search engines crawling the site. Breadcrumbs in search results is likely to help increase click-through CTR - as the person searching might not be after the exact result listed but they can see you have a category for those products, so they can click straight through and see if you have exactly what they are looking for. Breadcrumbs present an important opportunity to make your site more search engine optimized.

How to show breadcrumbs in results

Adding code is somewhat tricky part. If you already have breadcrumb working then just replace your old breadcrumb code with the code shown in step-4 (always do backups of template before doing any editing). If you are new for breadcrumb then follow steps shown below;
  1. Search for following code
    <b:include data='top' name='status-message'/>
  2. Replace it with following code
    <b:include data='top' name='status-message'/>
    <b:include data='posts' name='breadcrumb'/>
  3. Now find code
    <b:includable id='post' var='post'>
  4. And above it; paste following code
    <b:includable id='breadcrumb' var='posts'>
    <b:if cond='data:blog.homepageUrl == data:blog.url'>
    <!-- No breadcrumb on home page -->
    <b:else/>
    <b:if cond='data:blog.pageType == &quot;item&quot;'>
    <!-- breadcrumb for the post page -->
    <p class='breadcrumbs'>
    <span class='post-labels'><span itemscope='' itemtype='http://data-vocabulary.org/Breadcrumb'>
    <a expr:href='data:blog.homepageUrl' itemprop='url' rel='tag'><span itemprop='title'>Home</span></a></span>
    <b:loop values='data:posts' var='post'>
    <b:if cond='data:post.labels'>
    <b:loop values='data:post.labels' var='label'>
    <b:if cond='data:label.isLast == &quot;true&quot;'> &#187;
    <span itemscope='' itemtype='http://data-vocabulary.org/Breadcrumb'><a expr:href='data:label.url' itemprop='url' rel='tag'><span itemprop='title'><data:label.name/></span></a></span>
    </b:if>
    </b:loop>
    <b:else/>
    &#187;Unlabelled
    </b:if>
    &#187; <span><data:post.title/></span>
    </b:loop>
    </span>
    </p>
    <b:else/>
    <b:if cond='data:blog.pageType == &quot;archive&quot;'>
    <!-- breadcrumb for the label archive page and search pages.. -->
    <p class='breadcrumbs'>
    <span class='post-labels'><span itemscope='' itemtype='http://data-vocabulary.org/Breadcrumb'>
    <a expr:href='data:blog.homepageUrl' itemprop='url'><span itemprop='title'>Home</span></a></span> &#187; Archives for <data:blog.pageName/>
    </span>
    </p>
    <b:else/>
    <b:if cond='data:blog.pageType == &quot;index&quot;'>
    <p class='breadcrumbs'>
    <span class='post-labels'>
    <b:if cond='data:blog.pageName == &quot;&quot;'>
    <span itemscope='' itemtype='http://data-vocabulary.org/Breadcrumb'><a expr:href='data:blog.homepageUrl' itemprop='url'><span itemprop='title'>Home</span></a></span> &#187; All posts
    <b:else/>
    <span itemscope='' itemtype='http://data-vocabulary.org/Breadcrumb'><a expr:href='data:blog.homepageUrl' itemprop='url'><span itemprop='title'>Home</span></a></span> &#187; Posts filed under <data:blog.pageName/>
    </b:if>
    </span>
    </p>
    </b:if>
    </b:if>
    </b:if>
    </b:if>
    </b:includable>
  5. If you want to add some CSS to it then add following code before ]]></b:skin> tag
    .breadcrumbs {
    margin: 0px 0px 10px 0px; font-size: 75%;line-height: 1.4em;text-transform: uppercase;
    }
  6. Save template.
  7. Test results on rich snippet tool.

Sample


In case of search; Google is on top, knows better about how to serve pages to each reader as per his searches. Breadcrumbs can be nice - Google changed its breadcrumb trail to adopt a more visually appealing breadcrumb design. Its better to follows all Google policies and get benefits form Google search pages.

This blog post is inspired by the blogging marathon hosted on IndiBlogger for the launch of the #Fantastico Zica from Tata Motors. You can apply for a test drive of the hatchback Zica today.



Social Tags: #Breadcrumb #SEO #Howto #Blogging #BloggingTips #Google #SERP

How to use Picasa-web-albums, without being re-directed to Google+ Photos

This article is about how to you can start Picasa-web-albums in way that stops you being immediately re-directed to Google+ Photos.

What happens when you start Picasa-web-albums?

If you have a Google+ account, either because you only signed up for Google recently, or you had a Blogger account first and then linked your blog to Google+, then you will know that if you go to Picasa-web-albums), you are immediately re-directed to Google+ photos.
When this happens, at the top of the screen, for a few seconds, there is a message saying:

 "Click here to go back to Picasa Web Albums."

But if you do something in Google+ photos, this top banner message disappears, and the only way to get it back again is to close and re-open Picasa-web.   This is tedious - it's a waste of time opening one website just so you can re-direct back to another one.



How to skip the re-direction message

To use Picasa-web-albums, without being sent to Google+ photos, you just need to start it using this link:    https://picasaweb.google.com/lh/myphotos?noredirect=1

I'm going to put it into the sidebar of my blog very soon, so I have easy access to it.


Is there a problem with using Picasa-web instead of Google+ Photos?

You might wonder if there is a problem with using the old Picasa-web-albums instead of Google+ Photos.

In short, the answer (for now anyway) is no, there is no problem - and I don't expect there to be one anytime soon.

Why?

You still only keep one set of photos in your Google account.   It just happens that Google now have two pieces of software that can access these photos.   One is Google+ Photos, and the other is Picasa-web-albums.    And they both work on the same underlying pictures and photo-albums.   So it won't cause you to run out of space, or to have duplicate copies of your photos.

And Google still need to maintain Picasa-web-albums because there are a substantial number of Blogger users who choose to be anonymous:   Google+ photos simply will not work for them, because it absolutely depends on having the photos associated with an individual, named persons profile.   (And I'm pretty sure that there are no easy ways to transfer ownership of photos from one Google+ profile to another, either, in the event that you want to transfer ownership of your blog.)

Of course we don't know if this will last forever - but my best guess is that you can safely keep using Picasa-web-albums for a good while yet.




Related Articles:

Transferring your blog to another Google account's ownership

What is Picasa vs Picasa-web-albums - a basic introduction

Creative-Kit photo editor works from Google+, if not from Picasa-web-albums

Options for showing photos in Blogger

Where is the Blogger help forum now?

This quick-tip is about how to find the current version of Blogger's support forum.


quick-tips logo

27 July update:   I noticed yesterday that Google have changed the process back, and that Blogger's help link now leads directly to the summary page which includes a Community button.   I guess this means they listened - if not to me, then at least to everyone else who complained.




For as long as I have been using Blogger, Google have provided two types of support:
  • A set of support articles - some of which aren't up to date - that describe how to do standard things
  • A support forum, where people can ask questions, which are answered by other Blogger users. This forum has some people who are tagged as "Top Contributors" who have special rights, like being able to send questions to the Google staff who are also using the foru - but who obviously don't have the time to read all the posts.

Unlike some people, I don't have any problems with the peer-support model. It's 24x7. It supports lots of languages. It gives ordinary people a way to learn more about Blogger, by preparing answers to other people's questions.   It let me build up reputation as a helpful person, and so encouraged other helpers to help me when I got stuck.   It was also a place I could refer to in my own comment moderation policies:   I would rather that people asked for help with their blogs on a public, peer reviewed forum than here on Blogger-HAT where there is not regular review process.

I wasn't to thrilled about the move to a Google-groups based help forum. I can see why using a standard tool is good, but the Group software just doesn't work so well on my small netbook.

And I'm less-than-happy about the way that Google seems to be making it ever-harder to find the forum: a few weeks back they added another click to the process (Gear-wheel > Blogger Help > Community), and now I see there's yet another one (Gear-wheel > Blogger Help > More (the down-arrow at the bottom of the page) Blogger).

So here's a quick link, which I'm going to keep up to date, and put on my sidebar too. Click it to go straight to the Blogger help/product forum:      https://productforums.google.com/forum/#!forum/blogger

Show Star Rating Review In Google Search Results - Rich Snippet

Learn how to show star rating reviews for each link in Google search results page for better SEO. You were looking for enabling rich snippets for reviews and ratings and that is why you have reached this page. This enables Google search architecture to then display the star rating for each of your website pages in SERP. When the Google search architecture finds valid reviews or ratings markup on your pages then it shows a rich snippet that includes stars and your summery of that page in SERP. Lots of blogger are eager to know about this blogging tip. These star rating reviews are also a part of best search output used by Google wanting to show rich results for its every user. For WordPress there are special WordPress Plugin that will help you to show rich snippet star rating review ratings in the Google search results. And for blogger you need to add following Schema markup in your HTML. Learn how to show star rating review [Rich Snippet].

Also check: 5 Ways How Wearable Technology Will Improve Our Daily Life

Rich Snippet

The user's decision of clicking the link observed in search page is mostly depends on these star ratings. Everybody want best content when they are on something to search. So how we suggest them that we have best content for them? Its simple; follow this post and you are on boost.

Show Star Rating Review In Google Search Results

  1. Search for the code:
    <div class='post-footer'>
  2. You will find it twice in your HTML, go for second code.
  3. Paste the following code below it;
    <!-- Review Star Rating In Google Search Results -->
    <b:if cond='data:blog.pageType == &quot;item&quot;'>
    <div><div itemscope='' itemtype='http://data-vocabulary.org/Review'>
    <div style='display:none;'>
    Item Reviewed: <span itemprop='itemreviewed'><data:post.title/></span>
    Description: <span itemprop='description'><data:blog.metaDescription/></span>
    Rating: <span itemprop='rating'>5</span>
    Reviewed By: <span itemprop='reviewer'><data:post.author/></span>
     </div></div></div>
    </b:if>
    <!-- Review Star Rating In Google Search Results -->
  4. Save template.
  5. Test results on rich snippet tool.

Sample:


I have seen lots of coder who suggest some HTML markup in direct blog post. But its not necessary rather its time consuming process. After lots of investigation and trial-&-error method this trick is came to front. Once you installed you will get its results in snippet tool and surely you won't get any difficulty in it.

How to make AdSense ads in your site load faster

This article is about a new, faster, type of AdSense code which is available, and how you can add it to your blog.


AdSense have announced that they are now providing a new, faster, type of code for their ads.

This code is "asynchronous", which means that other content on the page will still keep on loading, even if the advertisement is delayed.

This a good thing, because it lets your blog's visitors see your posts more quickly.  Also, if SEO matters for your blog, then having it load as quickly as possible is important, because Google likes pages that load quickly.


How to put asynchronous Adsense ads into your blog


Blogger have not commented, but I am 99.99999% certain that the new asynchronous ad-code has not be implemented into the AdSense gadgets that are available from Blogger's Add-a-gadget tool.

So to put it into your blog, you need to:
  • When you reach the Ad code box, choose 'Asynchronous (BETA)' from the Code type drop-down menu

Ad Successfully Created - ad code window - where you can copy and paste adsense code from - now has a Code Type drop-down above the Ad-code box.




You may also want to use techniques like centering gadgets on your blog - but remember that the changes which you are allowed to make to AdSense code are very limtied.


Troubleshooting


AdSense are still describing this new code as "beta" - this means they're pretty sure it's ok, but it might still have some glitches.   So if you do use it, check out your blog in a variety of browsers (ie Chrome and Firefox) to make sure that it's working, and keep an eye on your AdSense earnings too - if they drop unexpectedly, you might want to switch back, and check if that was the problem.

They recommend that if you are going to use the asynchronous code, you should change all the ad-units on your site at once. This could take a while if you've installed ads inside your blog psots but may be worth the effort.  That said, personally I'm going to wait until the new code isn't described as "beta" anymore before I put into the posts in one of my blogs.


Does it work?

Just before I published this post, I replaced the AdSense ads on this blog with the new versions of the code.  Do you think that it makes Blogger-Hints-and-Tips load quicker?

Has it made your own blog load more quickly?




Related articles:


How to put AdSense ads inside Blogger posts

How to add a gadget to your blog

Installing 3rd party HTML into Blogger

Does search-engine traffic matter for your blog? 5 reasons why not

Tools for measuring how quickly your blogger pages load

How to centre-align gadgets in Blogger

Allowable changes to AdSense ad code

Print Stylesheet CSS : Blogging Tips

It's really important to have a special CSS to print for any site in the case of a reader wants to print an article for reading it later offline. It often becomes secondary option for all bloggers too in thinking of that who take print-outs of posts anyhow? But, they forget to think that the reader can also save your page in .pdf format too. This is the ultimate guide for all the site owners to build the print stylesheet for their site. You can build a completely separate CSS stylesheet for print, beginning from scratch, or you can develop on the present screen-targeted styles. All this method is contained within CSS by defining print-specific styles by @media Rule. Why this stylesheet necessary? As that CSS stylesheet code is utilized for printing the web pages when the visitor wants to print the web page for his reference. Learn how to set up a print style sheet, how to make your website Printer-friendly with CSS and make print styles using CSS3 @media queries.
Print Stylesheet CSS Trick for Blogger - Problogbooster
Print Stylesheet CSS : Blogging Tips
Also check: 5 Ways How Wearable Technology Will Improve Our Daily Life

What is print style sheet or print.css ?

Its a special CSS defined for a website by using which the reader can print it's particular  webpage very clearly without exceeding more paper & ink.

Advantages :

  • Increase usability & accessibility: A reader/student can print it and use it for later references.
  • Decrease page loading: Still there are lots of visitors are on slow dial-up internet connection, who immediately go for printable version so that they have relevant information more quickly because such a slow internet connection causes very slow page loading to review the it online.

Disadvantage:

It increases page size for loading after adding this new CSS or if you add hyper-link then it one more request will add to you page loading.

How to view & debug print style sheet

Before you go, check the print preview of you current blog post page. And also check the print preview of this page.
  • For Firefox  : Menu Bar >> File >> Print Preview
  • For Chrome : Right click on page >> Inspect element >> find setting button at right-bottom-corner >> check - Emulate CSS media. 

How to build : print.css

Its really simple as that of we built the CSS for mobile template. You just need to know which part should be printed and which part should NOT be printed.

Lets Start

To start the making of print CSS, a special CSS-tag @media print is used to tell the browser that the current page is going to be printed.
@media print {
... ... ...
...user defined other tags...
... ... ...
}

Now list the parts of your page you dont want to print like menu, navigation, sidebar etc and place it in above mentioned tag like
@media print {
#menu, #nav, #sidebar, #sidebar-wrapper { display:none}
}

Make main wrapper content to full width:

#main-wrapper {width: 100%; margin: 0; float: none; }

Remove the background:

body { background: white; }
#container { background: transparent;}

Set font style and size

body { font:normal 14px Georgia, "Times New Roman", Times, serif; line-height: 1.5em; color: #222; }

Differentiate links and text

a:link { font-weight: bold; text-decoration: underline; color: #000; }

Print URL after links

 a:link:after { content: " (" attr(href) ") "; }

Show Thank You message for a reader

body:after { display: block; content: "Thank you for printing our content."; margin-top: 30px; font-size: 11pt; color:#555; border-top: 1px dotted #555; }

Define page margin

@page { margin: 0.5cm; }

Final print stylesheet CSS

@media print {
#menu, #nav, #sidebar, #sidebar-wrapper { display:none}
#main-wrapper {width: 100%; margin: 0; float: none; }
body { background: white; }
body { font:normal 14px Georgia, "Times New Roman", Times, serif; line-height: 1.5em; color: #222; }
#container { background: transparent;}
@page { margin: 0.5cm; }
a:link { font-weight: bold; text-decoration: underline; color: #000; }
 a:link:after { content: " (" attr(href) ") "; }
body:after { display: block; content: "Thank you for printing our content."; margin-top: 30px; font-size: 11pt; color:#555; border-top: 1px dotted #555; }
.noprint {  display:none }
}

Above sample is just for learning purpose. For every blogger there is different style sheet for each.

Avoid extra stuff to be printed

In above example if you observe, you will get notice the CSS code .noprint. While I was working on this I notice some widgets are still get printed and its really unwanted and annoying on paper. So special CSS class is defined to avoid that extra stuff from paper. What you need to to is just put your unwanted html code as;
<span class='noprint'>
...your unwanted extra stuff...
</span>
And define that class do display: none in stylesheet CSS.
  • More: you can use this CSS code in cascading to your regular blogger CSS before <skin> tag or if you want you can also use following hyperlink as per your convenience
    <!-- Print Stylesheet CSS -->
    <link rel="stylesheet" href="URL to your print.css" type="text/css" media="print" />
Now start to build your own stylesheet for your lovely weblog site and make it more readable, accessible, usable online and offline too.

What is Google Friend Connect

This article describes Google Friend Connect, and how it can be used at the moment.



Google Friend Connect (GFC) was one of Google's earlier social-networking attempts, introduced in 2008.

Originally (you can still see the full description here), GFC promised a range of social features that website-owners, including bloggers, could include on their sites. including:
  • Add GFC features to a website by installing snippets of HTML code onto the site, or or using the  API.
  • Users sign in to your website, using GFC with an existing account (e.g. Google, Yahoo, AOL)
  • Users can create or import profiles (e.g. Twitter), discover other users, and send private messages to each other.
  • Social gadgets, eg for posting comments and links, rating and reviews, that you could add to your site, which your visitor could use once they had logged in with GFC.
  • Website owners can set up questions to be asked when a user used GFC to join their site. The idea was for them to find out their member's interests - and that the information would be on the member's GFC profile.
  • Tools to create, manage and send website newsletters, which could be personalised, based on the answers that members gave when joining the community.
  • Matching AdSense ads on shown to users looking at your website site to the interests they had listed on their GFC profile.
  • Tools to look at your user's interests and your site's membership statistics.
Effectively, Google Friend Connect was a group of tools, and some stuff in the background to make them work together:  The tools were for website owners who wanted to grow a community, and for "information consumers"  (that means people who read blogs and websites) who wanted to sign-up to their favourites sites.

You can find out more about how they were supposed to work in this video - for as long as it's still available on YouTube:




What happened

Less than four years after the launch, Google announced that Friend Connect would be "retired for all non-blogger sites in March 2012".   Their announcement was light on details about what exactly this meant, but reading various blog posts it seems that:
  • The GFC dashboard, where users could manage their profiles was turned off
  • The site where website owners could get the code to install the GFG gadget  (and do other things like send newsletter or get statistics) was turned off.
  • Blogger users could still add teh GFC gadget to their blogs   (until the widget was removed in ... not sure exactly when, but it's not available now).
  • Updates from non-blogger sites were no longer sent through GFC.
  • Updates from Blogger sites were still send through GFC, and users could continue to get them through Google Reader (until it was turned off in July 2013) or the Blogger Dashboard.

Google didn't provide give any options for moving GFC user or relationship data into any other tools.

And why?

Overall, my guess is that GFC didn't get enough users - or perhaps it just didn't give Google with enough of a platform for the social features that they wanted.  Possibly this was because:
  • The things which Google Friend Connect promised a number of privacy / security questions. I can't put my finger on exactly what worried me - but somehow it just sounds wrong to me..
  • People asked "Why would I want to share all my interests with someone just because I read their website? I can maybe understand it for a blog, but not for websites in general."


So why did anyone bother - and why is the GFC Followers gadget still on some blogs.


Obviously there were problems with Google Friend Connect:   Personally, I never quite understood it, despite using Blogger long before GFC was introduced.   Even when I started Blogger-HAT in late 2009, GFC just never stood out as something that was important-enough for me to understand.

But some people did use it - and in particular enough Blogger users that Google decided not to turn it off for Blogger.

I noticed that other people had a GFC gadget on their blogs, so I added one to Blogger-HAT - as much as anything because I use it as a test-site to try out features to see how the might work on my other sites.

Finally today, the penny dropped when I saw this a comment "some people that they used their GFC/Blogger Dashboard in place of something like Google Reader" here while I was researching this article.   What it means is that if you signed up to a blog/sites using the GFC-Follow gadget, then you can use the bottom part of the Blogger dashboard instead of an RSS reader.

Today, readers can still sign up for websites which have the Follow on Google Friend Connect gadget on them, but the gadget cannot be added to any new sites, at least not using Blogger's standard tools for adding a gadget to your blog.

The Blogger-dashboard is still being updated with posts from Blogger-based sites that you've signed up to using GFC.

Lots of people are speculating that sooner or later this will be turned off, but no one knows exactly when that will happen.



Related Articles:

How to add a gadget to your blog

Where to find the HTML code for popular gadgets

Linking your blog to the social networks

Putting a Facebook Page badge into Blogger

AdWords external keywords research tool is going to be retired

This quick article shares an observation about the likelihood that Google's free Keywords Research Tool is being turned off.


Most SEO advice says that if SEO is important for your blog, then you should use a keyword research tool to find out the words and phrases that people are actually searching for, and then use these words (so-called "keywords") a lot, because they are most likely to get more visitors for your blog.

There are many tools that can be used to look for keywords, but Google's own keywords research tool is often recommended:  it's free, and no one knows more about key-words than Google does.

The tool is provided as part of the AdWords product (ref AdSense vs AdWords what's the difference).

Usually, you need to sign in to an AdWords account to use their tools.   An AdWords account may be based on your usual Google account, but because it can be used to buy advertising, Google ask you to put a small amount of money into it, so you can use it to pay for advertising campaigns immediately.    (They don't charge you immediately, they just want your account to have a positive balance, so it's able to be used.)

However their Search-based Keywords tool (announced back in 2009) and it's upgraded version, the Keywords-tool ( http://www.adwords.google.com/keywordtool or https://adwords.google.com/select/KeywordToolExternal - both which currently re-direct to https://adwords.google.com/o/Targeting/Explorer?__c=1000000000&__u=1000000000&ideaRequestType=KEYWORD_IDEAS ) have been available without logging in, provided you complete a simple captcha-text .

Today, though, I've noticed this announcement at the top of the page:
In the coming months, the external Keyword Tool will no longer be available. To get keyword ideas, sign in to your AdWords account and try Keyword Planner.

I cannot see any announcements about this in the AdWords blog.   But this actually has very little information about the keywords tool anyway, most of what is there dates from 2008/09, and they haven't used "keyword" as a label for their posts.  

Google aren't in the habit of putting up notices like that which are wrong, so my guess is that, sooner or later, this tool is going to be removed, and their only keywords-research option will be the Keyword Planner, which isn't free .

So maybe it's time to start finding a new favourite free keyword research tool.   Some reviews to get started with:

Or maybe bloggers should just forget about keyword research, and focus SEO-basics, and then on writing good quality, natural-language, unique content.



Related Articles


AdSense vs AdWords what's the difference

 Five reasons why SEO is irrelevant for your blog

Getting started with SEO for Blogger users

New Google+ badges and follow buttons can be used in Blogger

This Quick-tip introduces the new Google+ plugins that Google released in late June 2013


quick-tips logo
Recently, Google+ Developers blog announced a vastly improved set of Google+ plugins for use with websites.

Most (all?) of them are not yet available as Blogger gadgets, so you have to get the code from the Google+ resources site, and add it to your blog like you would add any 3rd party code.

The new options include a more "industry-standard" follow on Google+ button, and new badges for Pages, Communities and Hangouts, as seen here. (I've previously explained why you might like to have a G+ community alongside your blog.)

They are configurable (size, dark/light, style, etc) - but  you need to work out how to apply the configuration settings to the code.   That said, I've added them to this site without any configuration (see the top of the sidebar), and the default options appear to work well. And it's not actually as hard as it looks: in general you just follow the pattern of:

  • Changing   https://plus.google.com/{pageId}     to link to the "thing" (Page, Community, Profile) that you are displaying in the badge.
  • Using the "<div class="g-page" data-href="https://plus.google.com/{pageId}"></div>" form of the code, ie the one that's completely inside a "div" statement.
  • Adding extra information to it using "data-"   for example,   "<div class="g-page" data-href="https://plus.google.com/{pageId}" data-layout="landscape" data-width="200">


There is one interesting sentence in the announcement:
"Existing badges will stick around for up to 90 days, giving you time to configure the new version for your website. After 90 days, we'll automatically upgrade any Google+ badges to the new design."
I wonder how that will relate to the Google + gadgets that are available in Blogger's Add-a-gadget function now - maybe they will be automatically be changed too.   (In 90 days ... yeah, right ...)

Kategori

Kategori