+ {roadmapFrontmatter.title} +
++ {roadmapFrontmatter.description} +
+diff --git a/web/content/marketing/roadmap.md b/web/content/marketing/roadmap.md new file mode 100644 index 0000000..2494c92 --- /dev/null +++ b/web/content/marketing/roadmap.md @@ -0,0 +1,51 @@ +--- +title: Roadmap +description: Features we plan to add to OpenSEO over the next three months. +--- + +Have a feature request that belongs here? [Tell us on Discord](https://discord.gg/c9uGs3cFXr). + +## Evergreen + +- Fix bugs +- Improve onboarding + - Easy whether your new to SEO or a Pro +- Improve the UX + +## Highest Priority + +- Add teammates to an account +- Community skill library + - "Advanced" features available in other tools make the tools less approachable to people new to SEO. + - We'll make a community library for these more advanced workflows. +- Web Bot Auth for bot-protected sites for Audit +- Improve In App Agent +- Consistent design across OpenSEO, built on a shared component library +- IndexNow support + +## Soon + +- Prompt tracking for AI search visibility +- Google Business Profile integration +- Google Maps geo-grid rank tracking +- Support multi-user for Docker self hosting + - Guides for popular platforms like Coolify and Railway. +- Configurable daily and weekly email reports + - Scheduled Site Audits + - GSC Reports + - Rank Tracking Alerts +- Custom reports + - We'll expose a Claude Skill so that you can customize to your company or clients. +- Share reports with clients +- Content writing workflows for Agents +- Agent readiness checks in site audits +- Bing Webmaster Tools integration + +## Not planned + +- Content Optimization features like "Keyword Density" +- Advanced Site Audit Features like JS Rendering +- Keyword Gap Analysis Page + - We will support this as a skill. You can ask Claude to turn it into a report. + +Have a feature request that belongs here? [Tell us on Discord](https://discord.gg/c9uGs3cFXr). diff --git a/web/scripts/generate-sitemap.js b/web/scripts/generate-sitemap.js index d7f5e05..d668a40 100644 --- a/web/scripts/generate-sitemap.js +++ b/web/scripts/generate-sitemap.js @@ -28,6 +28,7 @@ const STATIC_PATHS = [ "/backlink-checker", "/open-source-seo", "/google-search-console-mcp", + "/roadmap", ...Object.values(FEATURE_PAGE_SLUGS).map((slug) => `/features/${slug}`), ]; diff --git a/web/src/components/site-footer.tsx b/web/src/components/site-footer.tsx index 504a297..4de7c1f 100644 --- a/web/src/components/site-footer.tsx +++ b/web/src/components/site-footer.tsx @@ -51,6 +51,7 @@ export function SiteFooter({ className }: { className?: string }) {