Es la URL HTTPS configurada por el comercio. La URL debe estar alojada en HTTPS, y el archivo robots.txt debe permitir que UserAgent:Googlebot pueda acceder a la ruta de la URL.
updateRequestUrl (deprecated)
string
Es la URL del extremo del comercio al que se llamaría para solicitar actualizaciones. La URL debe estar alojada en HTTPS, y el archivo robots.txt debe permitir que UserAgent:Googlebot pueda acceder a la ruta de la URL. Obsoleta.
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Falta la información que necesito","missingTheInformationINeed","thumb-down"],["Muy complicado o demasiados pasos","tooComplicatedTooManySteps","thumb-down"],["Desactualizado","outOfDate","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Problema con las muestras o los códigos","samplesCodeIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2025-07-25 (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"]]