Improve positioning, Docker onboarding, and SEO guides - #2
Conversation
|
Warning Review limit reached
Next review available in: 46 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Free Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthroughThe PR refreshes the OpenRTMP website with shared responsive styling, revised homepage and deployment content, four new guide routes, updated metadata and navigation, crawler files, documentation, and automated PHP, XML, and public-route checks. ChangesOpenRTMP website refresh
Estimated code review effort: 3 (Moderate) | ~25 minutes Note 🎁 Summarized by CodeRabbit FreeYour organization is on the Free plan. CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please upgrade your subscription to CodeRabbit Pro by visiting https://app.coderabbit.ai/login. Comment |
Merge dependencyPlease merge Recommended order:
|
PR Summary by QodoReposition site for library/server audiences, add SEO guides, quickstart, and CI
AI Description
Diagram
High-Level Assessment
Files changed (15)
|
Code Review by Qodo
1.
|
… coverage - Normalize the canonical path by stripping a trailing /index.php so directory and index.php URLs for the same page (docs, legal) emit an identical canonical link. - Add JSON_HEX_* flags to the JSON-LD json_encode call so structured data can never break out of the surrounding <script> tag. - Sync the nav toggle's aria-expanded attribute with its open/closed state in main.js instead of only toggling a CSS class. - Add /legal/ to the CI smoke-test route list so it matches sitemap.xml coverage. Addresses the SonarCloud quality gate failures (Security/Reliability ratings on new code) flagged on this PR.
Fix review findings: canonical URL normalization, JSON-LD escaping, ARIA state, CI coverage
|
|
Code review by qodo was updated up to the latest commit dbdf3dd |


What changed
robots.txt, andsitemap.xml.Why
The previous site primarily presented OpenRTMP as a protocol library, even though the organization also provides a deployable server and panel. It also duplicated release numbers and mixed broad feature claims with more cautious repository-level alpha documentation. This made the value proposition harder to understand and allowed version/status text to drift.
User impact
New visitors can immediately choose between embedding
librtmp2and deploying the server stack. Operators get a copy-and-paste path to an OBS-ready deployment, while search engines receive dedicated canonical content for the main Docker, OBS, RTMPS, Enhanced RTMP, and nginx-rtmp comparison intents.Validation
php -lvalidation for all PHP files.sitemap.xml.mainwith no unrelated changes.Notes
The content deliberately distinguishes parser support, opaque codec relay, and full live-session integration. It avoids calling the project production-ready and points to repository implementation-status tables for code-accurate support boundaries.
Need help on this PR? Tag
@codesmithwith what you need. Autofix is disabled.Summary by CodeRabbit
New Features
Documentation
Quality Improvements