Peter Knight Posted July 14 Posted July 14 SEO Neo 1.1.4 is available and includes a few fixes around breadcrumbList JSON-LD validation Fixed: BreadcrumbList ListItem nodes now use nested item objects each crumb is emitted as { "@type": "ListItem", "position": N, "item": { "@id": "<canonical URL>", "name": "<title>" } } instead of a flat name + URL string. Stricter structured-data validators (including common site-audit tools) require item.name when validating against Google's rich-result schema. Canonical URLs for every crumb ancestor breadcrumbs now use getCanonical() rather than httpUrl, keeping www/https/slash policy consistent across the trail. Empty-title fallback crumbs skip pages with no resolvable label; the homepage falls back to Home, other pages to the page name when the title is empty. 2
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now