AMCP Website - Broken Links Report
AMCP Website - Broken Links Report
Date: November 11, 2025
Website: https://agentmeshcommunicationprotocol.github.io/
Total Links Checked: 40
Working Links: 24 ✅
Broken Links: 15 ❌
Summary
| Category | Count | Status |
|---|---|---|
| Working Links | 24 | ✅ |
| Broken Links | 15 | ❌ |
| Success Rate | 61.5% | ⚠️ |
Broken Links by Category
1. Community Section (3 broken links)
| Link | Status | Purpose | Priority |
|---|---|---|---|
/community/contributing/ |
404 | Contributing guidelines for developers | HIGH |
/community/discussions/ |
404 | Community discussions and Q&A | HIGH |
/community/roadmap/ |
404 | Project roadmap and future plans | MEDIUM |
Action: Create these community pages to engage developers and show project direction.
2. Documentation Section (3 broken links)
| Link | Status | Purpose | Priority |
|---|---|---|---|
/docs/changelog/ |
404 | Version history and release notes | HIGH |
/docs/migration/ |
404 | Migration guide from v1.5 to v1.6 | HIGH |
/docs/tutorials/first-agent.html |
404 | Beginner tutorial for first agent | CRITICAL |
Action: These are essential documentation pages. Create them immediately.
3. Examples Section (2 broken links)
| Link | Status | Purpose | Priority |
|---|---|---|---|
/examples/meshchat/ |
404 | Mesh chat example application | MEDIUM |
/examples/orchestration/ |
404 | Orchestration example | MEDIUM |
Action: Create example applications to demonstrate AMCP capabilities.
4. Legal/Support Pages (3 broken links)
| Link | Status | Purpose | Priority |
|---|---|---|---|
/contact/ |
404 | Contact form or contact information | MEDIUM |
/privacy/ |
404 | Privacy policy | HIGH |
/support/ |
404 | Support and help resources | MEDIUM |
/terms/ |
404 | Terms of service | HIGH |
Action: Create legal pages for compliance and user support.
5. External Links (3 broken links)
| Link | Status | Purpose | Priority |
|---|---|---|---|
https://fonts.googleapis.com |
404 | Google Fonts CDN | CRITICAL |
https://fonts.gstatic.com |
404 | Google Fonts static assets | CRITICAL |
https://github.com/agentmeshcommunicationprotocol/amcpcore |
404 | Main GitHub repository | CRITICAL |
Action: These are critical external resources. Verify URLs and update configuration.
Working Links (24 total)
Documentation & Resources ✅
/- Homepage/docs/- Documentation hub/docs/api-reference/- API documentation/docs/architecture/- Architecture guide/docs/best-practices/- Best practices/docs/getting-started/- Getting started guide/docs/installation/- Installation instructions/docs/kafka-integration.html- Kafka integration guide/docs/quarkus-extension.html- Quarkus extension guide
Community & Blog ✅
/blog/- Blog posts/community/- Community hub/examples/- Examples hub/examples/stock-agent/- Stock agent example/examples/travel-agent/- Travel agent example/examples/weather-agent/- Weather agent example
Additional Resources ✅
/download/- Download page/whitepaper/- Whitepaper/feed.xml- RSS feed/assets/css/main.css- Main stylesheet/assets/images/apple-touch-icon.png- Apple touch icon/assets/images/favicon.ico- Faviconhttps://github.com/agentmeshcommunicationprotocol/amcpcore.github.io- GitHub Pages repohttps://twitter.com/amcp_framework- Twitter account
Priority Action Plan
CRITICAL (Fix Immediately)
- Fix external links
- Verify Google Fonts URLs
- Update GitHub repository URL
- Test font loading
- Create first-agent tutorial
- Essential for onboarding
- High SEO value
- Directly referenced in homepage
HIGH (Fix This Week)
- Create documentation pages
/docs/changelog/- Version history/docs/migration/- Migration guide/privacy/- Privacy policy/terms/- Terms of service
- Create community pages
/community/contributing/- Contributing guide/community/discussions/- Discussion links
MEDIUM (Fix Next Week)
- Create example applications
/examples/meshchat/- Mesh chat demo/examples/orchestration/- Orchestration demo
- Create support pages
/contact/- Contact form/support/- Support resources/community/roadmap/- Project roadmap
Recommendations
1. Fix External Links
# Update _config.yml
google_fonts_url: "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap"
github_repo: "https://github.com/agentmeshcommunicationprotocol/amcpcore"
2. Create Missing Pages
Priority 1 (This week):
- docs/tutorials/first-agent.md
- docs/changelog.md
- docs/migration.md
- privacy.md
- terms.md
Priority 2 (Next week):
- community/contributing.md
- community/discussions.md
- community/roadmap.md
- examples/meshchat/index.md
- examples/orchestration/index.md
- contact.md
- support.md
3. SEO Impact
- Missing pages reduce SEO value
- Broken links harm user experience
- 404 errors indicate incomplete site
- Recommendation: Fix all links before major promotion
Implementation Checklist
External Links
- Verify Google Fonts URLs
- Update GitHub repository URL
- Test all external links
Critical Pages
- Create
/docs/tutorials/first-agent.html - Create
/docs/changelog/ - Create
/docs/migration/
Legal Pages
- Create
/privacy/ - Create
/terms/ - Create
/contact/ - Create
/support/
Community Pages
- Create
/community/contributing/ - Create
/community/discussions/ - Create
/community/roadmap/
Example Applications
- Create
/examples/meshchat/ - Create
/examples/orchestration/
Testing Commands
# Test all links
curl -s https://agentmeshcommunicationprotocol.github.io/ | grep -oP 'href="\K[^"]+' | sort -u
# Test specific link
curl -I https://agentmeshcommunicationprotocol.github.io/docs/tutorials/first-agent.html
# Test external links
curl -I https://fonts.googleapis.com
curl -I https://github.com/agentmeshcommunicationprotocol/amcpcore
Next Steps
- Immediate (Today)
- Fix external links
- Create first-agent tutorial
- This Week
- Create all critical documentation
- Create legal pages
- Next Week
- Create community pages
- Create example applications
- Verify all links working
Report Generated: November 11, 2025
Status: ⚠️ Action Required - 15 broken links need fixing