Last active
October 21, 2015 17:16
-
-
Save the-teacher/147aca41fc7745b9a287 to your computer and use it in GitHub Desktop.
SEO data
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$('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