AxeWP / wp-graphql-rank-math

Add GraphQL support for RankMath SEO
GNU General Public License v3.0
50 stars 7 forks source link

fix: improve SEO `head` data fetching and fix OG product meta. #69

Closed justlevine closed 6 months ago

justlevine commented 7 months ago

What

This PR:

  1. Fixes the OG meta tag parsing for multidimensional terms. 2: Ensures that all RM modules are loaded before generating the tags.

Why

Related to #66

~The 👆 is caused due to RM moving around the filter calls internally.~

How

Testing Instructions

Additional Info

image

Checklist:

justlevine commented 6 months ago

Contrary to #66 this is indeed working on both core og tags, and those from RM Pro's schema builder.

image

Merging, and will attempt to debug the rest of #66 separately.