EU Age Verification Blueprint

ageverification.dev

The EU Age Verification Blueprint is a technical specification and reference implementation developed by the European Commission to standardize age verification processes across the European Union. It utilizes Zero-Knowledge Proof cryptography to allow users to prove their age for online services without disclosing additional personal data, ensuring privacy by design. The solution supports compliance with regulations such as the Digital Services Act and is designed for integration into European Digital Identity Wallets or standalone applications.

LLM mention score The LLM mention score is the total number of mentions of this brand in different LLM chatbots, normalized to the scale from 0 to 100. You can get actual, non-normalized numbers via the LLM Mention API from DataForSEO.

Normalized 0–100 · last 8 weeks

DataForSEO API

Get LLM mention data of any company via DataForSEO API

Get access to the structured data on keyword, brand, and website mentions in LLMs, including metrics like AI search volume, impressions, and mentions count. 

How to get LLM mention data →
// Fetch EU Age Verification Blueprint mentions
POST v3/ai_optimization/llm_mentions/search/live
[
    {
        "target": [
            {
                "keyword": "EU Age Verification Blueprint",
                "search_scope": ["any"]
            }
        ],
        "platform": "chat_gpt",
        "order_by" : ["ai_search_volume,desc"]
    }
]