Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
<script type="text/javascript">
  var _sj = _sj || [];
  _sj.push(['project', 'ENTER YOUR ACCOUNT ID']);
  _sj.push(['collection', 'ENTER YOUR COLLECTION ID']);
  (function () {
    var sj = document.createElement('script');
    sj.type = 'text/javascript';
    sj.async = true;
    sj.src = '//cdn.sajari.com/js/sj.js';
    var s = document.getElementsByTagName('script')[0];
    s.parentNode.insertBefore(sj, s);
  })();
</script>
Info

If you want to confirm the instant indexing script above is working as expected look for https://re.sajari.com/ in the Network traffic of the browsers developer tools. The page will only be crawled if the Conditions below are met

Conditions:

  • Pages are only updated when certain fields are updated (title, description, keywords, modifiedDate).

  • The pages must be visited (i.e. the page and the script are loaded) within 30 minutes of updating or being added for it to be indexed

...