Skip to content

Instantly share code, notes, and snippets.

@Ladvace
Created March 23, 2024 08:00
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 Ladvace/bd50ae483e8ed3dc09fc8348d41a3980 to your computer and use it in GitHub Desktop.
Save Ladvace/bd50ae483e8ed3dc09fc8348d41a3980 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>Party Coffee Cake</title>
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "Recipe",
"name": "Party Coffee Cake",
"author": {
"@type": "Person",
"name": "Mary Stone"
},
"datePublished": "2018-03-10",
"description": "This coffee cake is awesome and perfect for parties.",
"prepTime": "PT20M"
}
</script>
</head>
<body>
<h2>Party coffee cake recipe</h2>
<p>
<i>by Mary Stone, 2018-03-10</i>
</p>
<p>
This coffee cake is awesome and perfect for parties.
</p>
<p>
Preparation time: 20 minutes
</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment