Jump to content

Recommended Posts

Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...