aeo
How to fix: /about page with Organization schema
Why this matters
An /about page with Organization schema turns your site from an anonymous content source into a structured, citable entity. AI engines look here first when deciding whether to cite your homepage in answers — no /about, no trust signal.
Background
An /about page with Organization schema turns your site from an anonymous content source into a structured, citable entity. AI engines look here first when deciding whether to cite your homepage in answers — no /about, no trust signal.
References
Schema.org Organization · Google About this result panel
How to fix
Code snippet for each stack we cover. Pick the one matching your server / framework.
nginx
No server config — content page.
apache
Same.
cloudflare
Same.
wordpress
Create an /about page. Add Organization JSON-LD with name, url, description, sameAs (array of social profile URLs).
flask
Add an /about route + template with embedded Organization JSON-LD.
express
Same.
rails
Same.
Verify it's working
Visit /about. Validator.schema.org should report Organization with name + url + description.
Want to know if your site has this issue?
Run a free 53-check audit — security, GDPR, NIS2, and technical SEO.
Audit my site →