docs: update documentation

This commit is contained in:
Maël Gangloff
2025-11-22 11:41:10 +01:00
parent db43b1349a
commit afb3b5231c
2 changed files with 30 additions and 2 deletions

View File

@@ -15,3 +15,32 @@ hero:
icon: external
variant: minimal
---
<script type="application/ld+json" set:html={JSON.stringify(
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "WebSite",
"@id": "https://domainwatchdog.eu/#website",
"url": "https://domainwatchdog.eu/fr/",
"inLanguage": "fr",
"name": "Domain Watchdog",
"description": "Une plateforme qui utilise RDAP pour collecter et analyser des informations publiques sur les domaines, suivre leur historique et les acheter lorsqu'ils expirent.",
},
{
"@type": "WebApplication",
"@id": "https://github.com/maelgangloff/domain-watchdog/#app",
"name": "Domain Watchdog",
"inLanguage": "fr",
"headline": "Votre compagnon dans la quête de noms de domaines 🔍",
"description": "Une plateforme qui utilise RDAP pour collecter et analyser des informations publiques sur les domaines, suivre leur historique et les acheter lorsqu'ils expirent.",
"url": "https://domainwatchdog.eu/fr/",
"sameAs": ["https://github.com/maelgangloff/domain-watchdog"],
"featureList": "https://domainwatchdog.eu/fr/features/",
"keywords": "RDAP, WHOIS, Suivi de domaines, Cybersécurité, Self-hosted, PHP, Open Source",
"downloadUrl": "https://domainwatchdog.eu/fr/install-config/install/docker-compose/"
}
]
}
)}/>

View File

@@ -36,6 +36,7 @@ hero:
"@id": "https://github.com/maelgangloff/domain-watchdog/#app",
"name": "Domain Watchdog",
"inLanguage": "en",
"softwareVersion": "1.3.4",
"headline": "Monitor domain names expiration and history via RDAP",
"description": "Self-hosted application for monitoring domain names, tracking RDAP history, and managing expiration alerts.",
"url": "https://domainwatchdog.eu",
@@ -90,7 +91,6 @@ hero:
"name": "Domain Watchdog Source Code",
"codeRepository": "https://github.com/maelgangloff/domain-watchdog",
"codeSampleType": "full",
"softwareVersion": "1.3.4",
"datePublished": "2023-10-01",
"programmingLanguage": [
{
@@ -115,7 +115,6 @@ hero:
"url": "https://domainwatchdog.eu",
"logo": "https://domainwatchdog.eu/logo.png",
"founder": { "@id": "https://maelgangloff.fr#me" },
"maintainer": { "@id": "https://maelgangloff.fr#me" },
"contactPoint": {
"@type": "ContactPoint",
"contactType": "support",