• Hello,

    I am getting the following error from GSC. Using your plugin:

    Missing field “itemListElement”

    It appears to be only impacting the category pages.

    How to fix?

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter themuz01

    (@themuz01)

    I also have the latest version of your plugin installed and everything else is uptodate.

    Thanks

    Plugin Author John Havlik

    (@mtekk)

    Unfortunately, the URL you used in the “Page I need help with” doesn’t seem to be working (just goes to the URL shortener’s page) so I can’t examine the HTML. My guess is that you may have partial markup for the category template or category template (unlinked) setting. Double check that they are the following:

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

    Category Template (Unlinked):
    <span property="itemListElement" typeof="ListItem"><span property="name" class="%type%">%htitle%</span><meta property="url" content="%link%"><meta property="position" content="%position%"></span>

    Thread Starter themuz01

    (@themuz01)

    Hi Jason,

    Thanks for responding. Sorry for url not working, try this: shorturl.at/aANU6

    It’s also just the Home Page.

    Plugin Author John Havlik

    (@mtekk)

    If it is just the home page, make sure the Home Template (Unlinked) is set to something like:

    <span property="itemListElement" typeof="ListItem">
        <span property="name">Home</span>
        <meta property="url" content="%link%">
        <meta property="position" content="%position%">
    </span>
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Missing field “itemListElement”’ is closed to new replies.