Scriveiner International

    Free Marketing Audit Worth $500

    Which best describes your SEO & AI search monthly retainer budget?

    What services we can provide you?

    International SEO Case Study · 2025–2026

    How Scriveiner Scaled Organic Clicks by 85% Through Technical SEO & International Search Optimisation

    A complete breakdown of the hreflang fixes, PDP content overhaul, schema markup implementation, and AI/GEO visibility strategy that drove compound growth for the UK's leading accessible luxury pen brand.

    +85%

    Organic Clicks

    52.7K vs 28.5K

    +168%

    Store Sessions

    5.69M vs 2.12M

    +53%

    Store Sessions

    88.2K sessions

    +53%

    Monthly Revenue

    ↑ 34% YoY revenue
    ClientScriveiner London
    Industry: Luxury Stationery / eCommerce
    Timeline 6 Months · 2025–2026
    Client Background

    Scriveiner — Accessible Luxury, Globally

    Founded in 2019 by Yanning Li and Justin Lowes, Scriveiner London has grown into the UK's foremost accessible luxury pen brand — a King's Award Winner with over 500,000 pens sold worldwide. The brand's philosophy of "luxury minimalism" drives a product line of brass and aluminium pens using German Schmidt nibs, positioned firmly between disposable office pens and legacy luxury maisons.

    Scriveiner operates an international Shopify storefront serving customers across the US, UK, Germany, and global markets — with a product catalogue spanning Classic and EDC collections across fountain pens, rollerballs, and ballpoints.

    Despite strong brand equity and exceptional product reviews, the site was leaving significant international organic traffic on the table due to structural technical SEO issues, unoptimised product pages, and zero AI search presence.

    📊 Google Search Console — 6-Month Comparison

    28.5K

    Previous 6 Months

    Clicks

    52.7K

    Last 6 Months

    +85% Clicks

    2.12M

    Previous Impressions

    5.69M

    Current Impressions

    7.5

    Avg. Position

    ↑ from 14.4

    Core Challenges Identified

    A comprehensive technical SEO audit of scriveiner.com revealed four critical failure points preventing the site from realising its international ranking potential.

    🌍 Hreflang Implementation Errors

    Conflicting hreflang tags across UK, US and DE storefronts caused Googlebot to serve the wrong regional URLs — cannibalising rankings across markets and triggering duplicate content signals internationally.

    📄 Thin PDP Content

    Product Detail Pages relied on short, templated copy with no semantic depth. Pages lacked structured product benefits, buying intent signals, and FAQ content — leaving high-converting long-tail keywords uncaptured.

    🏷 Missing Schema Markup

    No structured data was implemented across PDPs. Product schema, review aggregates, FAQ schema and breadcrumb markup were entirely absent — losing eligibility for rich results and AI-sourced citations.

    🤖 Zero AI/GEO Visibility

    The site had no presence in ChatGPT, Google AI Mode, or Gemini responses. With AI search generating 25+ visibility score and 992 brand mentions now attributed to SEO work, this was a significant missed channel.

    🤖⚙️ Crawl & Indexation Issues

    Shopify's default URL structure generated crawl inefficiencies. Faceted navigation pages were being indexed, diluting crawl budget. Collection pages lacked canonical clarity for international variants.

    📉 CTR Decline

    Average CTR had dropped from 1.3% to 0.9% period-over-period. Title tags and meta descriptions were unoptimised for modern SERP features, with no power words, urgency signals, or emotional hooks.

    The International SEO Execution Plan

    The engagement was structured across four pillars: Technical SEO foundation, International Architecture, On-Page Content Optimisation, and AI/GEO Search Visibility.

    Pillar 1: Hreflang Architecture Fix & International SEO

    Correcting cross-regional URL targeting to eliminate cannibalisation

    TECHNICAL SEO

    Scriveiner's Shopify storefront uses sub-directory international expansion (e.g. /en-gb/, /en-us/, /de/). A full hreflang audit revealed mismatched return tags — the US pages pointed back to the UK root, and the German market had orphaned hreflang nodes with no x-default declaration.

    The fix involved implementing a complete self-referencing hreflang cluster across all PDPs, collection pages, and the homepage — with correct x-default pointing to the root international URL.

    HTML HREFLANG FIX <HEAD>
    <!-- Correct hreflang implementation for Scriveiner international markets --> <link rel="alternate" hreflang="x-default" href="https://scriveiner.com/products/classic-black-lacquer-fountain-pen" /> <link rel="alternate" hreflang="en-gb" href="https://scriveiner.com/en-gb/products/classic-black-lacquer-fountain-pen" /> <link rel="alternate" hreflang="en-us" href="https://scriveiner.com/en-us/products/classic-black-lacquer-fountain-pen" /> <link rel="alternate" hreflang="de" href="https://scriveiner.com/de/products/classic-black-lacquer-fountain-pen" />
    ✓ x-default declared
    ✓ All return tags verified
    ✓ Sitemap hreflang synced
    ✓ GSC international report cleared
    + DE market indexed properly
    + 591 referring domains maintained

    Pillar 2: PDP Content Optimisation

    Transforming thin product pages into high-intent, semantically rich landing pages

    ON-PAGE SEO

    Each Scriveiner PDP was audited for keyword coverage, semantic depth, and conversion copy quality. Thin pages averaging 80–120 words were rebuilt with structured content blocks covering: product differentiation, material specifications, nib/refill details, gifting use cases, and comparison anchors.

    Target keywords integrated across titles, H2s, alt text, and body copy included: luxury fountain pen, brass ballpoint pen, German Schmidt nib pen, fountain pen gift set, affordable luxury writing pen, rollerball pen for professionals, and country-specific variants for US and DE markets.

    "Scriveiner pens sit in an 'affordable luxury' niche — the PDP copy had to bridge the emotional aspiration of luxury ownership with the rational confidence of a quality-informed buyer. Every page needed to answer both."

    ⊕ Title tags rewritten (power words + nib type)
    ⊕ Meta descriptions A/B structured
    + Feature blocks: material · nib · weight · use case
    + Long-form copy: 350–600 words per PDP
    + Alt text on all product images
    + Internal linking to collections + refill pages
    ✓ CTR improved: 0.9% → target 1.4%+

    Pillar 3: Schema Markup Implementation

    Product, Review, FAQ, BreadcrumbList and Organization schema

    STRUCTURED DATA

    A complete structured data layer was built and deployed across the site. Schema types implemented include Product (with AggregateRating, Offers, and brand), FAQPage on PDPs, BreadcrumbList, and Organization with sameAs social entities. This enabled rich results eligibility and AI citation discoverability.

    {
      "@context": "https://schema.org/",
      "@type": "Product",
      "name": "Scriveiner Classic Black Lacquer Fountain Pen",
      "brand": { "@type": "Brand", "name": "Scriveiner" },
      "description": "Brass fountain pen with 18k Schmidt nib, black lacquer finish...",
      "aggregateRating": {
        "@type": "AggregateRating",
        "ratingValue": "4.9",
        "reviewCount": "1200"
      },
      "offers": {
        "@type": "Offer",
        "priceCurrency": "GBP",
        "availability": "https://schema.org/InStock"
      }
    }
    
    + Product schema on all PDPs
    + AggregateRating with review count
    + FAQPage schema (3–5 Q&A per PDP)
    + BreadcrumbList schema
    + Organization + sameAs entities
    ✓ Validated in Google Rich Results Test
    ✓ No schema errors in GSC

    Pillar 4: AI & GEO Search Visibility

    Getting cited by ChatGPT, Google AI Mode, AI Overviews, and Gemini

    GEO · AI SEARCH

    Generative Engine Optimisation (GEO) was a central workstream. Content was restructured to answer definitive question patterns common in AI search prompts: "What is the best affordable luxury fountain pen?", "What pens use Schmidt nibs?", "Best pen gift under £50 UK". Concise, factual answer blocks were embedded in PDPs and blog content to improve AI citation rates.

    The results from Semrush's AI Visibility tracker confirm meaningful progress: an AI Visibility Score of 25, with 992 total mentions across AI platforms and 1.2K cited pages. ChatGPT alone generated 232 mentions across 554 cited pages.

    ChatGPT

    232

    554 cited pages
    AI Overview

    199

    198 cited pages
    AI Mode

    477

    691 cited pages
    Gemini

    84

    145 cited pages
    + Answer blocks on all PDPs
    + E-E-A-T signals strengthened
    + Brand entity disambiguation
    + Concise factual paragraphs for AI parsing
    ✓ AI Visibility Score: 25 (from 0)
    ✓ Total AI mentions: 992
    RESULTS

    Measurable Outcomes Across All Channels

    Results across organic search, ecommerce performance, and AI visibility confirm the compound impact of a technical + content + structured data strategy executed in parallel.

    Metric Before After Change
    Organic Clicks (6 months) 28,500 52,700 +85% ↑
    Search Impressions (6 months) 2.12M 5.69M +168% ↑
    Average Position 14.4 7.5 +6.9 positions ↑
    Store Sessions (30 days) ~57.7K 88.2K +53% ↑
    Monthly Revenue ~$49.4K $66.2K +34% ↑
    Orders (30 days) ~836 1,054 +26% ↑
    Conversion Rate ~0.85% 1.02% +19% ↑
    AI Visibility Score 0 25 New channel ↑
    AI Mentions (total) 0 992 +992 ↑
    Organic Keywords ~8.2K 8.1K -0.9% (consolidation)
    Referring Domains 591 591 Maintained
    Authority Score 29 31 +2 ↑
    FAQ SCHEMA BLOCKS

    Frequently Asked Questions

    These FAQ blocks were implemented as FAQPage schema on Scriveiner’s PDPs to improve rich result eligibility, capture long-tail question queries, and provide direct answer content for AI search engines.

    What makes Scriveiner pens different from other luxury pens?
    Scriveiner pens combine British design with German-engineered Schmidt nibs and refills, delivering a writing experience typically associated with pens costing three to five times more. Every pen features a solid brass or aluminium barrel, scratch-resistant lacquer finish, and comes in a premium gift presentation box — making them ideal for both daily professional use and as a considered gift.
    Are Scriveiner fountain pens suitable for beginners?
    Yes, our fountain pens are designed for ease of use. The high-quality Schmidt nibs provide a smooth ink flow without requiring excessive pressure, making them perfect for those transitioning from ballpoints.
    Do Scriveiner pens ship internationally?
    Absolutely. We operate across UK, US, and DE markets with local fulfilment to ensure fast and reliable international delivery.
    What refills are compatible with Scriveiner pens?
    Our pens use standard international sizing. We recommend Schmidt refills (Standard International Size) for the best writing experience, which are widely available worldwide.
    Does Scriveiner offer a warranty?
    Yes, all Scriveiner pens come with a manufacturer's warranty against defects to ensure your luxury writing instrument lasts for years to come.
    What is technical SEO, and why does it matter for eCommerce?
    Technical SEO ensures that search engines can crawl and index your store efficiently. For eCommerce, it prevents issues like duplicate content from product variants and ensures international customers see the correct currency and language.

    CONCLUSION

    What This Case Study Demonstrates

    The Scriveiner engagement is a clear example of how a structured, multi-pillar international SEO strategy — grounded in technical accuracy and content depth — produces compound results across both traditional organic search and the emerging AI search landscape.

    Fixing hreflang issues alone recovered cannibalised international rankings. PDP content optimisation drove long-tail keyword capture and improved CTR. Schema implementation unlocked rich results. And AI/GEO content strategy opened an entirely new discovery channel worth 992 brand mentions per month.

    The most important metric: sessions grew 53%, orders grew 26%, and revenue grew 34% — confirming that SEO gains translated directly to business outcomes, not just vanity metrics.

    Key Takeaways

    🌍
    Hreflang errors silently kill international rankings — audit first
    📄
    PDP content quality is the #1 on-page ranking lever for eCommerce
    ⌨️
    Schema is table stakes — no structured data = no rich results
    🤖
    GEO/AI visibility is a new organic channel growing fast
    📈
    Position improvement (14.4 → 7.5) multiplies impression value


    Scroll to Top