Actuent
gandi.net

Gandi.net

Gandi.net offers domain registration, web hosting, SSL certificates, email services, VPS, and cloud infrastructure. Users can launch websites, secure them with SSL, create custom email addresses, and manage everything via a user-friendly interface or API. The platform supports open-source CMS installations, advanced DNS, and offers 50% off first website subscription.

55
Partly agent-ready
Agent-readiness score out of 100
  • ✓ Clear description of the site
  • ✓ Several pages described
  • ✓ Actions agents can take
  • ✓ 3 or more actions
  • ○ Publishes its own LAWP (/.well-known/lawp.json)
  • ○ Actions agents can execute
  • ○ Business details (address, hours, phone)

How to improve this score

Up to +45 points:
+15 · Publishes its own LAWP (/.well-known/lawp.json)
Publish your starter lawp.json at /.well-known/lawp.json. WordPress: install the Actuent plugin. Cloudflare: use the one-click Worker.
+15 · Actions agents can execute
Give an action an endpoint on your domain so agents can do it for the user, not just link to it. See LAWP Actions.
+15 · Business details (address, hours, phone)
Add schema.org business data to your homepage (the starter snippet). Google uses it too.
Starter lawp.json for gandi.net
Made from what Actuent already knows. Edit it, then publish it at https://gandi.net/.well-known/lawp.json. Check it with the LAWP Checker, or edit it in the LAWP Generator.
{
  "lawp_version": "0.3",
  "domain": "gandi.net",
  "name": "Gandi.net",
  "language": "en",
  "pages": {
    "/": {
      "title": "Gandi.net: Domain Names, Web Hosting, SSL Certificates and Emails",
      "content": "Gandi.net offers domain registration, web hosting, SSL certificates, email services, VPS, and cloud infrastructure. Users can launch websites, secure them with SSL, create custom email addresses, and manage everything via a user-friendly interface or API. The platform supports open-source CMS installations, advanced DNS, and offers 50% off first website subscription."
    },
    "/es/about-us": {
      "title": "Quiénes somos - Gandi.net",
      "content": "Saltar al contenido principal Ingresar Create a website Create a website Create a website Explore our solutions for easily creating your website Create a website Create a showcase website Promote your business online and make improve your reachability with a showcase website Create a showcase websit"
    },
    "/fr/about-us": {
      "title": "Qui sommes-nous ? - Gandi.net",
      "content": "Aller à contenu principal Connexion Créer un site web Créer un site web Créer un site internet Découvrez toutes nos solutions pour créer un site internet facilement Créer un site internet Créer un site vitrine Faites connaître votre activité en ligne avec un site vitrine et facilitez la prise de con"
    },
    "/es/domain/tld/book": {
      "title": ".book Domain Names - Gandi.net",
      "content": "Saltar al contenido principal Ingresar Create a website Create a website Create a website Explore our solutions for easily creating your website Create a website Create a showcase website Promote your business online and make improve your reachability with a showcase website Create a showcase websit"
    },
    "/fr/domain/tld/book": {
      "title": ".book Domain Names - Gandi.net",
      "content": "Aller à contenu principal Connexion Créer un site web Créer un site web Créer un site internet Découvrez toutes nos solutions pour créer un site internet facilement Créer un site internet Créer un site vitrine Faites connaître votre activité en ligne avec un site vitrine et facilitez la prise de con"
    },
    "/es/domain/tld/contact": {
      "title": ".contact Domain Names - Gandi.net",
      "content": "Saltar al contenido principal Ingresar Create a website Create a website Create a website Explore our solutions for easily creating your website Create a website Create a showcase website Promote your business online and make improve your reachability with a showcase website Create a showcase websit"
    },
    "/fr/domain/tld/contact": {
      "title": ".contact Domain Names - Gandi.net",
      "content": "Aller à contenu principal Connexion Créer un site web Créer un site web Créer un site internet Découvrez toutes nos solutions pour créer un site internet facilement Créer un site internet Créer un site vitrine Faites connaître votre activité en ligne avec un site vitrine et facilitez la prise de con"
    },
    "/fr/digital-service-act-transparency-report": {
      "title": "Règlement sur les services numériques – Rapport de transparence - Gandi.net",
      "content": "Aller à contenu principal Connexion Créer un site web Créer un site web Créer un site internet Découvrez toutes nos solutions pour créer un site internet facilement Créer un site internet Créer un site vitrine Faites connaître votre activité en ligne avec un site vitrine et facilitez la prise de con"
    },
    "/en-US/digital-service-act-transparency-report": {
      "title": "DIGITAL SERVICE ACT - Transparency report - Gandi.net",
      "content": "Skip to main content Log in Create a website Create a website Create a website Explore our solutions for easily creating your website Create a website Create a showcase website Promote your business online and improve your reachability with a showcase website Create a showcase website Open an e-comm"
    }
  },
  "actions": [
    {
      "id": "register-domain",
      "name": "Register Domain",
      "input": {
        "type": "text",
        "required": true
      },
      "intent": [
        "register_domain",
        "domain_registration",
        "purchase"
      ],
      "description": "Register a new domain name with Gandi.net"
    },
    {
      "id": "create-website",
      "name": "Create Website",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "website_creation",
        "hosting",
        "cms_install"
      ],
      "description": "Launch a new website with Gandi's hosting and CMS templates"
    },
    {
      "id": "get-ssl",
      "name": "Get SSL Certificate",
      "input": {
        "type": "text",
        "required": true
      },
      "intent": [
        "ssl_certificate",
        "security",
        "https"
      ],
      "description": "Obtain an SSL certificate for your domain"
    },
    {
      "id": "contact-support",
      "name": "Contact Support",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "support",
        "contact",
        "help"
      ],
      "description": "Reach out to Gandi support for assistance"
    },
    {
      "id": "contact",
      "name": "Contact",
      "description": "Send a message to Gandi.net",
      "intent": [
        "contact",
        "message",
        "email",
        "get in touch"
      ],
      "input": {
        "type": "object",
        "required": true,
        "fields": [
          {
            "name": "name",
            "type": "string",
            "required": true
          },
          {
            "name": "email",
            "type": "email",
            "required": true
          },
          {
            "name": "message",
            "type": "string",
            "required": true
          }
        ]
      }
    }
  ]
}
Starter schema.org snippet
Replace the example values, then paste into your homepage's <head>.
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "LocalBusiness",
  "name": "Gandi.net",
  "url": "https://gandi.net",
  "telephone": "+00 0000 0000",
  "priceRange": "€€",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Street 1",
    "postalCode": "0000",
    "addressLocality": "City",
    "addressCountry": "DK"
  },
  "openingHoursSpecification": [
    {
      "@type": "OpeningHoursSpecification",
      "dayOfWeek": [
        "Monday",
        "Tuesday",
        "Wednesday",
        "Thursday",
        "Friday"
      ],
      "opens": "09:00",
      "closes": "17:00"
    }
  ]
}
</script>

