freerunr
0
- Joined
- Feb 7, 2013
- Messages
- 130
- Reaction score
- 52
Didn't get any action at the Google Maps help forum on this, so posting here in case someone well-informed on this topic has thoughts.
We manages many websites that utilize standard embedded maps manually acquired on google.com/maps without any API use, and feature points of interests or GMB pages. To bring the websites more in line with WCAG, we're wondering if there is any violation of Google policy by inserting a title attribute into these embed codes. I have not found any documentation about this. Because this would impact many websites, I'm curious if anyone can point me in the right direction on any documentation that addresses if Google would have an issue with such modification to their code on an individual basis, but on a large scale (1-3 unique embedded maps used on several hundred websites).
Example
The added attribute would probably be something as simple as title="map of [business name]" inserted into to a code acquired from Maps like below.
We manages many websites that utilize standard embedded maps manually acquired on google.com/maps without any API use, and feature points of interests or GMB pages. To bring the websites more in line with WCAG, we're wondering if there is any violation of Google policy by inserting a title attribute into these embed codes. I have not found any documentation about this. Because this would impact many websites, I'm curious if anyone can point me in the right direction on any documentation that addresses if Google would have an issue with such modification to their code on an individual basis, but on a large scale (1-3 unique embedded maps used on several hundred websites).
Example
The added attribute would probably be something as simple as title="map of [business name]" inserted into to a code acquired from Maps like below.
Code:
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3168.636510448735!2d-122.08627838544692!3d37.42206557982518!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x808fba02425dad8f:0x6c296c66619367e0!2sGoogleplex!5e0!3m2!1sen!2sus!4v1600197873439!5m2!1sen!2sus" width="600" height="450" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>