@plentymarkets/shop-api / robotGetters
Variable: robotGetters ​
constrobotGetters:object
Defined in: getters/robotGetters.ts:88
Type Declaration ​
getRobotsAccessibilityDeclarationResult ​
getRobotsAccessibilityDeclarationResult: (
robots) =>string
Returns the robots directive for the accessibility declaration page.
Parameters ​
robots ​
The robots static pages configuration object.
Returns ​
string
The robots directive string, defaulting to "ALL" if not set.
getRobotsCancellationForm ​
getRobotsCancellationForm: (
robots) =>string
Returns the robots directive for the cancellation form page.
Parameters ​
robots ​
The robots static pages configuration object.
Returns ​
string
The robots directive string, defaulting to "ALL" if not set.
getRobotsCancellationRights ​
getRobotsCancellationRights: (
robots) =>string
Returns the robots directive for the cancellation rights page.
Parameters ​
robots ​
The robots static pages configuration object.
Returns ​
string
The robots directive string, defaulting to "ALL" if not set.
getRobotsContactPage ​
getRobotsContactPage: (
robots) =>string
Returns the robots directive for the contact page.
Parameters ​
robots ​
The robots static pages configuration object.
Returns ​
string
The robots directive string, defaulting to "ALL" if not set.
getRobotsHomepage ​
getRobotsHomepage: (
robots) =>string
Returns the robots directive for the homepage.
Parameters ​
robots ​
The robots static pages configuration object.
Returns ​
string
The robots directive string, defaulting to "ALL" if not set.
getRobotsLegalDisclosure ​
getRobotsLegalDisclosure: (
robots) =>string
Returns the robots directive for the legal disclosure page.
Parameters ​
robots ​
The robots static pages configuration object.
Returns ​
string
The robots directive string, defaulting to "ALL" if not set.
getRobotsPrivacyPolicy ​
getRobotsPrivacyPolicy: (
robots) =>string
Returns the robots directive for the privacy policy page.
Parameters ​
robots ​
The robots static pages configuration object.
Returns ​
string
The robots directive string, defaulting to "ALL" if not set.
getRobotsSearchResult ​
getRobotsSearchResult: (
robots) =>string
Returns the robots directive for the search results page.
Parameters ​
robots ​
The robots static pages configuration object.
Returns ​
string
The robots directive string, defaulting to "ALL" if not set.
getRobotsTermsAndConditions ​
getRobotsTermsAndConditions: (
robots) =>string
Returns the robots directive for the terms and conditions page.
Parameters ​
robots ​
The robots static pages configuration object.
Returns ​
string
The robots directive string, defaulting to "ALL" if not set.