Skip to content

Commit def035f

Browse files
committed
Revert "refactor: drop schema.org"
This reverts commit 5235d9c.
1 parent 5235d9c commit def035f

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/index.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="en">
2+
<html prefix="og: http://ogp.me/ns#" lang="en" itemscope itemtype="http://schema.org/WebPage">
33
<head>
44
<meta charset="utf-8" />
55
<title>Testing Playground</title>
@@ -51,6 +51,15 @@
5151
<meta name="language" content="en" />
5252
<link rel="canonical" href="https://testing-playground.com" />
5353

54+
<!-- Schema.org -->
55+
<meta itemprop="name" content="Testing Playground" />
56+
<meta
57+
itemprop="description"
58+
content="Simple and complete DOM testing playground that encourage good testing practices."
59+
/>
60+
<meta itemprop="image" content="../public/310-production.png" />
61+
<meta property="image:alt" content="Testing Playground mascot Froggy" />
62+
5463
<!-- Facebook OpenGraph -->
5564
<meta property="og:url" content="https://testing-playground.com/" />
5665
<meta property="og:type" content="website" />

0 commit comments

Comments
 (0)