Skip to content

Instantly share code, notes, and snippets.

@loorlab
Created January 28, 2019 23:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save loorlab/1ad40088ed9f798952bf18494edded91 to your computer and use it in GitHub Desktop.
Save loorlab/1ad40088ed9f798952bf18494edded91 to your computer and use it in GitHub Desktop.
Focus Keyword Yoast SEO by Post in WordPress via https://deanandrews.uk/export-seo-focus-keywords/
SELECT `meta_value`
FROM `wp_postmeta`
WHERE `meta_key` = '_yoast_wpseo_focuskw'
AND `meta_value` != ''
AND post_id = 537994
ORDER BY `wp_postmeta`.`meta_key` DESC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment