Re: google component
Re: google component
- Subject: Re: google component
- From: Geoff Hopson <email@hidden>
- Date: Fri, 13 Jan 2006 14:39:51 +0000
Looks like every link on that site is a session-based link and the session ID appears in the URL. And every time a session is created you get a new session id. Hence google, when it crawls your site, generates a session id, caches against that (it's in the URL) and when you do a search, google cannot find that URL becuase the session id has chnaged.
You need to rearchitect your site so that it is DirectAction-based. Go doa search for 'bookmarkable' here:
http://wodeveloper.com/cgi-bin/htsearchAnd search Google, of course :-)
Good luck!
Geoff
On 13/01/06, Wolfram Stebel <email@hidden
> wrote:Hi List,
i have a small google search component that should crawl my website:
<FORM method=GET action="" href="http://www.google.com/search">http://www.google.com/search" target="_blank">
<p align=CENTER>
<br>
<input type=text name=q size=15 maxlength=255 value="">
<input type=submit name=btnG VALUE="Suche"></p>
<input type=hidden name=domains value="http://www.webclubs.de">
<input type=hidden name=sitesearch value="
http://www. webclubs.de" checked>
<input type=hidden name='ie' value='iso-8859-1'>
<input type=hidden name='oe' value='iso-8859-1'>
</FORM>
The search component is only available and executed in my local environment
but points to the live website.
In fact this session based WO application is at "http://www.
webclubs.de/cgi-bin/WebObjects/WebClubs.woa"
and google does not show any results from this site via my search component.
What are the reasons:
- site not indexed by google?
- does not follow hyperlinks to content pages?
- wrong understanding of how to search a WO site?
or whatever?
TIA
Wolfram
_______________________________________________
Do not post admin requests to the list. They will be ignored.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden