spider dir added
This commit is contained in:
parent
0472c452b2
commit
c1ced84eaa
|
@ -0,0 +1,66 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<meta name="keywords" content="Test, Spider">
|
||||||
|
<meta property="og:description" content="This is the description of the page">
|
||||||
|
<title>Spider test page</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<h1>This is a header</h1>
|
||||||
|
|
||||||
|
<p>This is a paragraph</p>
|
||||||
|
|
||||||
|
<a href="https://file.brz9.dev/cdn/css/animate.min.css">Link to animate.min.css</a>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{
|
||||||
|
"@context": "http://schema.org",
|
||||||
|
"@type": "Organization",
|
||||||
|
"name": "brz9.dev",
|
||||||
|
"url": "https://brz9.dev"
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{
|
||||||
|
"@context": "http://schema.org",
|
||||||
|
"@type": "Product",
|
||||||
|
"name": "brz9.dev",
|
||||||
|
"url": "https://brz9.dev"
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{
|
||||||
|
"@context": "https://schema.org/",
|
||||||
|
"@type": "Product",
|
||||||
|
"url": "https://www.keychron.com/products/keychron-k10-pro-qmk-via-wireless-mechanical-keyboard",
|
||||||
|
"name": "Spider Test",
|
||||||
|
"description": "This is just a dummy test",
|
||||||
|
"brand": {
|
||||||
|
"@type": "Brand",
|
||||||
|
"name": "brz9.dev"
|
||||||
|
},
|
||||||
|
"sku": "brz9-test-0001",
|
||||||
|
"weight": "0.0kg",
|
||||||
|
"offers": [
|
||||||
|
{
|
||||||
|
"@type": "Offer",
|
||||||
|
"priceCurrency": "USD",
|
||||||
|
"price": "00.00",
|
||||||
|
"priceValidUntil": "2069-01-01",
|
||||||
|
"availability": "https://schema.org/InStock",
|
||||||
|
"itemCondition": "https://schema.org/NewCondition",
|
||||||
|
"sku": "brz9-test-0001",
|
||||||
|
"name": "Spider Test"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
</html>
|
Loading…
Reference in New Issue