Skip to content

Instantly share code, notes, and snippets.

@dannyshain
Created October 21, 2021 21:08
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 dannyshain/b0de5c7a62fb7f2810152b566dda5faf to your computer and use it in GitHub Desktop.
Save dannyshain/b0de5c7a62fb7f2810152b566dda5faf to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<body>
<head>
<title>Automated Testing for SEO | Regression</title>
<meta name="description" content="Testing SEO data using automation.">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "NewsArticle",
"headline": "Automated Testing for SEO | Regression",
"image": [
"https://via.placeholder.com/1x1",
"https://via.placeholder.com/4x3",
"https://via.placeholder.com/16x9"
],
"datePublished": "2015-02-05T08:00:00+08:00",
"dateModified": "2015-02-05T09:20:00+08:00",
"author": [{
"@type": "Person",
"name": "Jane Doe",
"url": "https://via.placeholder.com/150"
},{
"@type": "Person",
"name": "John Doe",
"url": "https://via.placeholder.com/150"
}]
}
</script>
</head>
<h1>Test Page with SEO data</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment