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 (deprecated)
string
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-23 UTC."],[[["The schema utilizes JSON to represent data with `url` and `updateRequestUrl` 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."]]],["The JSON structure contains two string fields: `url` and `updateRequestUrl`. The `url` field is an HTTPS URL provided by the merchant, accessible to Googlebot. The `updateRequestUrl` field, also a merchant-provided HTTPS URL, is now deprecated. Both URLs must be hosted on HTTPS and accessible to Googlebot according to the robots.txt file.\n"]]