Skip to content

Commit c599a11

Browse files
committed
Fix meta data
1 parent 79eb5ed commit c599a11

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

public/index.html

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,24 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width,initial-scale=1.0">
77
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
8+
<link rel="icon" type="image/png" href="https://d15omoko64skxi.cloudfront.net/wp-content/uploads/2016/05/cc-site-icon-300x300.png" sizes="192x192">
9+
<link rel="apple-touch-icon-precomposed" href="https://d15omoko64skxi.cloudfront.net/wp-content/uploads/2016/05/cc-site-icon-300x300.png">
810
<meta name="twitter:card" content="summary" />
911
<meta name="twitter:site" content="@creativecommons" />
1012
<meta name="twitter:creator" content="@creativecommons" />
11-
<meta property="og:url" content="https://creativecommons.org/choose/" />
12-
<meta property="og:title" content="Creative Commons License Chooser" />
13-
<meta property="og:description" content="This chooser helps you determine which Creative Commons License is right for you in a few easy steps." />
14-
<meta property="og:image" content="https://d15omoko64skxi.cloudfront.net/wp-content/uploads/2019/11/WP-Plugin-Screenshot-440x250.png" />
13+
<meta property="og:url" content="https://beta-chooser.creativecommons.org" />
14+
<meta property="og:title" content="Choose a License" />
15+
<meta property="og:type" content="website">
16+
<meta property="og:description" content="Want to license your work with Creative Commons, but not sure where to start, or which license is right for you? Use our license chooser!" />
17+
<meta property="og:image" content="https://d15omoko64skxi.cloudfront.net/wp-content/uploads/2016/05/cc-site-icon-300x300.png" />
1518
<meta property="og:locale" content="en_US" />
1619
<meta property="og:locale:alternate" content="ru_RU" />
1720
<title>Creative Commons License Chooser</title>
1821
</head>
1922
<body>
2023
<noscript>
21-
<strong>We're sorry but hello doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
24+
<strong>We're sorry but License Chooser doesn't work properly without JavaScript enabled. Please enable it to
25+
continue.</strong>
2226
</noscript>
2327
<div id="app"></div>
2428
<!-- built files will be auto injected -->

0 commit comments

Comments
 (0)