mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-17 09:45:29 +00:00
chore: update meta tags
This commit is contained in:
parent
211bb0f8d1
commit
523b951eaa
@ -68,6 +68,7 @@ git clone https://github.com/maelgangloff/domain-watchdog.git
|
||||
public/contents/tos.md
|
||||
public/contents/faq.md
|
||||
public/images/icons-512.png
|
||||
public/images/banner.png
|
||||
public/favicon.ico
|
||||
~~~
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
# Domain Watchdog
|
||||
|
||||
Domain Watchdog is a standalone application that collects RDAP open access information about domain names, to track
|
||||
their history and purchase them.
|
||||
Domain Watchdog is a standalone application that utilizes RDAP to gather publicly accessible information about domain
|
||||
names, track their history, and automatically purchase them.
|
||||
|
||||
## Why use it?
|
||||
|
||||
|
||||
@ -5,20 +5,27 @@
|
||||
<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="title" content="Domain Watchdog">
|
||||
<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.">
|
||||
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:title" content="Domain Watchdog"/>
|
||||
<meta property="og:image" content="{{ asset('images/banner.png') }}">
|
||||
<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."/>
|
||||
content="A standalone app that collects open access information about domain names, helping users track the history and changes associated with domain names"/>
|
||||
<meta property="og:site_name" content="Domain Watchdog"/>
|
||||
|
||||
<meta property="twitter:card" content="summary"/>
|
||||
<meta property="twitter:title" content="Domain Watchdog"/>
|
||||
<meta property="twitter: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 property="twitter:image" content="{{ asset('images/banner.png') }}"/>
|
||||
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="language" content="English">
|
||||
<link rel="manifest" href="/manifest.json"/>
|
||||
<link rel="manifest" href="{{ asset('manifest.json') }}"/>
|
||||
<title>Domain Watchdog</title>
|
||||
{{ encore_entry_link_tags('app') }}
|
||||
</head>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user