Skip to content

Commit 5235d9c

Browse files
committed
refactor: drop schema.org
- presumably cause for repeated titles in Discord
1 parent bb26d10 commit 5235d9c

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

src/index.html

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html prefix="og: http://ogp.me/ns#" lang="en" itemscope itemtype="http://schema.org/WebPage">
2+
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
55
<title>Testing Playground</title>
@@ -51,15 +51,6 @@
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-
6354
<!-- Facebook OpenGraph -->
6455
<meta property="og:url" content="https://testing-playground.com/" />
6556
<meta property="og:type" content="website" />

0 commit comments

Comments
 (0)