Redirect CustomTabs docs to WebFu

- Adds a JS redirect on customtabs.html
- Adds meta robots noindex to customtabs.html
- Tries to configure redirects.json to trigger server redirects.
This commit is contained in:
Andre Bandarra 2020-06-18 13:01:37 +01:00
Родитель 3e3b5b6732
Коммит e20ca5ad81
2 изменённых файлов: 9 добавлений и 0 удалений

Просмотреть файл

@ -1,5 +1,10 @@
{{+bindTo:partials.standard_multidevice_article}}
<meta name="robots" content="noindex">
<script>
window.location.replace('https://developers.google.com/web/android/custom-tabs/');
</script>
<style>
dd { margin: 0 6px 12px 40px; }
img.inline {

4
android/redirects.json Normal file
Просмотреть файл

@ -0,0 +1,4 @@
{
"customtabs": "https://developers.google.com/web/android/custom-tabs/",
"installtohomescreen": "https://developers.google.com/web/fundamentals/app-install-banners/"
}