Browse Guides
Move to another guide without going back to the documentation hub.
Use the Right Merchant Setting for the Right Task
Use this page when you know the outcome you want but need to confirm which setting controls it. It saves time before you change automation, moderation, SEO, notifications, or billing.
How to Use This Reference
Open the Exact Section First
Each card points to a specific settings area so users can stop guessing where a feature lives.
Verify the Right Save Point
The notes below focus on what to check before and after saving, which is usually where merchants get stuck when something looks unchanged.
Review Requests
Use this section to manage how review request automation runs after a purchase.
- Adjust request timing, reminders, and follow-up behavior.
- Check automation status when request delivery does not behave as expected.
Review Controls
Use this section to manage review moderation and submission defaults.
- Set approval and moderation behavior for incoming reviews.
- Review submission requirements such as verification and media uploads.
Q&A Controls
Use this section to manage how customer questions are collected and published.
- Control question form availability and response visibility.
- Review collection and publishing settings for Q&A activity.
SEO Rich Snippets
Use this section when you want search engines to read structured product data from the storefront HTML rather than a visible review widget. The SEO path is JSON-LD only, while the widget path is the visible review block.
- What it is: a JSON-LD block that adds structured product and review data without changing the visible page layout.
- When to use it: use this path when your goal is rich result eligibility or better structured data coverage, not a customer-facing review widget.
- How to install: open the product detail page, choose `Create product snippet`, select `Direct JSON-LD rich snippet`, then copy the generated code.
- Where to paste it: place the JSON-LD in the server-rendered product template or theme file that owns the live product URL.
- How to verify: open the live product URL in Google Rich Results Test and confirm the page reads the structured data you pasted.
- Common mistake: do not expect JSON-LD to render a visible box on the storefront; if you want customer-facing reviews, use the widget embed path instead.
<!-- Paste this in the server-rendered page head or body -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Product",
"name": "{{PRODUCT_NAME}}",
"sku": "{{SKU}}",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "{{AVERAGE_RATING}}",
"reviewCount": "{{REVIEW_COUNT}}"
}
}
</script>Notifications
Use this section to manage who gets notified about review and Q&A activity.
- Choose the channels your team should use for alerts.
- Keep notifications aligned with your moderation and response workflow.
Billing and Plan
Use Billing and Plan to review subscription access, usage, and commercial details.
- Check available features and current usage limits.
- Review subscription status, invoices, and payment details.
Need the next practical step?
Open the section that matches the behavior you want to change, confirm the save action, then re-check the related preview, queue, or report before moving on.
Was this helpful?