What AI agents can do here

Register Domain
Register a new domain name with Gandi.net
register_domaindomain_registrationpurchase
Create Website
Launch a new website with Gandi's hosting and CMS templates
website_creationhostingcms_install
Get SSL Certificate
Obtain an SSL certificate for your domain
ssl_certificatesecurityhttps
Contact Support
Reach out to Gandi support for assistance
supportcontacthelp

Pages

Gandi.net: Domain Names, Web Hosting, SSL Certificates and Emails /
Gandi.net offers domain registration, web hosting, SSL certificates, email services, VPS, and cloud infrastructure. Users can launch websites, secure them with SSL, create custom email addresses, and manage everything via a user-friendly interface or API. The platform supports op
Quiénes somos - Gandi.net /es/about-us
Saltar al contenido principal Ingresar Create a website Create a website Create a website Explore our solutions for easily creating your website Create a website Create a showcase website Promote your business online and make improve your reachability with a showcase website Crea
Qui sommes-nous ? - Gandi.net /fr/about-us
Aller à contenu principal Connexion Créer un site web Créer un site web Créer un site internet Découvrez toutes nos solutions pour créer un site internet facilement Créer un site internet Créer un site vitrine Faites connaître votre activité en ligne avec un site vitrine et facil
.book Domain Names - Gandi.net /es/domain/tld/book
Saltar al contenido principal Ingresar Create a website Create a website Create a website Explore our solutions for easily creating your website Create a website Create a showcase website Promote your business online and make improve your reachability with a showcase website Crea
.book Domain Names - Gandi.net /fr/domain/tld/book
Aller à contenu principal Connexion Créer un site web Créer un site web Créer un site internet Découvrez toutes nos solutions pour créer un site internet facilement Créer un site internet Créer un site vitrine Faites connaître votre activité en ligne avec un site vitrine et facil
.contact Domain Names - Gandi.net /es/domain/tld/contact
Saltar al contenido principal Ingresar Create a website Create a website Create a website Explore our solutions for easily creating your website Create a website Create a showcase website Promote your business online and make improve your reachability with a showcase website Crea
.contact Domain Names - Gandi.net /fr/domain/tld/contact
Aller à contenu principal Connexion Créer un site web Créer un site web Créer un site internet Découvrez toutes nos solutions pour créer un site internet facilement Créer un site internet Créer un site vitrine Faites connaître votre activité en ligne avec un site vitrine et facil
Règlement sur les services numériques – Rapport de transparence - Gandi.net /fr/digital-service-act-transparency-report
Aller à contenu principal Connexion Créer un site web Créer un site web Créer un site internet Découvrez toutes nos solutions pour créer un site internet facilement Créer un site internet Créer un site vitrine Faites connaître votre activité en ligne avec un site vitrine et facil
DIGITAL SERVICE ACT - Transparency report - Gandi.net /en-US/digital-service-act-transparency-report
Skip to main content Log in Create a website Create a website Create a website Explore our solutions for easily creating your website Create a website Create a showcase website Promote your business online and improve your reachability with a showcase website Create a showcase we

For AI agents

Get this site as structured JSON:
GET https://api.actuent.ai/api/search?q=gandi.net
Or connect Actuent to ChatGPT or Claude: https://agents.actuent.ai/api/mcp
Last updated 23 Sep 2026

Is this your site?

Claim gandi.net to edit what AI agents see, make your actions executable, and show your score:
Claim this site →   WordPress, Cloudflare & Shopify →
Show your score: <script src="https://api.actuent.ai/badge.js" data-domain="gandi.net" async></script> or the image https://api.actuent.ai/badge.svg?domain=gandi.net&style=card

Actuent is a search engine for AI agents, made by localilabs. Data is generated automatically from public web content and may be incomplete.