WoodMartW
WoodMart
Jun 18

Check the theme according to the new Google PageSpeed ​​Insights for AI (Agentic Browsing) report

PageSpeed ​​Insights and Lighthouse include a new report: Agentic Browsing.You need to check and edit the theme according to this:- Accessibility tree (for agent) - https://developer.chrome.com/docs/lighthouse/agentic-browsin… WebMCP annotations, tools and diagrams - https://developer.chrome.com/docs/ai/webmcp.Theme issues I see in the Accessibility tree report:- Links must have discernible text - regarding the wishlist and compare icons, because they have neither title nor aria (all places in the theme: header, cycle, product);- Select element must have an accessible name - if using a standard <select> to select a variation in variable products (all places in the theme: cycle, product);- Certain ARIA roles must contain particular children, Elements marked as presentational should be consistently ignored - shows these issues for the theme's Product Tabs on the product page.Other places should be checked as well.This report is already here: https://pagespeed.web.dev/ .Description for Lighthouse: https://developer.chrome.com/docs/lighthouse/agentic-browsin…
PendingPending