Parts of page not indexed

Post Reply
kiddywood
Posts: 41
Joined: Tue Feb 10, 2009 2:49 pm

Parts of page not indexed

Post by kiddywood »

User avatar
John
Site Admin
Posts: 2597
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

Parts of page not indexed

Post by John »

It looks as if those titles are generated by a javascript application running in the page, and that the search form uses ajax like features to update the page in place, which can cause them not to be included in the page, as there is no one contents of the page.
John Turnbull
Thunderstone Software
User avatar
Kai
Site Admin
Posts: 1271
Joined: Tue Apr 25, 2000 1:27 pm

Parts of page not indexed

Post by Kai »

The job titles at the bottom are being produced by JavaScript. Only limited JavaScript is supported by Webinator, due to the dynamic nature of scripting and limits in the implementation.

Apparently some Webinator-unsupported functions/properties are being called on that page, for example the `firstChild' property, and the `getElementsByName' function. Thus Webinator cannot get the text of that JavaScript-produced section.
kiddywood
Posts: 41
Joined: Tue Feb 10, 2009 2:49 pm

Parts of page not indexed

Post by kiddywood »

Hi,
Apologies for dragging up this thread after so long but I'm still trying to find a solution to this problem.
Will it be possible for Webinator to have this functionality in the future or are there any workarounds so that the Javascript-produced content is indexed?

Thanks
User avatar
Kai
Site Admin
Posts: 1271
Joined: Tue Apr 25, 2000 1:27 pm

Parts of page not indexed

Post by Kai »

It's unlikely ever to work (at least in the near term), as the JavaScript and DOM in Webinator are too limited. The only other workaround I can think of is to find a URL that has static links, or manually/programmatically add them (you might be able to add some Vortex to derive the links from a given URL, for example, if you find they are a standard format).
Post Reply