Return of Duplicate FAQPage Schema on Archive pages

Hello,

The recent update to Pro: Pro 6.7.13 - February 9, 2026 has cause the following bug to return:

I tried to change this line: $faq_schema[’@id’] = get_permalink(); to this: $faq_schema[’@id’] = ‘/faq’; but it does not work.

Here is an image of what is occurring in Google Search Console again:

Please advise how to fix.

Thank you.

Hey @jnlinn,

Thanks for writing in! Create a staging site and update your Pro theme to version 6.8.1 instead. You can check out the date of release and the changelog here: https://theme.co/docs/changelog/pro-6

Kindly let us know how it goes.

I am already using Pro 6.8.1. The bug is in this release also.

You can visit my website page view the page source and you will see 8 separate faqPage schemas: https://www.bellafsm.com/blog/

Hey @jnlinn,

It looks like this has not been fixed yet. The solution previously here is a temporary solution. It’ll get overriden when you update. Please try redoing the fix that was mentioned in the previous thread.

The previous fix does not work. In the new release, there is now the following in accordion.php:

$faq_schema[’@context’] = ‘https://schema.org’;
$faq_schema[’@type’] = ‘FAQPage’;
$faq_schema[’@id’] = get_permalink();
$faq_schema[‘name’] = !empty($data[’_label’])
? $data[’_label’]
: get_the_title();
$faq_schema[‘mainEntity’] = [];

Notice the line “$faq_schema[’@id’] = get_permalink();”

Following the previous temporary solution, I tried replacing with $faq_schema[’@id’] = ‘/faq’; but it did not work.

I need a new temporary solution.

Hey @jnlinn,

We currently don’t have a solution. Please stay tuned as this issue is in queue to be further investigated.

Thank you for your patience.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.