Logo - Image elements do not have [alt] attributes
Hi
I have problem to fix from pagespeed.web.dev
Image elements do not have [alt] attributes
But in WordPress, I have added an alt description...
how to fix this?
Hi
I have problem to fix from pagespeed.web.dev
Image elements do not have [alt] attributes
But in WordPress, I have added an alt description...
how to fix this?
Comments
Hey,
Please send us WordPress dashboard access privately thru the contact form, which is on the right side at http://themeforest.net/user/muffingroup#contact, and we will check what might be the reason.
Notice!
Please attach a link to this forum discussion.
Sending incorrect or incomplete data will result in a longer response time.
Therefore, please ensure that the data you send are complete and correct.
Thanks
I have re-added the logo in your Theme options, saved them, and the alt tag appeared.
Best regards
yes,
but why does google see this as without an alt description....
https://pagespeed.web.dev/report?url=https%3A%2F%2Fsebitu.pl%2F
This is rather a question to Google.
When you inspect your website source, you will see the alt tag.
Maybe they have a cached version of your website and still display an old result.
Best regards
no, it's not cached version, but ok.
Can you help me with this part:
[aria-*]
attributes do not match their rolesEach ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn more.
Failing elements
phone
<i class="icon-phone" aria-label="phone">
phone
<i class="icon-phone" aria-label="phone">
mail
<i class="icon-mail" aria-label="mail">
linkedin
<i class="icon-linkedin" aria-label="linkedin">
also, this is part of the Theme
[user-scalable="no"]
is used in the<meta name="viewport">
element or the[maximum-scale]
attribute is less than 5.Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more.
Failing elements
head > meta
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
sorry another one...
How to change H4 here
NAVIGATION
Heading elements are not in a sequentially-descending order
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more.
Failing elements
Know How
<h4 class="title">
[email protected]
<h4>
These are opportunities to improve keyboard navigation in your application.
1)Area labels are put among different theme files. We will correct it, but we need to go through all the files and have it on our to-do list.
2) Please, go to Betheme -> Theme options -> Responsive -> General, and Enable the Pinch to zoom option.
3) This requires file customization, which is not allowed in reference to the Item Support Policy. http://themeforest.net/page/item_support_policy
So if you want to modify files and don't know how, you should contact your web developer. Item Policy says:
Item support does not include services to modify or extend the item beyond the original features, style, and functionality described on the item page. For customization services that will help you tailor the item to your specific requirements, we recommend contacting the author to see if they privately offer paid customization services or checking out the great service providers on Envato Studio.
Thanks
thank you for your answers
The constructions of elements are defined in the theme-shortcodes.php file.
Best regards