Questions? Email [email protected] · All prices are one-time unless stated otherwise
D
Datapad Projects

Installation

Install the NuGet package, grant section access, and open the AEO section.

Install the package

UmbracoGEO ships as a NuGet package for Umbraco 17 LTS (.NET 10).

dotnet add package Datapad.UmbracoGEO

Build and run your site as usual. The package wires itself up automatically — no changes to Program.cs, no template edits, no manual endpoint mapping.

Grant section access

Registering the section makes it available to user groups, not automatically visible. After installing, an admin must enable it:

  1. Go to Users → Groups → Administrators.
  2. Under Sections, enable AEO.
  3. Save. Reload the backoffice (a hard refresh, or restart the site if the new section doesn't appear).

Repeat for any other user group that should see the AEO tools.

Verify

  • The AEO section appears in the backoffice top menu.
  • Visiting /llms.txt on your site returns a generated text map of your content.
  • Opening any page shows an AEO tab in the content editor.

Next: Quick start.