SpaceSurfer MiniSearch potential problems
There are two main problems with indexing your site, incorrect HTML and incorrect main URL or link.
If your HTML is incorrect our robot may have problems indexing the URL, you may validate your HTML with the W3C's validator. If you follow these rules our robot will not have problems parsing your HTML:
- All quotation marks (") must be closed.
- All comments must be closed, for every <!-- there must be a corresponding -->.
- All HTML commands are enclosed in < and >, make sure there is a matching > for every <.
- All escape codes have the correct syntax, that is &[code];.
For our robots to recognize a URL it must be structured correclty. For example:
www.spacesurfer.com
is not a correct URL,
http://www.spacesurfer.com/
is what it should be.
You must also take care that your main URL has the same root as all the other pages on your site. For example, if you use:
http://i.am/useless
as your main URL, but this URL actually redirects to:
http://www.spacesurfer.com/people/useless.html
Out robot will have problems indexing your site, if you really want to use such a URL as your main URL, then add an optional entrance.
|