Templating got me to 33,620 pages. Indexing them was the hard part.
The author shares insights from their experience with programmatic SEO, highlighting the challenges of indexing a large number of templated pages. Despite generating 33,620 pages, only a small fraction were indexed, with most traffic coming from a limited number of those pages. Key lessons learned include the importance of unique content and the competition between different URL types for indexing.
- ▪The author created 33,620 templated pages but only about 6,200 were indexed by Google.
- ▪Most of the organic traffic came from the indexed pages, which represented only 18% of the total pages created.
- ▪The author learned that templated content must vary significantly to avoid being flagged as low-quality by Google's algorithms.
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 === 3905345) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } GasPriceCheck Posted on May 21 Templating got me to 33,620 pages. Indexing them was the hard part. #nextjs #webdev #javascript #seo I had a fantasy. The fantasy was that programmatic SEO would let me skip the part where you write 200 individual articles and trick Google into ranking them. I had a structured dataset (US ZIP codes, cities, states) and a templated page generator. So I shipped 33,620 pages overnight. Then I sat back and waited for the long-tail traffic to roll in.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).