0

The content of many web sites is being rendered with the usage of JavaScript after the page has been loaded on client side. Modern search crawlers like Google execute those scripts and index the updated DOM.

Does the SharePoint Search crawler the same?

1 Answer 1

1

No, it does not. You can watch how the crawler works against a web site by using Fiddler as a proxy for the crawler.

2
  • Yes it's true. I ran a crawl against an Angular website and used Fiddler as a proxy. SharePoint just crawls the initial markup. JavaScript is not recognized any further. Is the SharePoint team planning to implement such a functionality in the future? Any info on that? Commented Aug 10, 2016 at 15:38
  • I couldn't say what they are planning. Commented Aug 10, 2016 at 16:50

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.