Alf85
Elite Member
- Sep 7, 2021
- 2,587
- 922
Hi, today I was running the Google PageSpeed test and I see that on the pages where I have an embedded pin it says the following: <frame> or <iframe> elements do not have a title. Example:
<p style="text-align:center;"><iframe src="MY PIN URL" height="618" width="345" frameborder="0" scrolling="no" ></iframe></p>
Google then recommends this article: https://dequeuniversity.com/rules/axe/4.7/frame-title
So, to fix it, what would be the correct code?
<p style="text-align:center;"><iframe src="MY PIN URL" height="618" width="345" frameborder="0" scrolling="no" ></iframe></p>
Google then recommends this article: https://dequeuniversity.com/rules/axe/4.7/frame-title
So, to fix it, what would be the correct code?