Created
March 23, 2024 08:01
-
-
Save Ladvace/f718cd2e9d68bf247d4d95811fb78b72 to your computer and use it in GitHub Desktop.
This file contains 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
<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