How-to and Troubleshooting
1
Posts
1
Users
0
Reactions
110
Views
Sep 15, 2025 5:47 am
Hi, I have recently added WPForo on my website. Now i am getting schema error. which say's
Missing field "url" (in "mainEntity.acceptedAnswer.author")
I had tried to add schema url using the following code: "url": "<?php echo esc_url( wpforo_member_url($author_id) ); ?>" . but it is giving me Unparsable structured data. Can you please help me in troubleshooting the schema issue.
I really need to fix it asap.