Skip to content

Instantly share code, notes, and snippets.

@david-hoicka
Last active August 29, 2015 14:27
Show Gist options
  • Save david-hoicka/f04d2b823157273e6cac to your computer and use it in GitHub Desktop.
Save david-hoicka/f04d2b823157273e6cac to your computer and use it in GitHub Desktop.
Metadata JSON-LD Schema.org Article
<script type="application/ld+json">
{"@context": "http://schema.org",
"@type": "Article",
"name": "Optimized SVG Creative Commons CC BY-NC Attribution-NonCommercial, faster Pagespeed, and accessibility, by David Hoicka",
"url": "http://david-hoicka.github.io/creative-commons-cc-by-nc-svg-optimized/",
"image": "http://david-hoicka.github.io/creative-commons-cc-by-nc-svg-optimized/creative-commons-cc-by-nc.svg",
"thumbnailUrl": "http://david-hoicka.github.io/creative-commons-cc-by-nc-svg-optimized/creative-commons-cc-by-nc.png",
"articleSection": ["Example 1. HTML5 Inline SVG Image Element",
"Example 2. Include SVG using &lt;img&gt; tag",
"Example 3. Using SVG as a CSS Background-Image",
"Example 4. Using Base64 Data URI's for SVG images",
"Summary: Lightweight Optimized SVGs for Creative Commons CC BY-NC Attribution-NonCommercial"],
"datePublished": "2015-08-09",
"headline": "Optimized SVG Creative Commons CC BY-NC Attribution-NonCommercial, faster Pagespeed, and accessibility, by David Hoicka",
"author": ["David Hoicka"],
"creator": ["David Hoicka"],
"keywords": ["Optimized SVG Creative Commons Attribution-NonCommercial, Optimized SVG CC BY-NC, Base64 SVG CC BY-NC, Pagespeed"]
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment