AI-generated Key Takeaways
-
The schema utilizes JSON to represent data with
url
andupdateRequestUrl
fields. -
url
is a required string specifying the merchant's HTTPS URL, accessible by Googlebot. -
updateRequestUrl
, now deprecated, was a string indicating the merchant's endpoint for update requests, also accessible by Googlebot.
JSON representation |
---|
{ "url": string, "updateRequestUrl": string } |
Fields | |
---|---|
url |
The HTTPS url configured by the merchant. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Googlebot. |
updateRequestUrl |
URL for the merchant endpoint that would be called to request updates. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Googlebot. Deprecated. |