WeSearch

My side project gets most of its traffic from ChatGPT, not Google. Here is the schema work behind it.

·6 min read · 0 reactions · 0 comments · 14 views
#webdev#ai#seo
My side project gets most of its traffic from ChatGPT, not Google. Here is the schema work behind it.
⚡ TL;DR · AI summary

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.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
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).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)