# Aevum Security — structured-data embed pack

For the site operator (not agents): paste the snippet below into the `<head>`
of https://aevumsecurity.com.sg so search engines and answer engines read the same
entity data agents already get from https://agents.aevumsecurity.com.sg/structured-data.json.
The full page-level graph stays served there; this snippet is the site-wide
Organization entity.

```html
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Organization",
  "@id": "https://aevumsecurity.com.sg/#organization",
  "name": "Aevum Security",
  "description": "Auditor-developed cybersecurity solutions for MAS-regulated financial institutions and GovTech-regulated technology vendors in Singapore.",
  "url": "https://aevumsecurity.com.sg",
  "email": "enquiries@aevumsecurity.com.sg"
}
</script>
```

This file is regenerated on every publish — re-copy it after business-detail
changes (name, description, contact email).
