mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-17 09:45:29 +00:00
feat: add robots.txt
This commit is contained in:
parent
4cd93ef45c
commit
7b06137c3e
@ -2,6 +2,7 @@
|
||||
"name": "Domain Watchdog",
|
||||
"short_name": "Domain Watch",
|
||||
"start_url": ".",
|
||||
"orientation": "landscape",
|
||||
"display": "standalone",
|
||||
"background_color": "#fff",
|
||||
"description": "A standalone app that collects open access information about domain names, helping users track the history and changes associated with domain names. "
|
||||
|
||||
2
public/robots.txt
Normal file
2
public/robots.txt
Normal file
@ -0,0 +1,2 @@
|
||||
User-agent: *
|
||||
Disallow: /
|
||||
@ -5,6 +5,19 @@
|
||||
<meta name="viewport"
|
||||
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<meta name="title" content="Domain Watchdog Dashboard">
|
||||
<meta name="description"
|
||||
content="A standalone app that collects open access information about domain names, helping users track the history and changes associated with domain names.">
|
||||
<meta name="keywords" content="api, tracking, whois, domain, rdap, watchdog">
|
||||
<meta name="robots" content="noindex, follow">
|
||||
|
||||
<meta property="og:type" content="website"/>
|
||||
<meta property="og:title" content="Domain Watchdog Dashboard"/>
|
||||
<meta property="og:description"
|
||||
content="A standalone app that collects open access information about domain names, helping users track the history and changes associated with domain names."/>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="language" content="English">
|
||||
<link rel="manifest" href="/manifest.json"/>
|
||||
<title>Domain Watchdog</title>
|
||||
{{ encore_entry_link_tags('app') }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user