When a shopper asks ChatGPT "Is [Your Brand] a sustainable company?", the answer does not come from your beautifully designed hero image. It comes from the raw, unexecuted HTML of your About Us page.
If your Shopify About Us page relies on client-side JavaScript to load your founding story, AI agents like GPTBot and ClaudeBot will likely see a blank page. We built Pendium, an AI visibility platform, to track exactly how these systems perceive brands, and the data is clear: to control how AI summarizes your history and values, you have to serve a plain HTML hierarchy backed by explicit schema markup. By establishing a structured, machine-readable baseline on your Shopify store, you ensure that conversational search platforms can extract, parse, and verify your brand identity without relying on guesswork.

The JavaScript trap hiding your story from AI
Many Shopify merchants design their About Us pages using drag-and-drop page builders or custom liquid sections that render content dynamically. While these tools create appealing designs for human shoppers, they often build a structural barrier for AI crawlers. These scrapers operate as plain HTTP clients. Unlike web browsers, they generally do not spend the computing power required to execute complex client-side JavaScript.
If your store utilizes apps that inject your brand story, mission, or founder profiles after the initial page load, AI bots see an empty shell. When the core narrative of your business is locked inside asynchronous script files, models cannot build an accurate representation of your brand entity. This technical blind spot explains why a company can have strong conventional search engine rankings but remain invisible inside conversational AI answers. In our work with Shopify stores at Pendium, we routinely find that this technical gap is the leading cause of brand exclusion in generative search answers.
To understand how this impact scales, look at the technical architecture of Shopify stores. The default theme engine uses server-rendered Liquid code, which is highly readable to bots. However, many merchants compromise this foundation by layering on heavy third-party apps for tabs, sliders, and custom layouts. The structural barrier of client-side rendering for AI crawlers is a documented hurdle for modern e-commerce stores, as outlined in The Complete Shopify GEO Guide. To guarantee that your story is readable, you must bypass client-side execution entirely. You can run a detailed technical diagnostic of your store's crawlability using Pendium's AI Site Audit.
The curl test for AI visibility
You can test exactly what an AI agent sees when it requests your About Us page by using a simple command-line utility. By simulating the user-agent of an AI crawler, you bypass the browser rendering engine and view the raw payload.
Run the following command in your terminal:
curl -A "GPTBot" https://yourstore.com/pages/about-us | grep "your-target-text"
Replace yourstore.com with your store domain and your-target-text with a unique term from your brand story, such as your founder's last name or your main manufacturing location. If the command returns no output, the text is being injected via JavaScript. It is invisible to AI crawlers, meaning your brand narrative is functionally nonexistent to the models.
Structuring HTML for factual extraction
Once you confirm your text is present in the raw server response, you must structure the content to match how large language models parse data. When a search assistant processes a web page, it splits the text into distinct chunks. It then maps these chunks to its index based on contextual relevance and proximity.
Semantic HTML tags provide the necessary boundaries for this chunking process. Rather than styling text with generic divider tags, use structured containers like <article> and <section>. These tags tell the scraper that the enclosed text constitutes a single, cohesive concept. Without these boundaries, an AI model might link your founder's background with unrelated footer links or product policies, leading to incorrect summaries.
Writing clear, descriptive prose is the core of this process. As detailed in the Shopify Answer Engine Optimization Guide, AI assistants prioritize structured, scannable page content over vague marketing slogans.
| Structural Element | Bad Practice (Invisible/Confusing) | Good Practice (Machine-Readable) |
|---|---|---|
| Heading Style | Generic styled text (<span class="large-title">) | Semantic heading tags (<h2>, <h3>) |
| Heading Copy | "Our Philosophy" or "The Magic Inside" | "Where are our materials sourced?" |
| Text Placement | Embedded directly in custom graphics/banners | Server-rendered HTML paragraph tags (<p>) |
| Content Flow | Long, unbroken walls of generic copy | Question-and-answer pairs with short paragraphs |
Use declarative, question-based headings
Generative search engines often try to match user questions directly to headings on a webpage. When structuring your page, frame your subheadings as direct questions or clear declarative statements.
Instead of a heading like "Our Heart," use "Why we founded our brand in Chicago." This directness makes it simple for the crawler to link the question to the immediate paragraph below it. Keep your paragraphs limited to two or three sentences to prevent different ideas from blending together during the chunking phase.
Avoid text embedded in images
Many brands present their timeline or manufacturing steps as a custom graphic. While visually clean, this practice hides your most important credentials from basic web scrapers.
If you use an image to show your supply chain or founding history, you must also provide the exact same text in plain HTML. Do not assume the crawler will perform image recognition to read your graphics. If a fact is not written in standard text, the AI engine cannot use it as a citation source.
Injecting Organization schema into your Shopify theme
While clean HTML allows bots to read your story, structured data lets them catalog your business as a distinct entity. Standard search engines look at keywords, but AI engines map the web as a network of connected entities. Schema.org markup is the standard language that defines these connections.
By implementing Organization schema on your About Us page, you provide a clean, machine-readable summary of your business facts. This schema tells the model your exact business name, founding date, headquarters, and founders without forcing it to guess from the text. According to Getting Your Shopify Store Ready for AI Search, structured data is the single most effective way to make your store legible to AI.
To implement this without breaking your theme, you can write a custom liquid block or add JSON-LD directly to your theme.liquid file, ensuring it only executes on your About Us page.
{% if template.suffix == 'about' or page.handle == 'about-us' %}
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Your Store Name",
"url": "https://yourstore.com",
"foundingDate": "2021",
"foundingLocation": {
"@type": "Place",
"name": "Denver, Colorado"
},
"founder": {
"@type": "Person",
"name": "Jane Doe"
},
"knowsAbout": [
"organic textiles",
"sustainable manufacturing"
],
"sameAs": [
"https://www.instagram.com/yourbrand",
"https://www.linkedin.com/company/yourbrand"
]
}
</script>
{% endif; %}
Mapping brand facts to JSON-LD
The JSON-LD code block above acts as a direct reference sheet for AI models. The knowsAbout field is highly useful for vertical categorization. By listing your specific areas of expertise, you signal to the model which product categories you are qualified to be recommended for.
Ensure the values in your schema match the written copy on your page. If your JSON-LD says you were founded in Denver in 2021, but your page prose says you started in Boulder in 2022, the model may flag the contradiction as a trust risk. For a complete strategy on structuring your store catalog, check out our guide on how to structure Shopify collection schema so AI recommends your categories.
Writing prose that machines can summarize
AI search engines require concrete data to cite your store with confidence. If an assistant recommended a brand based on vague claims, it would risk losing the user's trust. The more specific, verifiable facts you provide on your About Us page, the easier it is for an AI to quote your store as an authority.
When writing your About Us copy, avoid generic marketing slogans that lack real meaning. Statements like "we strive to deliver quality products with passion" contain no extractable data. Instead, focus on specific metrics, locations, names, and certifications. To see how these principles apply to specific industries, review the public visibility profiles of established businesses like Resist or Shef to see how clear, factual narratives perform.
To understand the difference, consider how an AI model processes these two distinct styles of writing:
- Puffery style: "We are a family-owned company born out of a desire to create better products for a brighter tomorrow. Our team is dedicated to sourcing the finest materials from around the globe to ensure you get the absolute best."
- Factual entity style: "Founded in 2019 by Sarah Chen in Portland, Oregon, we manufacture outdoor gear using 100% GOTS-certified organic cotton. We source our raw materials from cooperative farms in India and distribute our products to over 40,000 customers across North America."
The factual style contains multiple real-world entities: a founder name, a founding year, a specific location, a recognized certification, a clear raw material source, and a customer scale metric. A retrieval model can easily convert this text into clean facts. When a shopper asks ChatGPT for "organic cotton outdoor gear brands based in Oregon," the model can confidently recommend your business because you provided the exact data points required to answer that specific query. This approach aligns directly with the best practices discussed in Writing About Pages That AI Trusts.
Auditing your brand baseline for the AI-first web
Updating your About Us page is not just about human readability. It is about feeding the models the structured data they need to index your business. By shifting your brand facts into server-rendered HTML and clear schema markup, you control the narrative that generative platforms display to future customers.
Before you rewrite your page or edit your liquid templates, you need to understand where your store stands. Traditional SEO tools do not show you what conversational models say about your company behind the scenes.
You can find out what these platforms currently think of your business in under two minutes. Use Pendium's free AI Visibility Scan to analyze your store and see exactly what ChatGPT, Claude, and Gemini tell users about your brand history.