RobotsName enum

Define enum options for Robots Name The robots meta tag lets you utilize a granular, page-specific approach to controlling how an individual page should be indexed and served to users in Google Search results. https://developers.google.com/search/docs/crawling-indexing/robots-meta-tag

Inheritance

Constructors

RobotsName()
Define the RobotsName constructor
const

Values

robots → const RobotsName

The robots meta tag lets you utilize a granular, page-specific approach to controlling how an individual page should be indexed and served to users in Google Search results. https://developers.google.com/search/docs/crawling-indexing/robots-meta-tag

google → const RobotsName

When users search for your site, Google Search results sometimes display a search box specific to your site, along with other direct links to your site. This tag tells Google not to show the sitelinks search box. https://developers.google.com/search/docs/crawling-indexing/special-tags

googleBot → const RobotsName

Google's standard web crawler has the user agent name Googlebot https://developers.google.com/search/docs/crawling-indexing/robots-meta-tag

googleBotNews → const RobotsName

Search engines may have different crawlers for different purposes. https://developers.google.com/search/docs/crawling-indexing/robots-meta-tag

googleSiteVerification → const RobotsName

You can use this tag on the top-level page of your site to verify ownership for Search Console. https://developers.google.com/search/docs/crawling-indexing/special-tags

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<RobotsName>
A constant List of the values in this enum, in order of their declaration.