fix(site): rewrite homepage FAQ content to describe Arc, not Cloud (po-wak) - #1659
Merged
Conversation
…o-wak) Human decision recorded on po-wak: the homepage FAQ should describe Arc, the primary product. lib/homeFaqQuestions.ts (rendered as FAQPage JSON-LD + the visible FAQ accordion on both the homepage and /solutions/open-data) mixed Arc's zero-infra pitch with a "Built on CKAN" claim that is false of Arc. Rewrote all 10 answers: renamed the product, dropped the CKAN sentence, and removed (not renamed) the two claims that have no Arc equivalent — the AI metadata generation feature and its upload-wizard mechanism, both belong to the managed CKAN backend (Cloud). Replaced the migrate-comparison bullets and integrations answer with what Arc actually does per content/docs/products.md, content/docs/arc.md, and content/docs/backends.md: one-command deploy to Cloudflare's edge, decoupled backend integrations (CKAN/DKAN/OpenMetadata/ Purview/DataHub), and chart/map skills instead of a no-code dashboard. Verified the built FAQPage JSON-LD on both pages serves the new copy. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
7 Skipped Deployments
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
site/lib/homeFaqQuestions.tsfeeds the FAQPage JSON-LD on both the homepage and/solutions/open-data— 14 occurrences of "PortalJS Cloud" published to search engines and AI crawlers as machine-readable fact.Human decision: the homepage FAQ should describe Arc. So this is a content rewrite, not a rename — several answers described CKAN-backed Cloud and are simply false of Arc, where renaming would have converted a stale name into a factual lie.
/portaljs-add-chartand/portaljs-add-mapskills, plus in-browser querying.Scope held:
pages/faq.tsxuntouched — that's po-13k, which duplicates the same question set and should be decided alongside this.Verification
scripts/verify.shexit 0, 19 commands, stages setup lint typecheck test build. Zero "PortalJS Cloud" and zero CKAN-dashboard claims remain in the file.Context: this file was a scope gap in po-bv5's own 20-file list — that bead named the FAQ renderer (
components/schema/FaqStructuredData.tsx, correctly fixed) but never the data it renders.🤖 Generated with Claude Code