mirror of
https://github.com/github/choosealicense.com
synced 2024-12-22 12:50:24 +01:00
add microdata site name
This commit is contained in:
parent
2caf7043fa
commit
d882e69ec1
@ -1,6 +1,6 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head itemscope itemtype="http://schema.org/WebSite">
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
|
|
||||||
|
@ -14,11 +14,12 @@
|
|||||||
<title>{{ seo_title }}</title>
|
<title>{{ seo_title }}</title>
|
||||||
<meta property="og:title" content="{{ seo_title }}"/>
|
<meta property="og:title" content="{{ seo_title }}"/>
|
||||||
<meta property="og:site_name" content="{{ site.title }}"/>
|
<meta property="og:site_name" content="{{ site.title }}"/>
|
||||||
|
<title itemprop='name'>{{ site.title }}</title>
|
||||||
|
|
||||||
<meta name="description" content="{{ seo_description }}">
|
<meta name="description" content="{{ seo_description }}">
|
||||||
<meta property='og:description' content="{{ seo_description }}"/>
|
<meta property='og:description' content="{{ seo_description }}"/>
|
||||||
|
|
||||||
<link rel="canonical" href="{{ site.github.url }}{{ page.url }}"/>
|
<link rel="canonical" href="{{ site.github.url }}{{ page.url }}" itemprop="url"/>
|
||||||
<meta property='og:url' content='{{ site.github.url }}{{ page.url }}'/>
|
<meta property='og:url' content='{{ site.github.url }}{{ page.url }}'/>
|
||||||
<meta property='og:locale' content='en_us'/>
|
<meta property='og:locale' content='en_us'/>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user