// Docs
Enable the
FAQ schema embed.
Navaal publishes FAQ structured data to your storefront through a Shopify theme app embed. It is off by default. Here is how to turn it on, and how to verify it is working.
// Why this step exists
One toggle, once.
Shopify requires apps to add storefront code through theme app extensions rather than editing your theme files. That is a good thing — it means Navaal never touches your theme code and nothing breaks when you switch themes.
The trade-off is that the embed ships off by default. Until you turn it on, Navaal generates and stores your FAQ content, but that structured data does not reach your live storefront.
You need FAQ content published
Generate FAQ content for at least one product in Navaal and publish it through Review & Publish. The embed only outputs schema for products that have published FAQ content.
Takes about 30 seconds. You only do this once per theme.
// Steps
Enable the embed.
Open your theme editor
In your Shopify admin, go to Online Store → Themes, then click Customize on your published theme.
Open App embeds
In the left sidebar of the theme editor, click the App embeds icon — it is the puzzle-piece icon near the bottom.
Turn on “AI-search FAQ schema”
Find AI-search FAQ schema in the list and switch the toggle on.
Save
Click Save in the top right. That is it — structured data now publishes to your product pages.
Open the theme editor directly
Replace YOUR-STORE with your store domain and open this URL — it lands you straight on the App embeds panel:
https://YOUR-STORE.myshopify.com/admin/themes/current/editor?context=apps
Navaal also links you here directly from the setup card on your dashboard.
// Verify
Confirm it is live.
Do not take our word for it — check the page yourself. This takes a minute.
Open a product page on your live storefront
Pick a product you have published FAQ content for in Navaal.
View the page source
Right-click the page and choose View page source, then search the page for FAQPage.
You should see a JSON-LD block
Something like <script type="application/ld+json">{"@context":"https://schema.org","@type":"FAQPage",…}</script>
Validate it properly
Paste the product URL into Google’s Rich Results Test. It should detect FAQ structured data with no errors.
// Troubleshooting
If it is not showing.
Nothing appears in my page source
The Rich Results Test finds nothing
I switched themes and it stopped working
Does this slow my store down?
Will this guarantee rich results or AI citations?
Still stuck?
Email a human at [email protected]. Include your .myshopify.com domain and a screenshot — we reply within one business day (AEST).