Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Yoast SEO overrides #134

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

michaelkrieger
Copy link

Add Yoast SEO overrides for title and meta description.

Yoast provides the option to have, in addition tot he post title, a SEO title. More info can be found here: https://yoast.com/whats-the-difference-between-an-h1-heading-and-the-seo-title/

Yoast SEO saves its post meta keys in _yoast_wpseo_metadesc and _yoast_wpseo_title. These are set by the SEO Snippet which allows for a better SEO title than the post title. By default, it puts this in the <title> tag of the section and publishes it in the various og: meta properties.

The wp-postratings Rich Snippet conflicts with this, as it pulls uses the existing title and default generated meta description.

This PR overrides the title/description with Yoast ones if they exist.

Add Yoast SEO overrides for title and meta description
wp-postratings.php Outdated Show resolved Hide resolved
wp-postratings.php Outdated Show resolved Hide resolved
wp-postratings.php Outdated Show resolved Hide resolved
wp-postratings.php Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants