On 2/11/06, Tim Funk <[EMAIL PROTECTED]> wrote:
> The problem is your home page, not robots.txt. When / is requested - the
> following is served back, notice the javascript redirect: (the full file is
> below)
>
>
>function invokeWebApp() {
> top.location.href = "http://www.theuniquep
ll [mailto:[EMAIL PROTECTED]
> Sent: Friday, February 10, 2006 8:40 PM
> To: Tomcat Users List
> Subject: Access log to see where robots go.
>
>
> I have had trouble getting search engines to see my site. I built it with
> struts, and use some tags from the index.html page to
ow to resolve this
Thanks
Ed
[EMAIL PROTECTED]
-Original Message-
From: Scott Purcell [mailto:[EMAIL PROTECTED]
Sent: Friday, February 10, 2006 8:40 PM
To: Tomcat Users List
Subject: Access log to see where robots go.
I have had trouble getting search engines to see my site. I built it
The problem is your home page, not robots.txt. When / is requested - the
following is served back, notice the javascript redirect: (the full file is
below)
function invokeWebApp() {
top.location.href = "http://www.theuniquepear.com/unique/index.jsp";;
}
Search engines do not e
I have had trouble getting search engines to see my site. I built it with
struts, and use some tags from the index.html page to get business logic, to
finally get to my page. The url is http://www.theuniquepear.com
Anyway, upon talking to some co-workers, they suggested I watch my access log,
s