OPEN PROTOCOL
AQA Hub
Offener Aggregator für AQA-Benachrichtigungen. Publisher melden Updates, KI-Systeme entdecken frische Inhalte.
1
Publisher6
Updates1
LänderSo funktioniert es
1
AQA auf Ihrer FAQ implementieren
Fügen Sie AQA-Markup (Basic, Standard oder Full) zu Ihren FAQ-Seiten hinzu.
2
Hub benachrichtigen
Senden Sie eine POST-Anfrage mit Ihrer FAQ-URL. Der Hub validiert automatisch.
3
KI-Systeme entdecken Ihre Inhalte
KI-Crawler fragen die Hub-API ab, um frische FAQ-Inhalte zu finden.
aqa_hub.markup_title
aqa_hub.markup_desc
<!-- AQA Standard v1.0 — à placer dans le <head> de votre page FAQ -->
<script type="application/ld+json">
{
"@context": ["https://schema.org", {"aqa": "https://aqa-spec.org/vocab#"}],
"@type": "Article",
"headline": "FAQ — Votre produit",
"description": "Questions fréquentes sur votre produit / service.",
"inLanguage": "fr",
"datePublished": "2026-04-18",
"dateModified": "2026-04-18",
"conformanceLevel": "standard",
"author": {"@type": "Organization", "name": "Votre entreprise"},
"publisher": {"@type": "Organization", "name": "Votre entreprise", "url": "https://votre-site.com"},
"updateFrequency": "monthly",
"about": {"@type": "Thing", "name": "Votre domaine"},
"mainEntity": {
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "Question 1 ?",
"dateCreated": "2026-04-18",
"dateModified": "2026-04-18",
"questionVersion": "1.0",
"inLanguage": "fr",
"citation": {"@type": "CreativeWork", "url": "https://votre-site.com/source"},
"acceptedAnswer": {
"@type": "Answer",
"text": "Réponse claire et factuelle (80-200 mots).",
"inLanguage": "fr"
}
}
]
}
}
</script>
# Puis notifiez le Hub (un appel par URL mise à jour) :
curl -X POST https://ailabsaudit.com/api/aqa/notify \
-H "Content-Type: application/json" \
-d '{"url":"https://votre-site.com/faq"}'
API
POST /api/aqa/notify
Benachrichtigen Sie den Hub über ein FAQ-Update. Kein API-Schlüssel erforderlich.
# Notify the Hub
curl -X POST https://ailabsaudit.com/api/aqa/notify \
-H "Content-Type: application/json" \
-d '{"url": "https://your-site.com/faq"}'
# Response (201)
{"status": "accepted", "conformance_level": "standard", "questions_count": 12}
GET /api/aqa/updates
Aktuelle AQA-Updates abfragen. Nach Land, Branche, Sprache und Datum filtern.
# Query French tech updates from the last week
curl "https://ailabsaudit.com/api/aqa/updates?country=FR§or=tech&since=2026-04-01"
# Other endpoints
GET /api/aqa/stats # Public stats
GET /api/aqa/publishers # Active publishers list
Neueste Updates
standard
ailabsaudit.com
https://ailabsaudit.com
7 Q · 18/04 12:55
standard
ailabsaudit.com
https://ailabsaudit.com/vitrine/marbrerie-carrara
6 Q · 18/04 12:27
standard
ailabsaudit.com
https://ailabsaudit.com/vitrine/ai-labs-audit
6 Q · 18/04 12:27
standard
ailabsaudit.com
https://ailabsaudit.com/agences
7 Q · 18/04 12:19
standard
ailabsaudit.com
https://ailabsaudit.com/
7 Q · 18/04 12:19
standard
ailabsaudit.com
https://ailabsaudit.com/faq
28 Q · 18/04 12:16