|
| 1 | +# SEO & Discoverability Checklist |
| 2 | + |
| 3 | +## ? Completed |
| 4 | + |
| 5 | +- [x] Enhanced meta tags in index.html (title, description, keywords) |
| 6 | +- [x] Open Graph tags for social sharing |
| 7 | +- [x] Twitter Card tags |
| 8 | +- [x] JSON-LD structured data (SoftwareApplication) |
| 9 | +- [x] Canonical URL specification |
| 10 | +- [x] robots.txt for crawler control (including AI bots) |
| 11 | +- [x] sitemap.xml with main pages |
| 12 | +- [x] AI reference guide (ai-reference.md) |
| 13 | +- [x] Crawler guide (crawl-guide.md) |
| 14 | +- [x] SEO optimization guide created |
| 15 | + |
| 16 | +## ?? High Priority (Do Next) |
| 17 | + |
| 18 | +### GitHub Repository |
| 19 | +- [ ] Add repository topics/tags on GitHub |
| 20 | +- [ ] Update repository description |
| 21 | +- [ ] Create social preview image (1200x630px) |
| 22 | +- [ ] Upload social preview to GitHub Settings |
| 23 | +- [ ] Enable GitHub Discussions |
| 24 | +- [ ] Add shields/badges to README |
| 25 | + |
| 26 | +### NuGet Package |
| 27 | +- [ ] Update .csproj with enhanced PackageTags |
| 28 | +- [ ] Add comprehensive Description |
| 29 | +- [ ] Include PackageReadmeFile |
| 30 | +- [ ] Add PackageIcon |
| 31 | +- [ ] Verify PackageProjectUrl points to docs site |
| 32 | + |
| 33 | +### Site & SEO Setup |
| 34 | +- [ ] Create og-image.png (1200x630) and upload to /public |
| 35 | +- [ ] Set up Google Search Console |
| 36 | +- [ ] Submit sitemap to Google Search Console |
| 37 | +- [ ] Set up analytics (Google Analytics or Plausible) |
| 38 | +- [ ] Verify HTTPS is working |
| 39 | + |
| 40 | +## ?? Medium Priority |
| 41 | + |
| 42 | +### Content Creation |
| 43 | +- [ ] Create /comparison page (FactoryTools vs Razor vs T4) |
| 44 | +- [ ] Create /use-cases page with examples |
| 45 | +- [ ] Create /faq page |
| 46 | +- [ ] Write first blog post about the project |
| 47 | +- [ ] Create migration guides (from Razor, from T4) |
| 48 | + |
| 49 | +### Community & Distribution |
| 50 | +- [ ] Submit to awesome-dotnet list |
| 51 | +- [ ] Submit to awesome-csharp list |
| 52 | +- [ ] Post on r/dotnet subreddit |
| 53 | +- [ ] Post on r/csharp subreddit |
| 54 | +- [ ] Share on dev.to |
| 55 | +- [ ] Share on LinkedIn |
| 56 | +- [ ] Tweet about launch |
| 57 | + |
| 58 | +### Documentation Improvements |
| 59 | +- [ ] Add breadcrumb navigation |
| 60 | +- [ ] Improve internal linking between pages |
| 61 | +- [ ] Add search functionality |
| 62 | +- [ ] Create "Popular Pages" section |
| 63 | +- [ ] Add "Edit on GitHub" links |
| 64 | + |
| 65 | +## ?? Low Priority (Ongoing) |
| 66 | + |
| 67 | +### Content Marketing |
| 68 | +- [ ] Create YouTube tutorial video |
| 69 | +- [ ] Write comparison blog post (vs Razor) |
| 70 | +- [ ] Write use-case blog posts |
| 71 | +- [ ] Answer Stack Overflow questions |
| 72 | +- [ ] Create Twitter content schedule |
| 73 | +- [ ] Guest post on .NET blogs |
| 74 | + |
| 75 | +### Advanced SEO |
| 76 | +- [ ] Add BreadcrumbList schema |
| 77 | +- [ ] Add FAQPage schema |
| 78 | +- [ ] Add HowTo schema for tutorials |
| 79 | +- [ ] Create sitemap page for users |
| 80 | +- [ ] Optimize images (WebP format) |
| 81 | +- [ ] Add alt text to all images |
| 82 | + |
| 83 | +### Community Building |
| 84 | +- [ ] Enable GitHub Sponsors |
| 85 | +- [ ] Create CONTRIBUTING.md |
| 86 | +- [ ] Create CODE_OF_CONDUCT.md |
| 87 | +- [ ] Label "good first issues" |
| 88 | +- [ ] Create issue templates |
| 89 | +- [ ] Set up PR templates |
| 90 | + |
| 91 | +### Alternative Platforms |
| 92 | +- [ ] List on AlternativeTo.net |
| 93 | +- [ ] List on SourceForge |
| 94 | +- [ ] List on Slant.co |
| 95 | +- [ ] Submit to .NET Foundation showcase |
| 96 | +- [ ] Submit to Microsoft Tech Community |
| 97 | + |
| 98 | +## ?? Metrics to Track |
| 99 | + |
| 100 | +### Weekly |
| 101 | +- [ ] NuGet download count |
| 102 | +- [ ] GitHub stars/forks |
| 103 | +- [ ] Documentation page views |
| 104 | + |
| 105 | +### Monthly |
| 106 | +- [ ] Google Search Console impressions/clicks |
| 107 | +- [ ] Keyword rankings |
| 108 | +- [ ] Backlinks acquired |
| 109 | +- [ ] Social media engagement |
| 110 | +- [ ] GitHub issues/PRs |
| 111 | + |
| 112 | +## ?? Goals |
| 113 | + |
| 114 | +### 1 Month |
| 115 | +- [ ] 100+ GitHub stars |
| 116 | +- [ ] 500+ NuGet downloads |
| 117 | +- [ ] Listed in 2+ awesome lists |
| 118 | +- [ ] 3+ blog posts published |
| 119 | + |
| 120 | +### 3 Months |
| 121 | +- [ ] 500+ GitHub stars |
| 122 | +- [ ] 2,000+ NuGet downloads |
| 123 | +- [ ] Top 10 for "lightweight .NET template engine" |
| 124 | +- [ ] 10+ backlinks from quality sites |
| 125 | + |
| 126 | +### 6 Months |
| 127 | +- [ ] 1,000+ GitHub stars |
| 128 | +- [ ] 10,000+ NuGet downloads |
| 129 | +- [ ] Featured on .NET blog or similar |
| 130 | +- [ ] Active community (issues, PRs, discussions) |
| 131 | + |
| 132 | +## ?? Notes |
| 133 | + |
| 134 | +- Update sitemap.xml when adding new pages |
| 135 | +- Test social sharing after each deploy |
| 136 | +- Monitor Google Search Console weekly |
| 137 | +- Engage with community feedback promptly |
| 138 | +- Keep README and docs in sync |
| 139 | + |
| 140 | +--- |
| 141 | + |
| 142 | +Last updated: 2025-01-15 |
0 commit comments