You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not sure this feature is needed as most WordPress sites are running a plugin that will do this for you. It also causes conflict with SEO plugins. I suggest removing itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement"
Remove ` itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement"` as it is not functional, unnecessary (out of scope) and causes conflict with SEO plugins with no way to disable.
Steps to reproduce the issue:
Run a test on any nav using the wp-bootstrap/wp-bootstrap-navwalker
Google Schema Testing Tool: https://search.google.com/structured-data/testing-tool
What I expected:
Correct URLs to be shown
What happened instead:
Incorrect URL is shown in schema markup. Eg. https://www.example.com/menu-item-2787
The menu Id is used as the URL path.
The text was updated successfully, but these errors were encountered: