DEV Community

Kholipha Ahmmad Al-Amin
Kholipha Ahmmad Al-Amin

Posted on

Advanced SEO in Next.js: Implementing JSON-LD for Answer Engines

With the rise of Generative AI (Google AI Overviews, Perplexity), traditional SEO is evolving into AEO (Answer Engine Optimization) and GEO (Generative Engine Optimization).

When engineering Dokkho Tech, we built a deeply integrated JSON-LD Knowledge Graph directly into our Next.js App Router.

How We Did It

We dynamically inject script tags with application/ld+json payloads into our server-side layout.tsx files. This ensures that web crawlers instantly understand the complex relationships between our 9 departments, our curriculum, and our parent entity, EquiSaaS BD.

Furthermore, we maintain a highly optimized llms.txt file at our root to provide LLM crawlers with markdown-native context about our entire platform.

See the results live at dokkho.tech.

Top comments (0)