Skip to content

Instantly share code, notes, and snippets.

@StephanSchmidt
Last active December 11, 2015 03:28
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 StephanSchmidt/4537408 to your computer and use it in GitHub Desktop.
Save StephanSchmidt/4537408 to your computer and use it in GitHub Desktop.
Example Config Usage
var _seo = { 'em_check': false };
(function() {
var seo = document.createElement('script'); seo.type = 'text/javascript'; seo.async = true;
seo.src = 'seochecker.min.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(seo, s);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment