Showing posts with label blogger. Show all posts
Showing posts with label blogger. Show all posts

Friday, May 13, 2011

Perbee Perler Beading - Website


The formula for getting things done ( IDEA + ACTION = SUCCESS )

Monday, January 10, 2011

Blogger Google Search Issues

I have just discovered that Blogger's integrated search does not index older posts before the creation date. Indexing simply means to put something in an order so it can be found. In our case by the creation date of your blogger account.

What I have discovered was that any posts dating before the creation date of my Blogger account was not searchable. The reason I discovered was because the search is done based on your Blogger feed and not the Blogger site.

Why aren't my oldest posts listed?

What is my Blogger feed?

Known search issues with blogger

It seems that even the newer posts aren't getting indexed as well.  Only partial posts are coming through the google search box.  It's only been a day so I'll give it some time before I post my findings on why content isn't getting indexed.

Thursday, June 3, 2010

Custom Blogger Search

Code to create custom search box.

<p align="center"><form id="searchthis" action="/search" style="display:inline;" method="get"> <input id="search-box" name="q" size="20" type="text"/> <input id="search-btn" value="Search" type="submit"/> </form></p>