10 digit numbers

I have some ten digit part numbers on my site that mobile users see as a link to a phone numbers. Is there a way to stop that from happening?

That is not something Foundry is doing, that is the mobile OS converting those numbers into phone numbers. Foundry has no control over that unfortunately.

Somewhere in the dim dark past I put the following meta tags in the code section of the settings area in RW. I must have got the idea from somewhere but can’t recall…

Name Content
format-detection telephone=no

This should work. You’ll need to add this to a Head area. Either in the page inspector or site-wide in Code.

<meta name="format-detection" content="telephone=no">

Y’all are awesome. The best of the rest on here.