Versions Compared

Key

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

...

  1. Locate the <header> tag of the page you want to prevent from being crawled.

  2. Add the following code within the header:
    <meta name="robots" content="noindex" data-sj-noindex />

  3. Save the changes. The crawler will ignore this page next time it comes across it.

Additionally you can use crawling rules to programmatically exclude sections or certain pages of your web site. You can also set individual pages to not be indexed from the data sources tab of the admin Console.

https://www.sajari.com/docs/user-guide/indexing-data/advanced-crawler

Filter by label (Content by label)
showLabelsfalse
max5
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@957
showSpacefalse
sortmodifiedtitle
typepage
reversetrue
cqllabel = "crawler" and type = "page" and space = "KB"
labelscrawler
Page Properties
hiddentrue

Related issues