I added the sku all of our product titles and now the sku is being shown as a link in both the product titles and part number section. It’s not on all products it seem and may be browser specific. See example below. Any ideas on resolving this?
I have not made any changes. Not occurring on Chrome, Edge or Duck Duck Go but is on Safari. Not sure what the issue is.
So I guess you have an extension on your Safari browser that causes that issue.
I do not have any extensions on. It is the mobile version of Safari.
Hi @HTX-Fluid-Power,
I also tested it on Safari of 2 devices and all works fine. Have you tried testing it on another device?
Looks like this issue – Stop Safari-Mobile from converting 7 digits numbers into "tel" format - Meta Stack Exchange
To stop this behavior of Safari,
<meta name="format-detection" content="telephone=no" />tag should be added.
Also, from the Apple dox: Supported Meta Tags
I’d try to add this as a “custom liquid” section first, but may need to edit the layouts/theme.liquid to add this inside <head> ... </head>.
One needs to check on real mobile safari to see:


