File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
- < html lang ="en ">
2
+ < html prefix =" og: http://ogp.me/ns# " lang ="en " itemscope itemtype =" http://schema.org/WebPage ">
3
3
< head >
4
4
< meta charset ="utf-8 " />
5
5
< title > Testing Playground</ title >
51
51
< meta name ="language " content ="en " />
52
52
< link rel ="canonical " href ="https://testing-playground.com " />
53
53
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
+
54
63
<!-- Facebook OpenGraph -->
55
64
< meta property ="og:url " content ="https://testing-playground.com/ " />
56
65
< meta property ="og:type " content ="website " />
You can’t perform that action at this time.
0 commit comments