seoRobots method
Definition of robots
meta tag attribute
https://developers.google.com/search/docs/crawling-indexing/robots-meta-tag
Add web mata data of robots
attribute
Example: String? robots = 'noindex, nofollow';
Implement the interface
Implementation
@override
void seoRobots(String robots) {
/// Call the javascript function with needed attributes
js.context.callMethod('seoNameJS', ['robots', robots]);
}