website: A couple of site SEO fixes (#8229)

* `noindex` the site's dialog

* Unique title for `reference-versions.html`
This commit is contained in:
Robert Linder
2022-05-11 10:16:19 +02:00
committed by GitHub
parent 5d41dfe4af
commit d6a2465dd6
2 changed files with 4 additions and 3 deletions

View File

@ -8,6 +8,7 @@ root: "../"
<base target="_top">
<meta charset="utf-8">
<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 %}
<link rel="stylesheet" href="{{ root }}docs/css/normalize.css">
<link rel="stylesheet" href="{{ root }}docs/css/main.css">

View File

@ -1,6 +1,6 @@
---
layout: v2
title: Documentation
title: API reference versions
bodyclass: api-page
---
@ -8,7 +8,7 @@ bodyclass: api-page
<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-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>
@ -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.7.1.html'>API reference for 1.7.1</a>
<li><a href='reference.html'>API reference for 1.8.0</a>
</ul></p>
</ul>