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:
Родитель
3e3b5b6732
Коммит
e20ca5ad81
|
@ -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 {
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"customtabs": "https://developers.google.com/web/android/custom-tabs/",
|
||||
"installtohomescreen": "https://developers.google.com/web/fundamentals/app-install-banners/"
|
||||
}
|
Загрузка…
Ссылка в новой задаче