crawledAs property

String? crawledAs
getter/setter pair

Primary crawler that was used by Google to crawl your site. Possible string values are:

  • "CRAWLING_USER_AGENT_UNSPECIFIED" : Unknown user agent.
  • "DESKTOP" : Desktop user agent.
  • "MOBILE" : Mobile user agent.

Implementation

core.String? crawledAs;