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:
- Go to Users → Groups → Administrators.
- Under Sections, enable AEO.
- 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.txton your site returns a generated text map of your content. - Opening any page shows an AEO tab in the content editor.
Next: Quick start.