Added shema in blog template like the below image. But author name, published date and modified date is not showing in blog page source. How to fix this ?
Go to the specific example page where you’re having this problem and share your readonly designer link, it’s the only way anyone can help you.
Could be you’re referencing the wrong fields, or they’re null, or the records are in draft / draft changes, etc. etc. etc.
Make sure your JSON-LD is pulling from the actual CMS fields, not static placeholders. Had a case where publish/modified dates didn’t show until I used post.published-on
and post.updated-on
directly from the collection. Author also needs to be tied to a reference field, not plain text.