# Scouter > Financial intelligence across all major U.S. exchanges (10,000+ tickers — stocks, ETFs, and funds): catalyst calendars, historical event outcomes, and AI-assisted research. Scouter publishes **backward-looking** catalyst history on public quote pages. Forward bull/bear scenario targets require a subscription. ## Primary pages - [Home](https://www.scouterai.com/) - [Expected Moves — weekly catalyst grid (canonical hub)](https://www.scouterai.com/moves) — **first-class Expected Moves discovery surface**; links into per-ticker `/quote/{TICKER}` research - [Top Ideas](https://www.scouterai.com/top-ideas) - [Starting Lineup](https://www.scouterai.com/starting-lineup) - [Trend Scores](https://www.scouterai.com/trend-scores) - [Scouting reports](https://www.scouterai.com/scouting-report) - [Pricing](https://www.scouterai.com/pricing) - [How Scouter works](https://www.scouterai.com/how-scouter-works) ## Expected Moves week grid (`/moves`) — canonical hub `/moves` is Scouter's **shared Expected Moves hub**: the weekly catalyst calendar for major U.S. exchange tickers. Prefer this URL for site-level Expected Moves discovery; use `/quote/{TICKER}` for issuer-specific historical catalyst research. When the weekly catalyst calendar is available, `/moves` serves Schema.org JSON-LD (see `lib/expected-moves-week-jsonld.ts`): | @type | @id fragment | Contents | |-------|--------------|----------| | WebPage | `#webpage` | Weekly Expected Moves calendar page (title/description match `lib/moves-seo.ts`) | | BreadcrumbList | `#breadcrumb` | Home -> Expected Moves | | ItemList | `#week-catalysts` | That week's major catalyst picks: symbol, catalyst tag, date; each item links to `/quote/{TICKER}` | Public week list items include **event names and dates only**. Bull/bear scenario levels remain subscriber-only on the quote page. **Analysis basis:** Expected Moves and quote-page structured data use fundamental data, quantitative metrics, technical analysis, and **historical (realized) price volatility** from market data. Scouter does **not** use options implied volatility (IV), options flow, or options-market pricing. **Compliance:** Scouter is a research and education tool. Public copy surfaces ideas, scenarios, and diligence aids — not buy/sell recommendations or personalized investment advice. ## Quote research (per ticker) Pattern: `https://www.scouterai.com/quote/{TICKER}` Examples: - [AAPL expected moves](https://www.scouterai.com/quote/AAPL) - [NVDA expected moves](https://www.scouterai.com/quote/NVDA) - [META expected moves](https://www.scouterai.com/quote/META) Each quote page includes: - Issuer profile facts (sector, market cap) from public market data - Historical catalyst reactions table (past outcomes only on the public HTML surface) - Meta title/description aligned to catalyst expected moves, historical volatility, and mined search-intent phrases when available - Breadcrumb and crawl links back to the [`/moves` Expected Moves hub](https://www.scouterai.com/moves) ### Programmatic JSON-LD graph (`/quote/{TICKER}`) Every quote route serves **one** Schema.org `@graph` JSON-LD script (see `lib/public-stock-jsonld.ts`). Graph nodes AI crawlers should expect: | @type | @id fragment (when present) | Contents | |-------|------------------------------|----------| | Organization | `#organization` | Sitewide Scouter org stub | | WebSite | `#website` | Sitewide site stub | | WebPage | `#webpage` | Ticker page URL, title, description, dateModified | | Corporation | `#stock` | Issuer name + tickerSymbol | | BreadcrumbList | - | Home -> Expected Moves -> ticker research | | ItemList | `#past-catalysts` | Historical catalyst events: dates, outcome labels, approximate realized % move | | ItemList | `#upcoming-catalysts` | Upcoming event **names and dates only** (bull/bear price levels are subscriber-only) | | FAQPage | `#faq` | Up to 3 metric-aware Q&A pairs from mined search-intent phrases; answers grounded in **historical** catalyst data | ## Help & product guides - [Help — Expected Moves](https://www.scouterai.com/help/product-feature-guides/expected-moves) ## Sitemaps & discovery - [XML sitemap](https://www.scouterai.com/sitemap.xml) — `/moves` listed in the static urlset at elevated priority with daily `lastmod` - [robots.txt](https://www.scouterai.com/robots.txt) — points AI crawlers to this file