mirror of
https://github.com/Leaflet/Leaflet.git
synced 2025-07-29 11:53:03 +00:00
website: A couple of site SEO fixes (#8229)
* `noindex` the site's dialog * Unique title for `reference-versions.html`
This commit is contained in:
@ -8,6 +8,7 @@ root: "../"
|
|||||||
<base target="_top">
|
<base target="_top">
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<meta name="robots" content="noindex">
|
||||||
{% capture root %}{% if page.root %}{{ page.root }}{% else %}{{ layout.root }}{% endif %}{% endcapture %}
|
{% capture root %}{% if page.root %}{{ page.root }}{% else %}{{ layout.root }}{% endif %}{% endcapture %}
|
||||||
<link rel="stylesheet" href="{{ root }}docs/css/normalize.css">
|
<link rel="stylesheet" href="{{ root }}docs/css/normalize.css">
|
||||||
<link rel="stylesheet" href="{{ root }}docs/css/main.css">
|
<link rel="stylesheet" href="{{ root }}docs/css/main.css">
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
layout: v2
|
layout: v2
|
||||||
title: Documentation
|
title: API reference versions
|
||||||
bodyclass: api-page
|
bodyclass: api-page
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -8,7 +8,7 @@ bodyclass: api-page
|
|||||||
|
|
||||||
<p>This page lists the API references for several Leaflet versions.</p>
|
<p>This page lists the API references for several Leaflet versions.</p>
|
||||||
|
|
||||||
<p><ul>
|
<ul>
|
||||||
<li><a href='reference-0.7.7.html'>API reference for 0.7.x</a>
|
<li><a href='reference-0.7.7.html'>API reference for 0.7.x</a>
|
||||||
<li><a href='reference-1.0.3.html'>API reference for 1.0.3</a>
|
<li><a href='reference-1.0.3.html'>API reference for 1.0.3</a>
|
||||||
<li><a href='reference-1.1.0.html'>API reference for 1.1.0</a>
|
<li><a href='reference-1.1.0.html'>API reference for 1.1.0</a>
|
||||||
@ -19,4 +19,4 @@ bodyclass: api-page
|
|||||||
<li><a href='reference-1.6.0.html'>API reference for 1.6.0</a>
|
<li><a href='reference-1.6.0.html'>API reference for 1.6.0</a>
|
||||||
<li><a href='reference-1.7.1.html'>API reference for 1.7.1</a>
|
<li><a href='reference-1.7.1.html'>API reference for 1.7.1</a>
|
||||||
<li><a href='reference.html'>API reference for 1.8.0</a>
|
<li><a href='reference.html'>API reference for 1.8.0</a>
|
||||||
</ul></p>
|
</ul>
|
||||||
|
Reference in New Issue
Block a user