Showing posts with label Search Gadgets. Show all posts
Showing posts with label Search Gadgets. Show all posts

Monday, October 26, 2009

What's In The Boxes?

Every day, we see one or two queries from confused bloggers, about these boxes.
I type the URL in my browser, and get
No blog found.
or
Why doesn't it show more than what's in my blog?
or
I know the URL. I can see it on my dashboard even. But the search says that it's not there.
All of these observations are evidence of people who don't know what all the boxes in the browser are intended to provide.

When you view your blog, there are 2 to 4 boxes of which you need to be aware.

The accessories on any given blog will vary, according to wishes of the owner.
Depending upon what accessories are provided in any given blog, there may be more. Depending upon what browser you have, there may be less. And depending upon what browser you have, the label, position, and size of any of these boxes isn't predictable. But, the boxes will be there.
  • Browser Address Box. This is the most important box visible. This is where you are supposed to paste or type the URL of your blog, another blog, or any website, to browse to the blog or website.
  • Browser Search Box. This is a browser accessory, provided by some browsers, so you don't have to load the web page of the major search engines. Here, as on the search boxes on the various web pages, you paste or type the search that you want to do.
  • Navbar Blog Search Box. If you haven't disabled the navbar, here you can paste or type keywords which will be used to search your blog, directly - without requiring that your blog be indexed by the search engines.
  • Blog Search Gadget. This will be any search gadget added to a blog by the owner. This could be a version of the navbar blog search, or a version of the browser search box, but against different search engines.


The navbar search (with the navbar visible) is the only predictable accessory.
Except for the navbar blog search box, there is no way to predict if, what, or where any of these boxes will look like or appear. The labeling, positioning, even whether a box is included, are all a matter of personal preference. Some personal preference is of the blog owner, other is of the blog reader / owner of the computer used for browsing.

In some browsers, the address box and search box are combined, with browser code interpreting (more or less reliably) whether a URL or search terms have been entered. This causes confusion when the person used to any one browser uses a different browser - or maybe the same brand browser, on another computer.

I could show this blog, in my browser - that would show this blog, in my browser.
I could add a picture here, of my browser, on my computer. But, that would simply be a picture of my browser, and would only confuse you. I arrange my browser to suit my preferences and taste - and just as surely as I know that everything which I write in my blog won't interest everyone, I know that how I arrange my browser won't interest everyone, either.

The navbar is intended as the single most predictable object on the screen, when viewing Blogger blogs.

Not all blogs even display the navbar.
Unfortunately, some blogs are setup with the navbar hidden, which prevents use of the navbar blog search. To compensate for this, some blog owners will add a blog search gadget.

Search gadgets, for Blogger blogs, come in a variety of designs. A browser search gadget may be the equivalent of the browser search window, of the navbar blog search window, or even may be customised so you can't tell what it does.

Then there is the direct search, vs the indexed search, to consider.
Besides understanding the blog search box (whether navbar or blog based), we need to note a major difference between searching content directly - and searching indexed content.
  • Both a browser search box and a blog based custom search box will involve a search engine, which uses cached copies of every indexed blog and web site. The cached copies will be subject to search engine latency, causing discrepancies similar to SERPs referencing main page view.
  • Blog direct searches, such as the navbar search box, and some custom search boxes, which will search the blog now, based upon what's in the blog, now.

If you changed the URL of your blog, it needs to be re indexed.
If your blog was just published to a custom domain, the blog will need to be re indexed under the new URL. You can accelerate the re indexing process, if you make some effort.

All of these details cause confusion, among many blog owners.
Considering all of these details, it's not surprising that there would be confusion, when people surf strange blogs and / or use strange browsers, maybe on strange computers. Possibly, by knowing the details, we can diagnose the questions from the confused bloggers.

Tuesday, July 22, 2008

Help Your Readers Search Your Blog

When your blog gets larger, you'll want your readers to be able to find the content easier - sometimes using more detail than can be found in the Archives index.

You can generally use Labels for a more comprehensive index of the blog contents - but both labels, and titles, index the posts based on your vision of the blog. What if you want your readers to view your blog, on their terms?

This is where the Navbar, with its search box, becomes useful.

The Navbar based search is a good choice, for most readers of the blog.

It's a good choice - assuming that you don't block the Navbar, and assuming that your readers like using the Navbar - and that the navbar based blog search is not broken.

You can use search accessories outside the navbar.

But you're not confined to using the Search box on the Navbar - you can make your own search box, and position it where you like.

Setup a new HTML / JavaScript gadget, to get a very simple search box for your blog. Use the "HTML/JavaScript" selection in "Basics".





Just copy the code - a simple 4 lines - to the new gadget.

<form action="/search" method="get">
<input name="q" type="text"/>
<input value="Search This Blog" type="submit"/>
</form>

You can add this gadget, in many places.

Having setup your new gadget, you can position it anywhere on the page. Or, you can have a search box inside a post, as I show above. See "Search This Blog", above - and "Search The Real Blogger Status", at the top of the sidebar?

And, there are still more possibilities.

You can get way more fancy, for instance search multiple blogs at once, using a Google Custom Search box, but for a 5 minute blog upgrade, this is all that you need.

  • Search only the posts, in the one blog.
  • Search your blog directly, not from search engine cache. No waiting for search engine updates.
  • Search private blogs, with some chance for success.
  • Display search results as part of the blog display, with all blog accessories and decorations visible.

This is very user friendly - your readers will appreciate it. And it's so easy to add.

Navigate» Become author for this Blog