reflex-dev
reflex
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
SEO: fix /pricing structured-data (Google rich results validation error) The pricing SoftwareApplication had no offers/review/aggregateRating (a required field for the SoftwareApplication rich result), and the Product listed a single misleading "$0 Free" offer. Add an AggregateOffer over the real tier range (Free $0 / Pro $200 / Enterprise custom => lowPrice 0, highPrice 200, offerCount 3) to both entities and set operatingSystem="Web". Applied to both the imported meta/meta.py and the parallel lib/meta/meta.py. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
seo-docs-descriptions
5 hours ago
docs(auth): correct popup token flow for extra-exchange fields The popup does run the callback and route through _set_tokens_payload_from_exchange; it is the opener (a separate client) that applies posted tokens via on_iframe_auth_success and never sees a field stored on the popup's self. Explain the two-client split instead of the previous claim that the popup skips the exchange hook.
FarhanAliRaza:auth-docs
5 hours ago
SEO: remove extra <h1> on docs component/reference & index pages Each docs page must have a single <h1> (its doc title). Demote extra rendered headings: - heading.md: demo rx.heading(as_="h1") -> as_="h2" - markdown.md: demo rx.markdown("# …") strings -> "## …" (react-markdown renders "#" as a live <h1>) - form-ll.md: "# " inside `md warning` (not `alert`, so it renders as a real <h1>) -> "## "; input-ll.md, databricks.md: level-1 body "# " -> "## " - library.py / recipes_overview.py / enterprise/components.md index pages: per-category rx.el.h1 / h1_comp -> h2 (e.g. /docs/library had 16 <h1>) - component.py: interactive props-table preview forces as_="h2" for the Heading component (rx.heading defaults to <h1>) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
seo-docs-descriptions
5 hours ago
docs(auth): correct that /login never auto-redirects to an IdP The default /login always renders a button per provider, even with a single provider; it does not bounce to the IdP automatically. Drop the wording that implied a lone provider auto-redirects.
FarhanAliRaza:auth-docs
5 hours ago
docs(auth): make granted-scopes gating provider-agnostic The prior example gated on `DatabricksAuthState.granted_scopes`, which assumes that specific provider authenticated the current user — wrong in multi-provider setups. Show a computed var that resolves the active provider via `User.current_provider()` instead, so `rx.cond` gates correctly regardless of which provider the user logged in with.
FarhanAliRaza:auth-docs
6 hours ago
SEO: use body prose when frontmatter description is short; drop demo H1 extract_doc_description short-circuited on any frontmatter description/meta_description >= 20 chars, so docs with a short authored description (airtable, langchain, connect_to_github) kept a too-short meta description even though their body prose was rich. Gate the frontmatter/metadata short-circuit on the same ~120-char minimum used for body accumulation: a short authored description now falls through to the body prose, and a result that still can't reach the minimum returns None so docpage's title-based fallback (~115 chars) applies. Net: every docs page now has a >=~115-char description (205 body-derived, ~40 fallback), none below 120. Also drop the live <h1> from the html_embed demo so the rendered page has a single H1 (its own "HTML Embed"); the demo now shows an h2->h6 ramp, which still demonstrates raw-HTML heading rendering. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
seo-docs-descriptions
6 hours ago
SEO: early-exit description accumulation at structural lines once long enough Address review: stop gathering at a heading/list when prose already >= min_len so a later section can't be stitched into the meta description; short openers still accumulate across sections. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
seo-docs-descriptions
7 hours ago
SEO: longer docs meta descriptions + missing H1/alt (post-deploy report) extract_doc_description now accumulates prose across sections to ~120-155 chars (was stopping at the first short sentence) and strips 'N minutes' reading-time markers — fixes meta-description-too-short on ~60 docs. Promote recipes/content/forms.md intro to a real # H1 (its only headings were demo rx.heading, now h2). Add alt to the html_embed banner image. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
seo-docs-descriptions
7 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
SEO follow-up: longer docs meta descriptions + missing H1/alt
#6692
5 hours ago
72befae
seo-docs-descriptions
CodSpeed Performance Gauge
0%
ENG-8753 docs: add enterprise auth documentation section
#6672
5 hours ago
df26e5c
FarhanAliRaza:auth-docs
CodSpeed Performance Gauge
-15%
support async context for mutable proxies
#6691
21 hours ago
7063e53
harsh21234i:fix/mutable-proxy-async-context-6689
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs