Access a community of over 900,000 Shopify Merchants and Partners and engage in meaningful conversations with your peers.
So I've been working on our site JSON-LD profile and tried to edit the phojne number to comply with Google's JSON-LD format in search console only to find out that their regex on the site needs some improvement.
Here is the issue, this is what Google says a phone number should look like:
+1 800 999 9999
https://developers.google.com/search/docs/data-types/corporate-contact
But Shopify only accepts 10 digits omititng the + and 1, so all you get is:
800 999 9999
Anybody have a workaround?
Thanks in advance