|
| 1 | +# SEO Content Strategy — TODO |
| 2 | + |
| 3 | +## 6. Keyword Optimization |
| 4 | + |
| 5 | +### Target Keywords (by page) |
| 6 | + |
| 7 | +**Home page** — primary landing page, should rank for: |
| 8 | +- "free projection mapping software" |
| 9 | +- "open source video mapping" |
| 10 | +- "projection mapping tool for artists" |
| 11 | +- "video mapping software free download" |
| 12 | +- "mapmap projection" |
| 13 | + |
| 14 | +**Download page:** |
| 15 | +- "download projection mapping software free" |
| 16 | +- "video mapping software windows/mac/linux" |
| 17 | + |
| 18 | +**Docs page:** |
| 19 | +- "projection mapping tutorial" |
| 20 | +- "how to use projection mapping software" |
| 21 | +- "video mapping beginner guide" |
| 22 | + |
| 23 | +### Action Items |
| 24 | + |
| 25 | +- [ ] Rewrite home page intro to naturally include target keywords (avoid stuffing — write for humans first, search engines second) |
| 26 | +- [ ] Add a "What is projection mapping?" section on the home page (targets informational queries, builds topical authority) |
| 27 | +- [ ] Ensure each page's H1 contains the primary keyword for that page |
| 28 | +- [ ] Add internal links between pages (e.g., docs page links to download, home links to docs) |
| 29 | +- [ ] Submit sitemap to Google Search Console |
| 30 | +- [ ] Submit sitemap to Bing Webmaster Tools |
| 31 | +- [ ] List MapMap on free software directories: |
| 32 | + - AlternativeTo.net |
| 33 | + - SourceForge |
| 34 | + - Free Software Directory (FSF) |
| 35 | + - awesome-projection-mapping lists on GitHub |
| 36 | + - FLOSS Manuals |
| 37 | +- [ ] Add the site to relevant "projection mapping software" comparison articles (reach out to authors) |
| 38 | + |
| 39 | +## 7. Blog / Tutorials Section |
| 40 | + |
| 41 | +### Why |
| 42 | + |
| 43 | +- Fresh content signals authority to Google (active project = trustworthy) |
| 44 | +- Tutorials rank for long-tail queries ("how to projection map on a building", "mapmap osc tutorial") |
| 45 | +- Shareable content drives backlinks and social traffic |
| 46 | +- Artist showcases build community and social proof |
| 47 | + |
| 48 | +### Implementation Plan |
| 49 | + |
| 50 | +1. Add a blog content directory: `src/data/en/blog/` and `src/data/fr/blog/` |
| 51 | +2. Create a blog listing page at `/[locale]/blog/` |
| 52 | +3. Create a dynamic route for blog posts: `/[locale]/blog/[slug]/` |
| 53 | +4. Each post is a markdown file with frontmatter: title, date, description, tags, author |
| 54 | +5. Add blog link to navigation |
| 55 | +6. Add an RSS feed (Astro has `@astrojs/rss` for this — great for SEO and subscribers) |
| 56 | + |
| 57 | +### Content Ideas (prioritized by SEO impact) |
| 58 | + |
| 59 | +**High impact (targets search queries people actually make):** |
| 60 | +- [ ] "Getting Started with Projection Mapping: A Beginner's Guide" |
| 61 | +- [ ] "How to Set Up a Projection Mapping Installation for Live Events" |
| 62 | +- [ ] "Projection Mapping on Buildings: Step-by-Step Tutorial" |
| 63 | +- [ ] "Free Projection Mapping Software Comparison (2025)" |
| 64 | +- [ ] "How to Use OSC to Control Video Mapping in Real-Time" |
| 65 | + |
| 66 | +**Medium impact (community building, shareable):** |
| 67 | +- [ ] Artist showcase: interview a MapMap user, feature their work |
| 68 | +- [ ] "MapMap at [Festival Name]: Recap and Photos" |
| 69 | +- [ ] "What's New in MapMap 0.6.3" |
| 70 | +- [ ] Video tutorials (embed YouTube/Vimeo — also good for video SEO) |
| 71 | + |
| 72 | +**Low effort, ongoing:** |
| 73 | +- [ ] Release notes for each new version |
| 74 | +- [ ] Quick tips (under 300 words, one specific technique per post) |
| 75 | + |
| 76 | +### Publishing Cadence |
| 77 | + |
| 78 | +Aim for 1-2 posts per month. Consistency matters more than volume. |
| 79 | +Even a quarterly update post is better than silence. |
0 commit comments