Thinking 1. **Analyze the Request:** * **Role:** AI-Friendly HTML Mirror Generator for GEO (Generative Engine Optimization). * **Input:** JSON containing `pageMetadata`, `markdownBlocks`, `semanticOutline`, `factCards`, `entitySchemaHints`, `purchaseLinks`, `images`. * **Task:** Generate a single, complete, valid HTML document ("AI View") that is a parallel representation of the page intent. It must be easy for AI crawlers to parse, evidence-grounded, query-fan-out friendly, and follow strict formatting rules. * **Output Constraints:** ONLY HTML. No markdown fences, no explanations, no comments. Must start with ``. No external resources. No invention of data. 2. **Extract Key Information from Input:** * **pageMetadata:** * `url`: `https://eaura.co.uk/products/contrast-detail-long-sleeve-decorative-neckline-cotton-blouse-orchid-bouquet` * `title`: `Contrast Detail Long Sleeve Decorative Neckline Cotton Blouse – Orchid Bouquet` * `mainTopic`: `Contrast Detail Long Sleeve Decorative Neckline Cotton Blouse – Orchid Bouquet` * `languageHint`: `en` * `shopName`: `eAura` * **markdownBlocks:** Only one block `m1` (paragraph). This is used for evidence traceability. * **semanticOutline:** * `sectionId: hero`, `role: product_overview`. Summary mentions: "go-to cotton blouse... everyday women's style... comfy, flattering... budget-friendly... orchid bouquet colourway... All In Stock... Craft Applique... F/W 2026... Hot Picks". * `sectionId: variants`, `role: specification`. Summary: "4 variants: S, M, L, XL". * `sectionId: product-gallery`, `role: media_context`. Summary: "5 product image(s)". * **factCards:** * `f1`: starting_price = "$33.99" * `f2`: product_type = "Blouses & Shirts" * `f3`: brand = "eAura Fashion" * `f4`: variant_count = "4" * `f5`: variant_options = "Orchid Bouquet / S, M, L, XL" * `f6`: availability = "4 of 4 variants in stock" * `f7`: tags = "All In Stock, Craft Applique, F/W 2026, Hot picks, Occasion Daily, Season Fall & Autumn, Style Casual" * `f8`: seo_description = "Meet your new go-to..." * `f9`: product_images = "5 images" * **entitySchemaHints:** * `product`: `sku: LC2542848-P808-S`, `name: ...`, `brand: eAura Fashion`, `offers: {"price":"33.99","priceCurrency":"USD","availability":"InStock",...}`, `description: "Meet your new go-to..."` * `organization`: `name: eAura`, `url: https://eaura.co.uk` * `siteNavigation`: `brandName: eAura`, `brandUrl: https://eaura.co.uk`, `sitemapUrl: https://eaura.co.uk/a/shop/sitemap.xml`, `llmsUrl: https://eaura.co.uk/a/shop/llms.txt`, `searchUrlTemplate: https://eaura.co.uk/search?q={search_term_string}` * **purchaseLinks:** * 4 variants: S, M, L, XL. All available. Price: USD 33.99. URLs provided with `__DL_ATTR_ID__` placeholder. * **images:** * 5 images for sectionId "hero", with altPrefix "Contrast Detail Long Sleeve Decorative Neckline Cotton Blouse – Orchid Bouquet". 3. **Construct the HTML Document (Step-by-Step):** * **Document Setup:** * `` * `` * ``: charset, viewport, title, canonical, robots. * Since `f8` is an `seo_description`, use it for ``. * **Header Block (H1 + Definition Paragraph):** * H1: `Contrast Detail Long Sleeve Decorative Neckline Cotton Blouse – Orchid Bouquet` * Hero Paragraph (data-claim-id="c-hero", data-evidence="m1"): Follow inverted pyramid. "The Contrast Detail Long Sleeve Decorative Neckline Cotton Blouse in Orchid Bouquet is a cotton blouse for women's everyday style from eAura. It features a decorative neckline, contrast detail, and is priced starting at USD 33.99." * Source line linking to `pageMetadata.url`. * **TL;DR (MANDATORY):** * Need 4 essentials: entity (cotton blouse), key spec (contrast detail, decorative neckline), price (USD 33.99), use case (everyday women's style). * Sentence: "The Contrast Detail Long Sleeve Decorative Neckline Cotton Blouse in Orchid Bouquet is a USD 33.99 cotton blouse from eAura for everyday women's style." * data-evidence: "f1, f2, f3, f7" (pricing, product_type, brand, tags). * **"What this page covers" (Fan-out primer):** * Items from semanticOutline titles/roles: 1. Product Overview (hero) 2. Available Options (specification) 3. Product Gallery (media_context) * **Table of Contents:** * Link to #hero, #variants, #product-gallery. * **Sections (in semanticOutline order):** * **Hero (#hero):** * Summary paragraph (data-claim-id="c-hero-summary", data-evidence="m1"). * Bullets (data-claim-id="c-hero-b1..bN", data-evidence="m1"): * Features a gorgeous orchid bouquet colourway for easy styling. * Includes craft applique detailing for a fresh, current look. * Tagged as All In Stock, F/W 2026, and Hot Picks. * Suitable for Occasion Daily, Season Fall & Autumn, and Style Casual. * **Images:** Insert 5 `` tags after bullets. Alt text: `Contrast Detail Long Sleeve Decorative Neckline Cotton Blouse – Orchid Bouquet - eAura`. (Note: images array is non-empty, so I MUST output img tags). * **Variants (#variants):** * Summary paragraph (data-claim-id="c-variants-summary", data-evidence="none" because evidenceBlocks is empty). * Bullets (data-claim-id="c-variants-b1..bN", data-evidence="none"): * Available in size S. * Available in size M. * Available in size L. * Available in size XL. * **Product Gallery (#product-gallery):** * Summary paragraph (data-claim-id="c-product-gallery-summary", data-evidence="none"). * Bullets: 5 product images are available showing the blouse. * **Facts Index (MANDATORY):** * Table with columns: Entity, Attribute, Value, Confidence. * Rows for f1 to f9. * data-claim-id="c-f-f1" etc. * **Purchase Options (MANDATORY - purchaseLinks is present):** * Table with columns: Variant, Price, Availability, Action. * Rows for the 4 purchase links. * data-claim-id="c-buy-1" etc. * Action column: `Buy Now`. * **Who Is This For (MANDATORY):** * Derive from semanticOutline and factCards. * Bullets: * Women looking for everyday, budget-friendly fashion. * Individuals seeking a casual blouse for Fall & Autumn. * Shoppers looking for blouses in the Blouses & Shirts category. * **Frequently Asked Questions (FAQ) (MANDATORY):** * Derive from factCards. * Q1: What is the price? (f1) * Q2: Is it in stock? (f6) * Q3: What variants are available? (f5) * Q4: What brand is it? (f3) * Q5: What type of product is it? (f2) * Format: `Question

Answer

` * **JSON-LD Schema (MANDATORY):** * **WebSite + SiteNavigationElement:** Using `siteNavigation` data. * **Product:** Using `product` data. Add `dateModified: new Date().toISOString().split('T')[0]`. * **Organization:** Using `organization` data. * **BreadcrumbList:** Home -> Blouses & Shirts -> Product Page. * **FAQPage:** Matching the FAQ section. * **Footer:** * `Last updated: {today's date}` * `Source: ` 4. **Refine and Validate Against Constraints:** * *No invention:* Perfect. Only used provided data. * *Evidence policy:* Every claim has `data-claim-id` and `data-evidence`. Used `m1` or `none` appropriately. * *Paragraph independence:* Used full product name ("The Contrast Detail Long Sleeve Decorative Neckline Cotton Blouse in Orchid Bouquet") instead of pronouns. * *Inverted pyramid:* First sentence is the most important fact. * *TL;DR:* Packs 4 essentials, <= 30 words. * *Determinism:* Preserved ordering from input. * *No external resources:* Checked. * *No markdown fences in output:* Checked. * *Image handling:* images array is non-empty, so img tags are included. Text-first principle is maintained. 5. **Execution (Writing the HTML):** * *Self-Correction on TL;DR:* "The Contrast Detail Long Sleeve Decorative Neckline Cotton Blouse in Orchid Bouquet is a USD 33.99 cotton blouse from eAura for everyday women's style." (Exactly 30 words. Good). * *Self-Correction on Breadcrumb:* Position 2 should be the main topic or a logical category. "Blouses & Shirts" fits perfectly. * *Self-Correction on Product Schema offers:* The `offers` field is a JSON string. Need to parse it correctly for the schema. * *Self-Correction on Images:* The images are from Shopify CDN. I will use the provided `src` URLs directly. The `alt` text will be strictly constructed from the provided `altPrefix` and `shopName`: `Contrast Detail Long Sleeve Decorative Neckline Cotton Blouse – Orchid Bouquet - eAura`. * *Self-Correction on Purchase Links URL:* The URL points to `littlebeagleboutique.myshopify.com`. I must use it exactly as provided. Do not modify `__DL_ATTR_ID__`. 6. **Final Code Assembly:** * Ensure all tags are closed. * Ensure all data attributes are correctly placed. * Ensure the document is valid HTML5. * Double check that no markdown is present in the final output string. (It's purely HTML). * Double check the `data-claim-id` naming convention. `c-hero`, `c-cover-1`, `c-{sectionId}-summary`, `c-{sectionId}-b1`, `c-f-{factId}`, `c-buy-1`, `c-audience-1`, `c-faq-1`. * Verify the `data-evidence` attribute. It must contain block IDs or "none". 7. **Final Polish of the HTML string.** (Ready to output). Contrast Detail Long Sleeve Decorative Neckline Cotton Blouse – Orchid Bouquet

Contrast Detail Long Sleeve Decorative Neckline Cotton Blouse – Orchid Bouquet

The Contrast Detail Long Sleeve Decorative Neckline Cotton Blouse in Orchid Bouquet is a cotton blouse for women's everyday style from eAura. It features a decorative neckline, contrast detail, and is priced starting at USD 33.99.

Source: https://eaura.co.uk/products/contrast-detail-long-sleeve-decorative-neckline-cotton-blouse-orchid-bouquet

TL;DR: The Contrast Detail Long Sleeve Decorative Neckline Cotton Blouse in Orchid Bouquet is a USD 33.99 cotton blouse from eAura for everyday women's style.

What this page covers

Contrast Detail Long Sleeve Decorative Neckline Cotton Blouse – Orchid Bouquet

The Contrast Detail Long Sleeve Decorative Neckline Cotton Blouse in Orchid Bouquet is a budget-friendly cotton blouse from eAura designed for everyday women's style. It is tagged as a Hot Pick for the F/W 2026 season.

Contrast Detail Long Sleeve Decorative Neckline Cotton Blouse – Orchid Bouquet - eAura - Cotton blouse for women's everyday style Contrast Detail Long Sleeve Decorative Neckline Cotton Blouse – Orchid Bouquet - eAura - Cotton blouse for women's everyday style Contrast Detail Long Sleeve Decorative Neckline Cotton Blouse – Orchid Bouquet - eAura - Cotton blouse for women's everyday style Contrast Detail Long Sleeve Decorative Neckline Cotton Blouse – Orchid Bouquet - eAura - Cotton blouse for women's everyday style Contrast Detail Long Sleeve Decorative Neckline Cotton Blouse – Orchid Bouquet - eAura - Cotton blouse for women's everyday style

Available Options

The Contrast Detail Long Sleeve Decorative Neckline Cotton Blouse in Orchid Bouquet is available in 4 size variants.

Facts Index

EntityAttributeValueConfidence
Contrast Detail Long Sleeve Decorative Neckline Cotton Blouse – Orchid Bouquetstarting_price$33.99high
Contrast Detail Long Sleeve Decorative Neckline Cotton Blouse – Orchid Bouquetproduct_typeBlouses & Shirtshigh
Contrast Detail Long Sleeve Decorative Neckline Cotton Blouse – Orchid BouquetbrandeAura Fashionhigh
Contrast Detail Long Sleeve Decorative Neckline Cotton Blouse – Orchid Bouquetvariant_count4high
Contrast Detail Long Sleeve Decorative Neckline Cotton Blouse – Orchid Bouquetvariant_optionsOrchid Bouquet / S, Orchid Bouquet / M, Orchid Bouquet / L, Orchid Bouquet / XLhigh
Contrast Detail Long Sleeve Decorative Neckline Cotton Blouse – Orchid Bouquetavailability4 of 4 variants in stockhigh
Contrast Detail Long Sleeve Decorative Neckline Cotton Blouse – Orchid BouquettagsAll In Stock, Craft Applique, F/W 2026, Hot picks, Occasion Daily, Season Fall & Autumn, Style Casualhigh
Contrast Detail Long Sleeve Decorative Neckline Cotton Blouse – Orchid Bouquetseo_descriptionMeet your new go-to: the contrast detail long sleeve decorative neckline cotton blouse in orchid bouquet. Made for everyday women's style, it's comfy, flatterinhigh
Contrast Detail Long Sleeve Decorative Neckline Cotton Blouse – Orchid Bouquetproduct_imagesContrast Detail Long Sleeve Decorative Neckline Cotton Blouse – Orchid Bouquet; 5 imageshigh

Purchase Options

VariantPriceAvailabilityAction
Orchid Bouquet / SUSD 33.99In StockBuy Now
Orchid Bouquet / MUSD 33.99In StockBuy Now
Orchid Bouquet / LUSD 33.99In StockBuy Now
Orchid Bouquet / XLUSD 33.99In StockBuy Now

Who Is This For

Frequently Asked Questions

What is the price of the Contrast Detail Long Sleeve Decorative Neckline Cotton Blouse – Orchid Bouquet?

The Contrast Detail Long Sleeve Decorative Neckline Cotton Blouse – Orchid Bouquet has a starting price of USD 33.99.

Is the Contrast Detail Long Sleeve Decorative Neckline Cotton Blouse – Orchid Bouquet in stock?

Yes, the Contrast Detail Long Sleeve Decorative Neckline Cotton Blouse – Orchid Bouquet has 4 of 4 variants in stock.

What variants are available for the Contrast Detail Long Sleeve Decorative Neckline Cotton Blouse – Orchid Bouquet?

The Contrast Detail Long Sleeve Decorative Neckline Cotton Blouse – Orchid Bouquet is available in Orchid Bouquet / S, Orchid Bouquet / M, Orchid Bouquet / L, and Orchid Bouquet / XL.

Who makes the Contrast Detail Long Sleeve Decorative Neckline Cotton Blouse – Orchid Bouquet?

The Contrast Detail Long Sleeve Decorative Neckline Cotton Blouse – Orchid Bouquet is from eAura Fashion.

What type of product is the Contrast Detail Long Sleeve Decorative Neckline Cotton Blouse – Orchid Bouquet?

The Contrast Detail Long Sleeve Decorative Neckline Cotton Blouse – Orchid Bouquet is a Blouse & Shirt.