WeSearch

How we run our newsletter on our own Astro stack instead of Substack

·8 min read · 0 reactions · 0 comments · 14 views
#newsletter#seo#opensource#technology
How we run our newsletter on our own Astro stack instead of Substack
⚡ TL;DR · AI summary

The article discusses the transition of a newsletter from Substack to a self-hosted Astro stack. This move was motivated by the desire for better SEO control and customization. The author highlights the benefits of owning the entire setup, including improved structured data and a more tailored reading experience.

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 === 3945556) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Vladimir Nadymov Posted on May 22 • Originally published at getbeton.ai How we run our newsletter on our own Astro stack instead of Substack #newsletter #buildinpublic #opensource #sal This is a post about plumbing. We send a newsletter, it goes out from our own site, and over the last few months that setup turned into something I actually like working on. Here is the whole thing. Why we left Substack The newsletter used to live on Substack. We moved it for one reason: SEO control.

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)