PLATPHORM_NET_OPT
A network-wide implementation guide for Platphorm News properties to ship universal, high-quality front ends with strong discoverability, social preview reliability, and launch discipline.
Implementation Status: Complete
This site (gta-6-countdown-webby v0.0.2) serves as the reference implementation for all Platphorm News properties.
API Documentation
OpenAPI 3.0 specification
đSitemap
XML sitemap for crawlers
đRSS Feed
Syndication endpoint
âHealth Check
Service status endpoint
đ§LLMs.txt
AI crawler optimization
đNetwork Manifest
Cross-property linkage
âUniversal Front-End Standard
Use this baseline for all Platphorm sites:
- âFramework: Next.js App Router (or equivalent SSR/SSG framework)
- âRendering: Server-rendered metadata + structured data
- âStyling: Responsive-first, mobile-safe typography/spacing, accessible contrast
- âDiscovery: Sitemap, robots, feeds, OpenAPI/docs, llms files, well-known manifests
- âNetwork identity: Explicit links to https://platphormnews.com and MCP Registry
- âQA gates: Tests + production build before deploy
â¨What We Implemented
đSearch / SEO / AEO / GEO
- âĸ Canonical + language alternates in metadata
- âĸ Open Graph + Twitter metadata with crawler-safe image strategy
- âĸ JSON-LD for WebSite, WebPage, NewsArticle, FAQPage, BreadcrumbList, Event
- âĸ Crawler-readable countdown sentence for snippet extraction
- âĸ Robots tuned for standard and AI crawlers
đSocial + Visual Delivery
- âĸ Dedicated OG/Twitter image endpoints
- âĸ Comprehensive favicon stack (16px, 32px, Apple, maskable, tile icons)
- âĸ Cross-browser color fallback tokens (hex fallbacks before OKLCH)
- âĸ PWA-ready manifest with network branding
đNetwork + Discovery
- âĸ All required discovery files: sitemap.xml, robots.txt, RSS feeds, manifests
- âĸ LLMs.txt files for AI crawler optimization
- âĸ Well-known routes: ai-plugin.json, network.json, security.txt
- âĸ API documentation with OpenAPI 3.0 spec
- âĸ MCP readiness routes: /api/health, /api/mcp
- âĸ Network registration performed against Platphorm MCP
đĨUX + Accessibility
- âĸ Mobile-safe viewport settings (no zoom lock)
- âĸ Tooltip system with localization-ready strings (en, es)
- âĸ Semantic HTML with proper ARIA labels
- âĸ Enhanced text rendering (font smoothing + legibility)
- âĸ Unicode-based icons following W3C standards
- âĸ Improved focus states for keyboard navigation
đJSON Format
Machine-readable policy available at: /platphorm-net-opt.json
Want to implement PLATPHORM_NET_OPT?
Use this site as your reference implementation. All patterns, routes, and standards are production-tested and ready to adopt.