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