Breadcrumbs schema not working on my site

Posted in: Newspaper
Post count: 2

Dear support,

My site : https://www.dailyrecruitment.in

I have enabled breadcrumbs on template settings but it’s not shows schema on search results..

Kindly check on any posts of the site and it’s not shows schema breadcrumbs..

Help me resolve the issue

Post count: 1341

Don’t publish here private data.

From my side your site is not loaded, сonnection timed out.

Post count: 2

Sorry to publish private data here, please find the screenshot below
I have enabled the breadcrumbs setting on my site via Theme panel template setting.
http://prntscr.com/kbnqgq

But Breadcrumbs schema is not working on my site posts.. kindly help me regarding this issue.
i have to enable any other things on my site

Post count: 23312

Hello egadgetguru,

Do you have cleared all of your caches? Please do this, purge CDN files and check the results.

Thanks.

Post count: 1

I have the same problem

These are the guidelines for breadcrumbs schema
https://developers.google.com/search/docs/data-types/breadcrumb

The correct html should look like this
<div itemscope itemtype="http://schema.org/BreadcrumbList">
<span itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">

<span itemprop="name">Home</span>

</span>
<span itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">

<span itemprop="name">Category</span>

</span>
<span itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">

<span itemprop="name">This page</span>

</span>
</div>

This is an important signal for SEO. It was implemented last year. To fix it in Newspaper theme means creating a custom post template to replace the td breadcrumbs div.

Forget trying a child theme. That doesn’t work.

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.