@petersquirrly – Thank you so much for the quick fix. That works perfectly!
@petersquirrly – Thanks for the quick response.
Those items were already enabled and the Coordinates were already added. The issue is that @type isn’t being added to the GeoCoordinates.
Its showing:
“geo”:{“latitude”:”32.702447″,”longitude”:”-97.451289″}
instead of:
“geo”:{“@type”:”GeoCoordinates”,”latitude”:”32.702447″,”longitude”:”-97.451289″}
Hi,
Yes I marked it as resolved as it wasn’t a plugin issue. We were getting docked on points on an onsite audit for not having alt tags but after further investigation, it seems like svgs doesn’t support alt tags and the audit was catching the img tag before the Javascript changed them. So we ended up putting alt tags on the image tags and it fixed the issue. Thanks!