Skip to content

Instantly share code, notes, and snippets.

@the-teacher
Last active October 21, 2015 17:16
Show Gist options
  • Save the-teacher/147aca41fc7745b9a287 to your computer and use it in GitHub Desktop.
Save the-teacher/147aca41fc7745b9a287 to your computer and use it in GitHub Desktop.
SEO data
$('h1').text()
$('h2').text()
$('h3').text()
$('title').text()
$('[name=keywords]').attr('content')
$('[name=description]').attr('content')
$('strong,b').text()
$('em,i').text()
$('a').text()
$('noindex').text()
$('[property="og:image"]').attr('content')
$('[property="og:title"]').attr('content')
$('[property="og:description"]').attr('content')
$('[property="og:site_name"]').attr('content')
$('[property="section:published_time"]').attr('content')
$('[property="section:modified_time"]').attr('content')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment