Forum Moderators: phranque
link:www.example.com shows nothing, although we have over a thousand in
bound links.
info:www.example.com also shows nothing
The only thing that comes up are articles about us, not our site.
I had previously found a problem with the server response codes
returning a 404 [using an online headers checker]. I fixed the
problem (settings in Joomla) and now we are getting a 200. (This was
found via Google Webmaster tools) But... In running different tests it
looks like I'm missing something else, because our site isn't being
found.
I've run through all the tools [on the online tool site], and it seems fine!
Now, I set up Analytics and added the code - but when I check the
status it tells me:
Tracking Unknown (Last checked: 2007-09-19 6:04 AM PST.)
The Google Analytics tracking code has not been detected on your
website's home page. For Analytics to function, you or your web
administrator must add the code to each page of your website.
It's like Google isn't seeing us... Help!
Part of .htaccess:
RewriteCond %{REQUEST_URI} ^(/components/option,com) [NC,OR] ##optional - see notes##
RewriteCond %{REQUEST_URI} (/¦/*.*\.(htm¦php¦html))$ [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) index.php
Redirect 301 /index.html http://www.example.com/index.php
Redirect 301 /p_download_reg.htm http://www.example.com/registration.html
CheckSpelling On
<Files 403.shtml>
order allow,deny
allow from all
</Files>
Any ideas?
[edited by: jdMorgan at 4:06 pm (utc) on Sep. 19, 2007]
[edit reason] example.com [/edit]
Though googlebot should be sophisticated enough not to get confused by this, it's one less possible problem to look at.
I did just find something, we also own example.biz, and THAT seems to be indexed, but with a frame! We are registered with GoDaddy, not this [other registrar].
The first thing I thought of was the Google Proxy Hack, but since we control that domain that doesn't make sense.
[edited by: jdMorgan at 4:07 pm (utc) on Sep. 19, 2007]
[edit reason] No URLs, please. See terms of service. [/edit]