I also have the latest version of your plugin installed and everything else is uptodate.
Thanks
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>
Hi Jason,
Thanks for responding. Sorry for url not working, try this: shorturl.at/aANU6
It’s also just the Home Page.
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>