**
Why modern websites must communicate with AI—not just rank in search results.
**
AI isn't replacing SEO.
It's changing what it means to build a website that's truly understandable.
Developers Are Optimizing for Google. AI Is Watching Something Else.
Why modern websites must communicate with AI—not just rank in search results.
For years, developers have built websites with two audiences in mind:
- 👤 Humans
- 🔎 Search Engines
Today, there's a third audience we can no longer ignore.
🤖 AI Systems.
As AI assistants become a common way to discover information, websites are no longer judged only by how they look or where they rank.
They're increasingly evaluated by how well they communicate meaning.
That shift changes how we should think about web development.
A Realisation While Building My Portfolio
Over the past few weeks, I've been rebuilding and optimising my personal portfolio.
Like many developers, I started with familiar priorities:
- Better UI
- Faster loading
- Responsive layouts
- Lighthouse improvements
- Technical SEO
But while implementing features like Schema.org structured data, Open Graph metadata, canonical URLs, XML sitemaps, and author information, I noticed something interesting.
None of those improvements were primarily for visitors.
Most users would never even know they existed.
Yet they dramatically changed how machines understood my website.
That made me realise something.
We're entering a web where discoverability isn't only about search engines anymore.
It's increasingly about helping AI understand context.
Search Engines Retrieve Information. AI Tries to Understand It.
Search engines traditionally answer one question:
Which pages are most relevant?
Large Language Models attempt to answer another:
Which information is trustworthy enough to explain?
Those questions sound similar.
They aren't.
Traditional search focuses on retrieval.
AI focuses on understanding.
User Question
│
▼
Search Engine
│
Find Relevant Pages
│
▼
Click Result
User Question
│
▼
AI Assistant
│
Understands Context
Evaluates Relationships
Summarises Information
│
▼
Generated Response
Ranking is only part of the second process.
Understanding becomes the real challenge.
Google Reads Pages. AI Builds Relationships.
When people visit your portfolio, they instantly recognise:
- your photo
- colours
- animations
- layout
- navigation
AI doesn't experience your website that way.
Instead, it builds relationships.
Rajshree
│
├── Software Engineer
├── MERN Stack Developer
├── AI & ML
├── Portfolio
├── GitHub
├── LinkedIn
├── Medium
└── Technical Articles
The stronger and more consistent these relationships become across platforms, the easier it is for machines to understand your professional identity.
That's one reason why consistency matters far beyond branding.
Identity Is Becoming Structured Data
Think about where your professional identity exists today.
- Your personal website
- GitHub
- Medium
- Dev.to
- Hashnode
- X
Every platform tells a small part of your story.
When those stories align, search engines—and increasingly AI systems—gain confidence in understanding who you are.
When they don't, ambiguity increases.
That's exactly why technologies like Schema.org have become so valuable.
Here's a simple example.
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Rajshree",
"jobTitle": "Software Engineer",
"url": "https://rjshree.com",
"sameAs": [
"https://github.com/itsrjshree",
"https://linkedin.com/in/rjshree",
"https://dev.to/rjshree",
"https://rjshree.hashnode.dev"
]
}
Visitors will never notice this.
But machines will.
This small piece of structured data answers several important questions instantly.
- Who owns this website?
- Which profiles belong to the same person?
- What is this person's profession?
- Which website is the official one?
That isn't just SEO.
That's communication.
The Shift From Keywords to Entities
For years, SEO conversations revolved around keywords.
Developers asked questions like:
Which keyword should I target?
Today, another concept has become increasingly important:
Entities
An entity is something uniquely identifiable.
Examples include:
- React
- MongoDB
- JavaScript
- OpenAI
- Rajshree
Notice something.
Those aren't merely words.
They're concepts with relationships.
Instead of matching keywords, AI attempts to connect knowledge.
Rajshree
│
├── Profession → Software Engineer
├── Skills → MERN Stack
├── Skills → AI & ML
├── Website → rjshree.com
├── Writes → Technical Articles
└── Builds → Web Applications
That's a much richer understanding than simply counting keyword occurrences.
Invisible Layers Matter More Than Ever
When developers showcase a portfolio, the focus usually stays on what users can see.
- Animations
- Typography
- Colours
- Hero sections
- Glassmorphism
- 3D effects
Those certainly improve user experience.
But another layer quietly powers modern discoverability.
Modern Website
Visible Layer
──────────────
✔ UI
✔ Images
✔ Typography
✔ Animations
✔ Content
Invisible Layer
──────────────
✔ Structured Data
✔ Metadata
✔ Open Graph
✔ robots.txt
✔ XML Sitemap
✔ Canonical URLs
✔ Semantic HTML
✔ Performance Signals
✔ Author Identity
Ironically, AI spends far more time analysing the invisible layer than admiring your animations.
A beautiful portfolio with poor structure is like a beautifully designed book without a title, author, or table of contents.
People may still appreciate it.
Machines struggle to understand it.
A Practical Example
While rebuilding rjshree.com, I realised that most improvements I made weren't visual.
Visitors probably wouldn't notice when I:
- added Schema.org structured data,
- connected my professional profiles using
sameAs, - improved Open Graph metadata,
- configured canonical URLs,
- generated an XML sitemap,
- refined robots.txt,
- or optimised page performance.
Yet these changes significantly improved how machines could interpret my website.
That experience completely changed how I think about modern web development.
Building a website isn't only about designing interfaces anymore.
It's also about communicating information clearly—to humans, search engines, and increasingly, AI systems.
Does This Mean SEO Is Dead?
Absolutely not.
Good SEO has always been about reducing ambiguity.
Every technical decision answers questions that machines would otherwise have to guess.
A title tag answers:
What is this page about?
A canonical URL answers:
Which version is the original?
Schema.org answers:
Who created this content?
A sitemap answers:
Which pages exist?
Semantic HTML answers:
How is this information organised?
None of these practices became obsolete because AI arrived.
In fact, they're becoming even more valuable.
Because AI depends on structured, well-organised information to understand websites accurately.
Authority Isn't Built With Backlinks Alone
Backlinks still matter.
They always will.
But they're no longer the entire story.
Imagine discovering the same developer through:
- 🌐 Their portfolio
- 💻 GitHub
- ✍️ Medium
- 👨💻 Dev.to
- 📝 Hashnode
- 🐦 X
Every platform reinforces the same identity.
The same expertise.
The same projects.
The same writing style.
The same technical interests.
That consistency becomes a trust signal—not only for people, but increasingly for machines as well.
Authority is no longer built through a single website.
It's built across an ecosystem.
Build an Ecosystem, Not Just a Portfolio
Many developers think of a portfolio as the final destination.
In reality, it should become the centre of your digital identity.
Personal Website
│
┌────────────────┼────────────────┐
│ │ │
▼ ▼ ▼
GitHub LinkedIn Technical Blog
│
┌─────────────┴─────────────┐
▼ ▼
Dev.to Hashnode
│
▼
X / Social Platforms
Each platform strengthens the others.
Your articles reference your portfolio.
Your portfolio references your GitHub.
Your GitHub links back to your website.
Your LinkedIn showcases your writing.
Instead of isolated profiles, you create a connected ecosystem.
That's how digital authority compounds over time.
What You Can Do Today
You don't need a massive redesign.
Small improvements can make a meaningful difference.
Technical Foundation
- [ ] Add meaningful page titles
- [ ] Write unique meta descriptions
- [ ] Configure Open Graph tags
- [ ] Add canonical URLs
- [ ] Generate an XML sitemap
- [ ] Create a clean robots.txt
- [ ] Optimise Core Web Vitals
Structured Understanding
- [ ] Implement Schema.org JSON-LD
- [ ] Add Person and WebSite schema
- [ ] Connect your social profiles using
sameAs - [ ] Use semantic HTML
- [ ] Maintain a logical heading hierarchy
Build Trust
- [ ] Keep your name consistent everywhere
- [ ] Link all professional profiles together
- [ ] Publish technical articles regularly
- [ ] Keep projects updated
- [ ] Use the same profile photo and branding
These changes may not transform your UI.
But they dramatically improve how your website is understood.
The Biggest Mistake Developers Still Make
Many developers spend weeks perfecting visual effects.
✨ Glassmorphism
✨ Animated backgrounds
✨ 3D models
✨ Fancy transitions
There's nothing wrong with those.
But after opening dozens of portfolios, one question often remains unanswered.
"What exactly does this person do?"
That's not a design problem.
It's a communication problem.
The best websites don't impress because they're complicated.
They impress because they're clear.
Visitors—and machines—should understand your expertise within seconds.
Final Thoughts
The web has always evolved.
We moved from static HTML pages…
to responsive websites…
to mobile-first design…
to performance optimisation…
to technical SEO…
Now we're entering another transition.
One centred around understanding.
The websites that thrive in the coming years won't simply be the fastest or the most visually impressive.
They'll be the ones that communicate clearly.
To users.
To search engines.
And increasingly…
To AI.
Great Website
👤 Human Friendly
+
🔎 Search Engine Friendly
+
🤖 AI Understandable
= Future Ready
Technology will continue to evolve.
Frameworks will change.
Search algorithms will improve.
AI models will become more capable.
But one principle is unlikely to change:
Build websites that are easy to understand—not just easy to find.
References
- Google Search Central – https://developers.google.com/search
- Schema.org – https://schema.org
- Google Structured Data Documentation – https://developers.google.com/search/docs/appearance/structured-data
- Open Graph Protocol – https://ogp.me/
- web.dev – https://web.dev/
- W3C HTML Specification – https://html.spec.whatwg.org/
About the Author
Hi, I'm Rajshree, a Software Engineer passionate about building modern web applications with the MERN stack while exploring AI, machine learning, technical SEO, and web performance.
I enjoy building projects, writing about emerging technologies, and sharing practical insights that help developers build for the future.
🌐 Portfolio: https://rjshree.com
💼 LinkedIn: https://linkedin.com/in/rjshree
💻 GitHub: https://github.com/itsrjshree
If you found this article useful, I'd love to hear your thoughts in the comments. What role do you think AI will play in the future of web discoverability?
If you enjoyed this article, let's connect and continue the conversation about modern web development, technical SEO, AI, and building a future-ready web.
Top comments (1)
ngl i've been focusing way too much on traditional seo, definitely need to start thinking about how llms actually parse the page content