docs(seo): FAQ page with FAQPage JSON-LD schema#687
Merged
vieiralucas merged 1 commit intomainfrom Apr 22, 2026
Merged
Conversation
New /faq/ landing page. 21 Q&A entries covering install, licensing, services, LocalStack migration, Lambda execution, RDS/ElastiCache real engines, CI, Docker requirements, correctness validation, AI-coding-tool usage, competitor comparisons. Embedded FAQPage JSON-LD block matching every question/answer pair. Google surfaces FAQPage schema as expandable rich snippets in search results (question drops down, answer visible without clicking). High conversion per SERP impression. Validates on https://search.google.com/test/rich-results once deployed.
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
There was a problem hiding this comment.
2 issues found across 1 file
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="website/content/faq.md">
<violation number="1" location="website/content/faq.md:35">
P3: This link points to a non-existent page. Link to the existing RDS docs instead.</violation>
<violation number="2" location="website/content/faq.md:39">
P3: This link points to a non-existent page. Link to the existing ElastiCache docs instead.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
|
|
||
| ### Does fakecloud run real Redis for ElastiCache? | ||
|
|
||
| Yes. ElastiCache runs real Redis / Valkey Docker images. `LPUSH`, `ZADD`, `XADD`, streams, pub/sub, Lua scripts — all work. See [Local ElastiCache for tests](/local-elasticache/). |
There was a problem hiding this comment.
P3: This link points to a non-existent page. Link to the existing ElastiCache docs instead.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At website/content/faq.md, line 39:
<comment>This link points to a non-existent page. Link to the existing ElastiCache docs instead.</comment>
<file context>
@@ -0,0 +1,133 @@
+
+### Does fakecloud run real Redis for ElastiCache?
+
+Yes. ElastiCache runs real Redis / Valkey Docker images. `LPUSH`, `ZADD`, `XADD`, streams, pub/sub, Lua scripts — all work. See [Local ElastiCache for tests](/local-elasticache/).
+
+### Do S3 notifications fire Lambda?
</file context>
Suggested change
| Yes. ElastiCache runs real Redis / Valkey Docker images. `LPUSH`, `ZADD`, `XADD`, streams, pub/sub, Lua scripts — all work. See [Local ElastiCache for tests](/local-elasticache/). | |
| Yes. ElastiCache runs real Redis / Valkey Docker images. `LPUSH`, `ZADD`, `XADD`, streams, pub/sub, Lua scripts — all work. See [ElastiCache](/docs/services/elasticache/). |
|
|
||
| ### Does fakecloud run real databases for RDS? | ||
|
|
||
| Yes. RDS emulation pulls real PostgreSQL / MySQL / MariaDB Docker images and runs them as the DB instance. Your SQL schema, indexes, triggers, and extensions work because the engine is real. See [Local RDS for tests](/local-rds/). |
There was a problem hiding this comment.
P3: This link points to a non-existent page. Link to the existing RDS docs instead.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At website/content/faq.md, line 35:
<comment>This link points to a non-existent page. Link to the existing RDS docs instead.</comment>
<file context>
@@ -0,0 +1,133 @@
+
+### Does fakecloud run real databases for RDS?
+
+Yes. RDS emulation pulls real PostgreSQL / MySQL / MariaDB Docker images and runs them as the DB instance. Your SQL schema, indexes, triggers, and extensions work because the engine is real. See [Local RDS for tests](/local-rds/).
+
+### Does fakecloud run real Redis for ElastiCache?
</file context>
Suggested change
| Yes. RDS emulation pulls real PostgreSQL / MySQL / MariaDB Docker images and runs them as the DB instance. Your SQL schema, indexes, triggers, and extensions work because the engine is real. See [Local RDS for tests](/local-rds/). | |
| Yes. RDS emulation pulls real PostgreSQL / MySQL / MariaDB Docker images and runs them as the DB instance. Your SQL schema, indexes, triggers, and extensions work because the engine is real. See [RDS](/docs/services/rds/). |
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.
Batch 4C. New /faq/ page with 21 Q&A entries covering install, licensing, services, LocalStack migration, Lambda execution, RDS/ElastiCache real engines, CI, Docker, correctness validation, AI-coding-tool usage, competitor comparisons.
Why it matters: the embedded
FAQPageJSON-LD block makes Google render the FAQ as expandable rich snippets directly in SERPs — question drops down, answer visible without clicking through. High-conversion SERP real estate per ranked impression.Validates on https://search.google.com/test/rich-results once deployed. Each Q&A in the markdown matches a
Questionentry in the schema so the visible content and structured data agree (Google penalizes mismatches).Summary by cubic
Adds a new /faq/ page with 21 Q&A entries. Embeds an
FAQPageJSON-LD block so Google can show expandable FAQ rich results, improving SERP visibility and CTR.website/content/faq.mdcovering install, licensing, supported services, LocalStack migration, Lambda, RDS/ElastiCache, CI, Docker, correctness, tooling, and comparisons.Written for commit e98e749. Summary will update on new commits.