pods-framework / pods

The Pods Framework is a Content Development Framework for WordPress - It lets you create and extend content types that can be used for any project. Add fields of various types we've built in, or add your own with custom inputs, you have total control.
https://pods.io/
GNU General Public License v2.0
1.06k stars 265 forks source link

Ability to have Yoast SEO detect custom fields on taxonomy terms #7288

Open pixelloop opened 3 months ago

pixelloop commented 3 months ago

Problem to Solve

On WooCommerce Product categories I add a second WYSIWYG, this way, I can show the default short description at the top, above the product grid and then a more detailed description at the bottom of the page.

I'm unable to get Yoast to index both of these, it looks at the default description but ignores my custom field made with Pods.

How can I tell the Pods SEO plugin to make Yoast include this custom field?

Proposed Solution

Provide a setting to add the custom field name and the location so this can be indexed by Yoast's analysis tool.

Possible Workaround

Unsure

Examples Elsewhere

Unsure

Screenshots / Screencast

No response