Skip to content

Instantly share code, notes, and snippets.

@nholman7
Created February 26, 2018 23:57
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 nholman7/18cdb42fb2a16f24a4bf3ae2400633b7 to your computer and use it in GitHub Desktop.
Save nholman7/18cdb42fb2a16f24a4bf3ae2400633b7 to your computer and use it in GitHub Desktop.
Remove Yoast SEO canonical
<?php
/********* DO NOT COPY THE PARTS ABOVE THIS LINE *********/
/* Remove Yoast SEO Canonical From All Pages
* Credit: Yoast Team
* Last Tested: Jun 16 2017 using Yoast SEO 4.9 on WordPress 4.8
*/
add_filter( 'wpseo_canonical', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment