Bulk Update Shopify Product Descriptions With FAQs (including HTML j-son schema)

The following is the process to use the “FAQs For Existing Product Description With Schema” ai prompt that is available in the Optizen AI public prompt repository.
The Prompt
Read this ecommerce product description. Do not remove this description. Below the current product description, add a html space, then create a heading in <h2>Popular Questions<h/2>.
Then add a html space.
Then write the text: The following are some common questions we're asked about this product:.
Then add a html space.
Then create 3 frequently asked questions and answers about this ecommerce product. Write the questions and answers only.
The questions should be wrapped in <h2> tags.
The answers should be wrapped in <p> tags.
Then add html j-son schema code for the FAQs.
Wrap the code between <script type="application/ld+json"> </script> tags.
Where To Use This AI Prompt
This prompt is specific to the product description of Shopify products. You can can use the prompt in it’s raw form from the repository, and then replace sections for your specific use case.
You can also edit and or add to it for your specific use case. Also see our prompt for updating Shopify product descriptions in bulk including internal linking.
When To Use This Prompt
This prompt can be used for any product in your Shopify store using the Optizen AI app if you want a more advanced AI prompt to update product descriptions with FAQs and schema.
You can tweak this ai prompt as you need, and it’s optional to add the FAQ schema section. Note that currently this will add FAQ j-son schema code in the <body></body> of the product description. If you are technically conservative, you may not want to do this. However it will validate in the https://validator.schema.org/ tool.
An example the code the prompt will generate is:
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "Is hemp oil safe for dogs, and will it make my pet 'high'?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Hemp oil is safe for dogs and will not make them 'high.' Our hemp oil products are specially formulated to contain minimal levels of THC, the psychoactive compound found in marijuana. These trace amounts are not enough to produce any intoxicating effects. Instead, hemp oil offers various potential health benefits for dogs, including pain relief, anxiety reduction, and improved overall well-being."
}
},
{
"@type": "Question",
"name": "How do I administer hemp oil to my dog?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Administering hemp oil to your dog is easy and can vary based on the product type. Hemp oil tinctures can be added to your dog's food or given orally. Capsules are typically given with a treat or hidden in a soft treat pocket. Hemp oil treats are a tasty way to provide the benefits, and topical solutions can be applied directly to the skin as needed. It's essential to follow the recommended dosage instructions provided on the product label, which may differ based on your dog's size and specific needs."
}
},
{
"@type": "Question",
"name": "How long does it take for hemp oil to show results in my dog?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The time it takes for hemp oil to show results in your dog can vary depending on several factors, including your dog's size, age, and the specific condition you're addressing. In some cases, you may notice improvements within a few days, while for others, it may take a couple of weeks of consistent use to see the full effects. Be patient and monitor your dog's response to the hemp oil. It's essential to follow the recommended dosage and consult with your veterinarian for guidance on the best approach for your pet's needs."
}
}
]
}
You’ll notice the prompt does not create open and closing tags, hence why we request the prompt to add: <script type=”application/ld+json”> </script>
We also want the prompt to retain the existing content on the page, an append the FAQs to the end of the product description.
Example
Below you can see an example of the output, and how FAQ are added to an existing Shopify product description.


Example of FAQ schema in the source code of a product:

Steps For Using This Prompt
Step 1: Navigate to the “product” tab in Optizen AI. Search via name or using tags for the product or products you wish to update. Use the check boxes to select the products.

Step 3: Select the “FAQs For Existing Product Description With Schema” from the drop down under the Product Description prompt field. Ensure you are using the prompt repository tab. Be sure to check the box for “Update this section”. Then click Proceed.

Step 3: Click Proceed to run the prompt. On completion, check the output using the Log section of the app. You can then choose to keep or restore the update.

The next step is to test this prompt out for yourself in your Shopify store using Optizen AI.
Or view the tutorial here:
Ready to Boost Your Shopify Store?
Increase revenue with video upsells and dominate search rankings with AI-powered SEO.
Related Articles

Shopify Store Doubles Traffic & Increases Revenue Using Optizen
Below is a recent update on a site using Optizen, and the impact a simple change and a simple Optizen feature made to this Shopify store – doubling traffic and increasing revenue. The process is so simple, and still so powerful today.

Collections & Tag Page AI Updates Now Available In OptizenAI
We’ve just release some new updates in OptizenAI. Specifically: You can see how the updates work and how to use them in the video below:

Using STS (Strategic Text Sequences) With The Aim Of Manipulating LLMs In Search
In April 2024, a research paper was published by Aounon Kumar, Himabindu Lakkaraju from Harvard University title: Manipulating Large Language Models to Increase Product Visibility. The paper investigates the possibility of manipulating large language models (LLMs) to enhance product visibility. The authors demonstrate that by adding a carefully crafted strategic text sequence (STS) to a product’s […]