forked from plotly/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
seo.html
executable file
·25 lines (22 loc) · 2.03 KB
/
seo.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!-- SEO Tags - title, meta_description -->
<title>{% if page.title != "" or page.title != nil %}{{page.title}}{% elsif page.name != "" or page.name != nil%}{{page.name}}{% else %} Plotly | Online Graphing for Everyone{% endif %}</title>
<meta name="description" content="{% if page.description %}{{page.description}}{% else %}Plotly is the easiest way to graph and share your data.{% endif %}">
<!-- Bing tags -->
<meta name="msvalidate.01" content="D319859A832F9F1D15A7646E2A42150A" />
<!-- Facebook tags -->
<meta property="og:title" content="{% if page.name %}{{page.name}}{% else %}plotly{% endif %}"/>
<meta property="og:type" content="website"/>
<meta property="og:image" content="{% if page.imageurl %}{{site.staticurl}}{{page.imageurl}}{% else %}{% if page.thumbnail%}{{site.imgurl}}{{page.thumbnail}}{%else%}https://help.plot.ly/images/twitter-default.png{% endif %}{% endif %}">
<meta property="og:description" content="{% if page.description %}{{page.description}}{% else %}Plotly is the easiest way to graph and share your data.{% endif %}"/>
<meta property="og:url" />
<meta property="fb:admins" content="1123751525"/>
<meta property="fb:admins" content="22418"/>
<!-- twitter tags -->
<meta name="twitter:card" content="photo" />
<meta name="twitter:title" content="{% if page.name %}{{page.name}}{% else %}plotly{% endif %}"/>
<meta name="twitter:url" content="{% if page.permalink %}https://help.plot.ly{{page.permalink}}{% endif %}"/>
<meta name="twitter:description" content="{% if page.description %}{{page.description}}{% else %}Plotly is the easiest way to graph and share your data.{% endif %}"/>
<meta name="twitter:image" content="{% if page.imageurl %}{{site.staticurl}}{{page.imageurl}}{% else %}{% if page.thumbnail%}{{site.imgurl}}{{page.thumbnail}}{%else%}https://help.plot.ly/images/twitter-default.png{% endif %}{% endif %}">
<meta name="twitter:site" content="@plotlygraphs"/>
<!-- Favicon -->
<link rel="shortcut icon" href="{{site.staticurl}}/images/plotly-ico.png?v=2" />