-
Notifications
You must be signed in to change notification settings - Fork 2.9k
feat(web): add What is Roo Code page with Cloud-first positioning and AEO optimization #11378
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
All issues from previous reviews have been resolved. No new issues found.
Mention @roomote in a comment to request specific changes to this pull request or fix all unresolved issues. |
|
🚀 Preview deployed! Your changes have been deployed to Vercel: Preview URL: https://roo-code-website-6m8ui1zk8-roo-code.vercel.app This preview will be updated automatically when you push new commits to this PR. |
Related GitHub Issue
N/A -- Part of the AEO (Answer Engine Optimization) initiative for the marketing site.
Roo Code Task Context (Optional)
Created with Roo Code through iterative collaboration.
Description
Adds a new
/what-is-roo-codepage to the marketing site, optimized for both Answer Engine Optimization (AEO) and a strong user experience. The page leads with Roo Code Cloud as the primary product, with the VS Code extension mentioned as a complementary offering.Page sections:
Structured data:
FAQPageJSON-LD schema (6 Q&A pairs) for answer engine extractionArticleJSON-LD schema with publisher infoNavigation updates:
/what-is-roo-codeto sitemap at priority 0.9New reusable component:
FAQStructuredData-- renders FAQPage JSON-LD, can be reused on other pagesTest Procedure
/what-is-roo-codeon the Vercel previewPre-Submission Checklist
Screenshots / Videos
N/A -- Vercel preview available on the branch.
Documentation Updates
Additional Notes
This is part of a broader AEO initiative. The first PR (#11377) added
llms.txtandllms-full.txtfiles. Future work includes adding FAQPage structured data to the homepage FAQ section and per-page JSON-LD schemas on other product pages.Important
Adds
/what-is-roo-codepage with AEO optimization, structured data, and navigation updates./what-is-roo-codepage inpage.tsxwith sections: Hero, Overview, Two products, Key capabilities, Built-in modes, Who uses Roo Code, Getting started, FAQ, Bottom CTA.FAQPageandArticleJSON-LD schema for AEO.nav-bar.tsxand footer infooter.tsx.next-sitemap.config.cjsto include/what-is-roo-codewith priority 0.9.FAQStructuredDatacomponent infaq-structured-data.tsxfor rendering FAQPage JSON-LD.This description was created by
for f1420a3. You can customize this summary. It will automatically update as commits are pushed.