• I have a problem BreadcrumbList @type BreadcrumbList itemListElement: A value is required for the itemListElement field.
    Update to the latest version.
    This problem is present on all sub-pages.
    Link current entry: yes
    These are the standard settings:
    Home template, Post Template, site template is the same standard :
    <span property="itemListElement" typeof="ListItem"><a property="item" typeof="WebPage" title="Go to %title%." href="%link%" class="%type%"><span property="name">%htitle%</span></a><meta property="position" content="%position%"></span>

    Event template:

    <span property="itemListElement" typeof="ListItem"><a property="item" typeof="WebPage" title="Go to %title%." href="%link%" class="%type%" bcn-aria-current><span property="name">%htitle%</span></a><meta property="position" content="%position%"></span>

    Where am I doing something wrong?

    • This topic was modified 4 years, 8 months ago by druideniggi.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author John Havlik

    (@mtekk)

    It looks like an errant itemscope is being added to the wrapping div. This will happen when you select “Schema.org BreadcrumbList (microdata)” instead of “Schema.org BreadcrumbList (RDFa)” in the widget’s “Output trail as” setting. Since your templates are for the RDFa version of BreadcrumbList, you should set the “Output trail as” in the widget options to “Schema.org BreadcrumbList (RDFa)”.

Viewing 1 replies (of 1 total)
  • The topic ‘itemListElement: A value is required for the itemListElement field.’ is closed to new replies.