indexingState property

String? indexingState
getter/setter pair

Whether or not the page blocks indexing through a noindex rule. Possible string values are:

  • "INDEXING_STATE_UNSPECIFIED" : Unknown indexing status.
  • "INDEXING_ALLOWED" : Indexing allowed.
  • "BLOCKED_BY_META_TAG" : Indexing not allowed, 'noindex' detected in 'robots' meta tag.
  • "BLOCKED_BY_HTTP_HEADER" : Indexing not allowed, 'noindex' detected in 'X-Robots-Tag' http header.
  • "BLOCKED_BY_ROBOTS_TXT" : Reserved, no longer in use.

Implementation

core.String? indexingState;