My side project gets most of its traffic from ChatGPT, not Google. Here is the schema work behind it.
A developer shares insights on how their side project receives most of its traffic from AI tools like ChatGPT rather than traditional search engines. The article details the strategies used to make the site more accessible to AI citation, including structured data and a dedicated facts page. This approach highlights a shift in how new websites can gain visibility without relying on conventional SEO methods.
- ▪The site receives 65% of its traffic from ChatGPT and only 6% from Google organic search.
- ▪AI citation requires a page that clearly answers user questions and is structured for easy extraction.
- ▪The developer implemented schema.org structured data and created a canonical facts page to improve AI visibility.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3900468) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } whitetirocket Posted on May 22 My side project gets most of its traffic from ChatGPT, not Google. Here is the schema work behind it. #webdev #ai #ceo #nextjs My side project gets most of its traffic from ChatGPT, not Google. Here is the schema work behind it.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).