π SEO, Developer Tooling & Configuring Astro
Updated on
π‘ Takeaways
- Always have open graph / facebook / twitter meta tags in header for embed-link generation and SEO.
- For SEO, its hard to test until the project is actually deployed so that crawlers can crawl.
- To eliminate the hassle SEO testing, use
ngrokto see the updates of localhost.
π Shipped Today
Portfolio
-
Templatized portfolio into configuration files, for the open source community.
-
Reorganized projects into dedicated sections:
- AI
- Hardware
- Open Source Contributions
- Work Experience
- Portfolio
π SEO & Social Sharing
- Explored Open Graph metadata across social platforms.
- Learned how
astro.sitecan simplify URL generation. - Researched dynamic Open Graph images for blogs.
- Organized SEO configuration into a central location.
- Used Facebook OG Debugger to validate metadata and refresh cached previews.
π Investigation
- Investigated Viteβs
server.allowedHostsconfiguration and why unknown hosts are blocked.