If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
I canīt get the Zoom Indexer javascript version to search for pagetext. Is it not possible? I use the php version in another site and there it functions well.
For others looking at this thread, this is the response given in the email you sent in regarding this issue:
----
Looks like you have the following line in your source of your page
<meta name="robots" content="index,nofollow" />
This tells the indexer to not to follow links on the page. If you want Zoom to ignore the "robots" specified action, you can go to "Configure->Spider options" and under "Advance spider mode options", uncheck the "Enable 'robots.txt' support" checkbox.
If you're referring to "pagetext" as in context description... then you should note that context descriptions and exact phrase matching is not available in the JavaScript version as listed here. That's why you should use PHP or ASP or CGI when you can. JS is only preferred if you are not on a web server.
For others looking at this thread, this is the response given in the email you sent in regarding this issue:
----
Looks like you have the following line in your source of your page
<meta name="robots" content="index,nofollow" />
This tells the indexer to not to follow links on the page. If you want Zoom to ignore the "robots" specified action, you can go to "Configure->Spider options" and under "Advance spider mode options", uncheck the "Enable 'robots.txt' support" checkbox.
----
Thank you so much!
Of course it was the metatag
<meta name="robots" content="index,nofollow" />
which was the problem.
It was included by another developer and I hadnīt seen it.
Comment