Announcement
Collapse
No announcement yet.
certain pages not appearing in search results
Collapse
X
-
The /links-shopping.htm and /links-service.htm were both indexed. You can see this in the log.
[INDEXED] Indexing http://www.mgf-tf-central.co.uk/links-service.htm
[INDEXED] Indexing http://www.mgf-tf-central.co.uk/links-shopping.htm
If I go to your site and search for a word like, shopping, then the links-shopping.htm page is displayed as the third result.
So I don't see the problem?
Comment
-
thanks for the reply. What you say is true, but do a search for say "Leicestershire", which is in the body of the /links-service.htm page, and that page does not appear in the search results. I've also checked I have a <!--ZOOMRESTART--> after a <!--ZOOMSTOP-->, which I have, and its before the main body of the page.Pete Vickerstaff
MG F/TF Central
Comment
-
The problem is that you have broken HTML code on your webpages. Looking at this page:
http://www.mgf-tf-central.co.uk/links-service.htm
There is the following on line 91:
Code:<td valign="top" height="100%[b]"[/b] ; padding-top: 5">
This extra quote mark caused the rest of your content to be filtered out, because Zoom believed it was a new opening quote character. There may be other similar issues with your other pages.
It's worth putting problematic pages through a HTML validator to easily locate these sort of problems. The official W3 one is here:
http://validator.w3.org/
However, that can be fairly pedantic and will point out much more minor issues (standards conforming being their priority). There are other, less pedantic but equally useful validation tools such as this one:
http://onlinewebcheck.com/check.php
Having said all that, I added some code to the next build of Zoom which will prevent the above broken HTML from causing the rest of the page to be filtered out from indexing, and will be a little more forgiving of bad HTML.
Comment
Comment