Dr J's Binding Protocol — Document 11

Website Development Standards

E-commerce platform requirements, performance benchmarks, SEO best practices, and consumer psychology principles.

Version 1.0 February 2026 Research-backed · Actionable · Measurable

Table of Contents

Part 1 — E-Commerce Platform Standards

Part 2 — Web Performance Standards

Part 3 — SEO Standards

Part 4 — Consumer Psychology

Appendices

Part 1: E-Commerce Platform Standards

These standards ensure products can be listed, discovered, and sold across major e-commerce platforms. Each platform has specific technical requirements for product data, images, and page markup. Meeting the strictest requirements guarantees compatibility everywhere.

1.1 Google Shopping / Google Merchant Center

Product Feed Required Attributes

AttributeRequirementLimits
idUnique product identifierMax 50 characters
titleProduct nameMax 150 characters (~70 display in ads)
descriptionProduct descriptionMax 5,000 characters
linkProduct landing page URLMust match verified domain
image_linkMain product image URLMust be crawlable, no placeholders
priceProduct price with currencyMust match landing page price
availabilityStock statusin_stock, out_of_stock, preorder
brandBrand nameRequired for all branded products
conditionProduct conditionnew, refurbished, used

Image Specifications

SpecNon-ApparelApparel
Minimum dimensions100 x 100 px250 x 250 px
Recommended800 x 800 px+800 x 800 px+
Max file size16 MB16 MB
FormatsJPEG, PNG, WebPJPEG, PNG, WebP
BackgroundPure white (#FFFFFF) strongly recommended
Product coverage75-90% of image frame
ProhibitedPromotional text, watermarks, logos, borders on main image

Structured Data Requirements

Google requires JSON-LD structured data on product pages for rich results. Must be in server-rendered HTML (not client-side JavaScript injected).

Critical: Products with missing or incorrect GTINs have limited visibility. Custom/handmade products must set identifier_exists to false. As of October 2025, misleading pricing triggers immediate warnings or account suspension.

1.2 Amazon Marketplace

Product Title

SpecValue
Maximum length200 characters (including spaces)
Recommended80 characters or fewer for mobile
StructureBrand + Product Line + Material/Feature + Type + Color + Size
Prohibited! $ ? _ { } ^ ~ | — ALL CAPS — promotional phrases

Product Images

SpecMain ImageAdditional Images
Minimum1,000 px longest side1,000 px longest side
Recommended2,000 x 2,000 px2,000 x 2,000 px
BackgroundPure white (RGB 255,255,255) — mandatoryAny (lifestyle allowed)
Product fill85%+ of frameNo requirement
Max file size10 MB10 MB
FormatsJPEG, PNG, TIFFJPEG, PNG, TIFF
Max count18 (9 total)
WebPNot supported

A+ Content Alt Text

Mandatory: Amazon A+ Content submissions are rejected without alt text. Limit: 100 characters per image. Must be unique per image. Amazon crawls A+ alt text for indexing — it directly affects discoverability.

Backend Keywords

SpecValue
Standard limit500 bytes (not characters)
Exceeding the limitAmazon de-indexes the entire field
SeparatorSpaces only (not commas or semicolons)

1.3 Walmart Marketplace

Listing Quality Score (LQS)

Walmart uses a 0-100% score across four pillars: Content & Discoverability, Offer, Ratings & Reviews, Post-Purchase Quality.

TargetScore
Minimum viable50-60%
Competitive80%+
Buy Box / Walmart Connect eligible90%+

Key Requirements

ElementSpecification
Product title50-75 characters recommended; truncated beyond ~75
Images minimum4 images required, at least 1 lifestyle/in-use
Image dimensions1,000 x 1,000 px minimum; 2,000 x 2,000 px recommended
Image backgroundPure white (RGB 255,255,255) for main image
Description150+ words minimum
FormatsJPEG, PNG, BMP (no GIF)

1.4 Facebook / Meta Commerce

ElementSpecification
Image minimum500 x 500 px
Image recommended1,024 x 1,024 px
Display format1:1 (square) in Shops and ads
OG image for sharing1,200 x 630 px minimum
Required OG tagsog:title, og:type, og:image, og:url
Meta Pixel eventsViewContent, AddToCart, Purchase, InitiateCheckout

1.5 Pinterest Shopping

ElementSpecification
Rich PinsRequires Open Graph or Schema.org Product markup
Optimal image1,000 x 1,500 px (2:3 vertical — 67% more engagement)
Feed minimum image75 x 75 px (800 x 800 px recommended)
Title max500 characters
Description max10,000 characters

1.6 Microsoft / Bing Shopping

ElementSpecification
Feed formatAccepts Google Shopping format directly
Image minimum220 x 220 px
UET TagRequired on all pages; 50+ events needed for verification
Feed processingUp to 3 business days (slower than Google)

1.7 Cross-Platform Standards

Universal Image Standard

Master Image Specification: Produce all product images at 2,000 x 2,000 px, JPEG format, pure white background (#FFFFFF). This satisfies the strictest requirements (Amazon, Walmart) and can be downscaled for every platform.

Image Format Compatibility

FormatGoogleAmazonWalmartMetaPinterestBing
JPEGYesYesYesYesYesYes
PNGYesYesYesYesYesYes
WebPYesNoNoNoNoNo

Safest universal format: JPEG for photographs, PNG for graphics with transparency.

Alt Text Standards (All Platforms)

PlatformCharacter LimitNotes
Amazon A+ Content100 characters (mandatory)Submissions rejected without it
Google / Bing (on-page)80-125 charactersAffects Image Search ranking
General best practiceUnder 125 charactersScreen reader attention limit

Alt Text Rules

Part 2: Web Performance Standards

Performance directly impacts search rankings, user experience, and conversions. A 0.1-second speed improvement yields an 8.4% increase in e-commerce conversions. These standards define measurable targets for every performance tool.

2.1 Core Web Vitals (Google Ranking Signal)

Core Web Vitals Thresholds (2025-2026)

MetricGoodNeeds ImprovementPoor
LCP (Largest Contentful Paint)≤ 2.5 seconds2.5 - 4.0 s> 4.0 s
INP (Interaction to Next Paint)≤ 200 ms200 - 500 ms> 500 ms
CLS (Cumulative Layout Shift)≤ 0.10.1 - 0.25> 0.25

INP replaced FID in March 2024. To pass: 75th percentile (p75) of visits must meet "Good" for all three metrics. Mobile scores are the primary ranking signal.

2.2 Google Lighthouse Scoring

Performance Score Weights

MetricWeightGood Threshold
Total Blocking Time (TBT)30%< 200 ms
Largest Contentful Paint (LCP)25%≤ 2.5 s
Cumulative Layout Shift (CLS)25%≤ 0.1
First Contentful Paint (FCP)10%≤ 1.8 s
Speed Index10%≤ 3.4 s

Score Ranges

RangeRatingTarget
90-100Good (green)Our standard
50-89Needs Improvement (orange)Minimum acceptable for launch
0-49Poor (red)Must not launch

Lighthouse SEO Audit (14 Checks)

2.3 GTmetrix & WebPageTest

GTmetrix Grading

Grade = 70% Performance Score + 30% Structure Score. Target: Grade A (90-100).

Key Page Load Targets

MetricTargetAcceptablePoor
Full page load< 2 seconds2-3 seconds> 3 seconds
First Contentful Paint< 1.8 seconds1.8-3.0 s> 3.0 s
Time to Interactive< 3.8 seconds3.8-7.3 s> 7.3 s
TTFB (Time to First Byte)≤ 800 ms800-1,800 ms> 1,800 ms
Server response time< 200 ms200-600 ms> 600 ms

2.4 Page Weight & Request Budgets

BudgetTarget
Total page weight (ideal)≤ 365 KB
Total page weight (practical)< 1.5 MB
HTTP requests (excellent)< 25
HTTP requests (good)< 50
Mobile images total< 500 KB

2.5 Image Optimization

Format Selection

FormatUse CaseSize vs JPEGBrowser Support
AVIFPhotos, complex images50% smaller93.8%
WebPGeneral purpose25-35% smaller95.3%
JPEGFallbackBaseline100%
PNGTransparencyLarger for photos100%
SVGIcons, logosResolution-independent100%

Responsive Image Implementation

<picture>
  <source srcset="image.avif" type="image/avif">
  <source srcset="image.webp" type="image/webp">
  <img src="image.jpg" alt="Description" loading="lazy" decoding="async"
       width="800" height="600"
       srcset="image-480w.jpg 480w, image-768w.jpg 768w, image-1280w.jpg 1280w"
       sizes="(max-width: 768px) 100vw, 50vw">
</picture>

Lazy Loading Rules

2.6 CSS, JavaScript & Font Optimization

TechniquePurposeImpact
MinificationRemove whitespace, comments20-40% file size reduction
Critical CSS inliningInline above-fold CSS in <head>Faster FCP/LCP
Defer/async JSNon-blocking script loadingReduces TBT
font-display: swapShow system font, swap when loadedPrevents FOIT
Preload critical fonts<link rel="preload">Faster text rendering
WOFF2 formatBest font compression~30% smaller than WOFF
Self-host fontsAvoid third-party latencyEliminates DNS + connection time

2.7 Caching & Compression

Cache Headers

Resource TypeCache-Control Header
Static assets (CSS, JS, images)public, max-age=31536000, immutable
HTML documentsno-cache + ETag
API responsesprivate, no-cache, max-age=0

Compression

AlgorithmCompressionUse
Brotli~70% reductionStatic assets (preferred)
Gzip~65% reductionFallback / dynamic content

2.8 Mobile Performance

Responsive Breakpoints

CategoryRange
Mobile320px - 599px
Tablet600px - 1023px
Desktop1024px - 1919px
Large desktop1920px+

Touch & Viewport Standards

StandardRequirement
Touch target minimum48 x 48 px with ≥ 8px spacing
Viewport meta tag<meta name="viewport" content="width=device-width, initial-scale=1.0">
Font size minimum≥ 12px for ≥ 60% of text
Do NOT usemaximum-scale=1.0 or user-scalable=no (blocks zooming)

2.9 Accessibility (WCAG 2.1 AA)

Color Contrast

ElementMinimum Ratio (AA)
Normal text (< 24px)4.5:1
Large text (≥ 24px or ≥ 18.66px bold)3:1
UI components, icons, borders3:1
Focus indicators3:1 against adjacent colors

Core Requirements

Part 3: SEO Standards

3.1 On-Page SEO

Title Tag

SpecStandard
Character limit50-60 characters (~580px)
Keyword placementPrimary keyword in first 3-5 words
FormatPrimary Keyword - Secondary | Brand Name
UniquenessEvery page must have a unique title

Meta Description

SpecStandard
Desktop limit150-160 characters (~920px)
Mobile safe zoneFront-load key info in first 120 characters
CTA inclusionInclude call-to-action ("Shop now", "Free shipping")
UniquenessEvery page must have a unique description

Heading Hierarchy

RuleStandard
H1 per pageExactly 1, includes primary keyword
HierarchyH1 > H2 > H3 — never skip levels
H2sMajor sections / subtopics
H3sSub-sections within H2 blocks

URL Structure

SpecStandard
Slug length3-5 words (25-30 characters)
Total URL lengthUnder 60 characters
SeparatorHyphens only (never underscores)
CaseAlways lowercase
Stop wordsRemove "and", "the", "of"

Image SEO

ElementStandard
Alt textUnder 125 characters, descriptive, keyword in 1-2 per page
File namesHyphen-separated, lowercase (e.g., axle-truss-gm-14-bolt.jpg)
Keyword stuffingOnly 1-2 images per page with target keyword in alt

Internal Linking

SpecStandard
Link density5-10 internal links per 2,000 words
Click depthImportant pages within 2-3 clicks from homepage
Anchor textDescriptive, relevant to destination; avoid "click here"

3.2 Technical SEO

XML Sitemap

SpecStandard
Max URLs per sitemap50,000
Max file size50 MB (uncompressed)
Required tags<urlset>, <url>, <loc>
Include onlyIndexable, canonical URLs (no noindex, no redirects)
LocationReferenced in robots.txt

robots.txt Template

User-agent: *
Allow: /
Disallow: /cart/
Disallow: /checkout/
Disallow: /account/
Disallow: /search?
Disallow: /admin/
Disallow: /*?sort=
Disallow: /*?filter=

Sitemap: https://example.com/sitemap.xml

SSL / HTTPS

Mandatory. HTTPS is a confirmed Google ranking signal. All pages, all subdomains. 301 redirect all HTTP to HTTPS. Zero mixed content tolerance.

Structured Data (Schema.org / JSON-LD)

Product Page Schema (Required)

{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "Product Name",
  "image": ["https://example.com/product.jpg"],
  "description": "Product description",
  "sku": "ABC123",
  "brand": { "@type": "Brand", "name": "Patriot Chassis" },
  "offers": {
    "@type": "Offer",
    "priceCurrency": "USD",
    "price": "99.99",
    "availability": "https://schema.org/InStock"
  }
}

Organization Schema (Homepage)

Include: name, url, logo, sameAs (social profiles), telephone, email, address.

BreadcrumbList Schema (All Product & Category Pages)

Sequential position numbers starting from 1. Absolute URLs. Breadcrumbs increase CTR by up to 30%.

LocalBusiness Schema (Business with Physical Location)

Include: address, geo coordinates, opening hours, phone, email, sameAs. Described as "no longer optional" in 2026.

Open Graph & Twitter Cards

<!-- Open Graph -->
<meta property="og:title" content="Product Name | Brand">
<meta property="og:description" content="Description under 200 chars">
<meta property="og:image" content="https://example.com/product.jpg">
<meta property="og:url" content="https://example.com/product/">
<meta property="og:type" content="product">

<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Product Name | Brand">
<meta name="twitter:image" content="https://example.com/product.jpg">

OG image: 1,200 x 630 px, JPEG or PNG, under 5 MB. Unique per page.

Canonical Tags

301 Redirects & Site Migration

RuleStandard
Link equity passed90-99% via 301
Maximum chain length2 hops
Keep redirects activeAt least 1 year post-migration
Internal linksUpdate to new URLs directly

3.3 E-Commerce Specific SEO

Product Page Requirements

Category Page Requirements

Product Description Minimums

Product TypeMinimum Words
Simple / low-cost125+
Standard300+
Complex / high-cost500+
Educational / comparison-needed800-1,500

3.4 Content SEO

ElementStandard
Keyword density1-2% (never above 3%)
Duplicate contentEvery page must have substantially unique content
Long-tail keywordsTarget 3+ word phrases (~70% of all searches)
User intentMatch content to intent: informational, commercial, transactional

3.5 Local SEO

NAP Consistency

95%+ consistency required across website, Google Business Profile, social profiles, directories, and schema markup. Even "St." vs "Street" can cause ranking demotions. Businesses with 95%+ NAP consistency rank 3.2 positions higher in Local Pack.

Google Business Profile

3.6 SEO Tools & Metrics

Google Analytics 4 — Key E-Commerce Events

EventTrigger
view_item_listUser views category / product list
view_itemUser views product detail page
add_to_cartUser adds product to cart
begin_checkoutUser starts checkout
purchaseUser completes purchase

Google Search Console — Monitor

Part 4: Consumer Psychology

Research-backed principles that drive purchase decisions, trust, and engagement. Every standard in this section is supported by published research.

4.1 Visual Psychology & First Impressions

The 50ms Rule: Users form credibility judgments about a website in 50 milliseconds (Lindgaard et al., 2006). 75% of credibility judgments are based on visual design alone (Stanford Web Credibility Project). Every page must pass this test.

Eye-Scanning Patterns

PatternWhen It AppliesDesign Implication
F-PatternText-heavy pagesPlace key info in first 2 lines; front-load paragraphs
Z-PatternVisual/minimal pagesLogo top-left → CTA top-right → content bottom-left → CTA bottom-right

Color Psychology

ColorAssociationUse
BlueTrust, stability, professionalismHeaders, backgrounds, trust elements
RedUrgency, energy, passionCTAs, sale badges, accent color
BlackLuxury, power, premiumPremium brands, dark themes
GreenSafety, growth, eco-friendlySuccess states, trust badges
WhiteCleanliness, simplicityWhite space for premium perception

White Space

White space around products and text increases perceived value by up to 300% (Iseki, 2025). Luxury brands use 40%+ white space. White space improves reading comprehension by 20% and directs attention to key elements.

4.2 Trust & Credibility Signals

Stanford Web Credibility Guidelines

Trust Signals Implementation

SignalImpactPlacement
Customer reviewsUp to 270% conversion increaseProduct pages, near CTAs
Trust badges (SSL, guarantees)Up to 32% sales increaseNear checkout/payment areas
Phone number visibleSignificant trust increaseHeader, footer, contact page
Physical addressRequired for credibilityFooter, about page, schema
Partner/association logosAuthority by associationHomepage, about page
"Made in USA" messaging52% consider important; 45% pay 5%+ premiumHomepage, product pages

4.3 Conversion Psychology

Hick's Law

More choices = slower decisions = fewer conversions. Jam study: 6 options → 30% conversion vs. 24 options → 3% conversion. Standard: 5-7 navigation items, 3-6 featured products per section, 3-5 checkout steps.

CTA (Call-to-Action) Standards

ElementStandardResearch
PlacementAbove the fold, centeredAbove-fold CTAs outperform by 304%. Centered gets 682% more clicks.
ColorHigh-contrast accent colorMust be most visually prominent element in section
Size≥ 44px tall (mobile), 48-56px desktopLarger buttons = up to 90% more clicks
TextAction verb, benefit-focused"Get a Free Quote" > "Submit". First-person ("Start My...") outperforms.
Per viewportOne primary CTAMultiple competing CTAs dilute effectiveness

Price Transparency

Hidden pricing drives users away. When prices are hidden ("Contact for Price"), users leave and go to competitors who display prices (Nielsen Norman Group). If exact pricing is impossible, show "Starting at $X" or a price range. An instant quote tool — even approximate — is better than none.

Key Psychological Principles

PrincipleApplication
Loss aversionFrame benefits as avoiding losses. Losses felt 2x stronger than gains.
AnchoringShow original price alongside sale price. First number seen anchors perception.
Scarcity"Limited stock", "Only 3 left" increases urgency and conversions.
ReciprocityOffer value first (guides, calculators) before asking for action.
Zeigarnik effectProgress indicators in multi-step processes increase completion 15-30%.

4.4 Product Presentation

Product Image Standards

StandardResearch
5-8 images per product0→1 image doubles conversion; 1→2 doubles again (eBay study)
Include lifestyle/context shot9% conversion increase with larger, multiple photos (Zalando)
Include detail close-upsShoppers 3x more likely to convert with high-quality + zoom
Include scale/dimension shotReduces returns by setting accurate expectations

Recommended Image Sequence

  1. Hero/lifestyle — product in context
  2. Primary view — clean, well-lit
  3. Alternate angle — rear/side view
  4. Detail close-up #1 — key feature, craftsmanship
  5. Detail close-up #2 — secondary feature
  6. Scale/dimension — with reference or measurements
  7. In-use/application — real-world context

360-Degree Views & Video

Product Description Psychology

4.5 Cognitive Load & UX

Miller's Law (7 ± 2)

ElementMaximum
Main navigation items5-7
Checkout steps3-5
Form fields per visible step5-7
Products in comparison4-5

Progressive Disclosure

Typography Standards

ElementStandard
Body text minimum16px (1rem), ideally 18px for long-form
Line height1.5-1.75x font size
Line length50-75 characters per line
H1 sizeAt least 2x body size

4.6 Mobile Psychology

Thumb Zone

Mobile Attention

4.7 Emotional Design & Brand Storytelling

Don Norman's Three Levels of Design

LevelFocusApplication
VisceralAppearance (50ms)Visual design quality, color, imagery, typography
BehavioralUsabilityNavigation, checkout flow, page speed, forms
ReflectiveSelf-image / meaningBrand prestige, "Made in USA", premium positioning

All three must be addressed. A beautiful site with terrible usability fails. A functional but ugly site fails. A site that works and looks good but has no brand story fails.

Aesthetic-Usability Effect

Users perceive attractive products as more usable (Kurosu & Kashimura, 1995). Beautiful design creates a halo effect: users tolerate minor usability issues on attractive sites. Visual polish is not optional — it directly impacts perceived usability and trust.

Brand Storytelling Standards

Appendix A: Quick Reference

Critical Thresholds at a Glance

ElementThreshold
LCP (Largest Contentful Paint)≤ 2.5 seconds
INP (Interaction to Next Paint)≤ 200 milliseconds
CLS (Cumulative Layout Shift)≤ 0.1
TTFB (Time to First Byte)≤ 800 ms (target < 200 ms)
Full page load< 2 seconds
Page weight< 1.5 MB
HTTP requests< 50
Title tag50-60 characters
Meta description150-160 characters
Alt textUnder 125 characters
H1 per pageExactly 1
URL slug3-5 words, under 60 chars total
Text contrast (AA)4.5:1 normal / 3:1 large
Touch target size≥ 48 x 48 px, ≥ 8px spacing
Product images2,000 x 2,000 px master, JPEG, white bg
OG image1,200 x 630 px
Keyword density1-2% (never > 3%)
Product description300+ words minimum
Navigation items5-7 maximum
Product images per product5-8
NAP consistency95%+ across all citations

Appendix B: Pre-Launch Checklist

Performance

SEO

Accessibility

E-Commerce Platform Readiness

Psychology & UX

Appendix C: Sources & References

E-Commerce Platforms

Web Performance

SEO

Consumer Psychology

DominionPort Website Development Standards

Version 1.0 — February 2026

This document serves as the binding protocol for all website development projects.