Metadata Update Guide
Your title tags are solid. Product schema is rich. Now it's about finishing the on-page foundation so those title tags actually convert to clicks. Everything below is copy-paste ready.
| Item | Status |
|---|---|
| Product Title Tags | 6/6 — Done |
| Product Schema | 6/6 — Done |
| Meta Descriptions | 0/17 — Missing on all pages |
| OG Tags | 0/17 — Missing on all pages |
Title Tags — Done
Every watch page has the artist name, "limited edition artist watch," and the brand. This is exactly what search engines need.
Eddie Watch – Mad Hudson Watches
Broken Time by Brad Podray - limited edition artist watch | Mad Hudson
Product Schema — Done
Full structured data on every product page — specs, SKUs, pricing, availability, limited edition counts, review ratings. Google has everything it needs for rich product results.
Add Meta Descriptions to Every Page
Missing on all 17 pages
The meta description is the 1-2 sentence preview under your title in Google search results. Right now, Google is auto-generating these from whatever text it finds on your page — sometimes your product description, sometimes "join the madness" or footer text. You have zero control over what people see before they decide to click.
How to Do It in Shopify
Each page type lives in a slightly different place in admin, but the process is the same: scroll to the bottom, find "Search engine listing," click Edit, paste the description.
Product Pages
- Go to Products in your Shopify admin
- Click the product (e.g., Broken Time)
- Scroll to the very bottom — look for "Search engine listing"
- Click "Edit" (or "Edit website SEO")
- You'll see three fields: Page title, Meta description, URL handle
- Paste the meta description into the Meta description field
- Save
Collection Pages
- Go to Products → Collections
- Click the collection (e.g., 3 OG Watches)
- Scroll to bottom → "Search engine listing" → Edit
- Paste the meta description
- Save
Regular Pages (About, Contact, FAQ)
- Go to Online Store → Pages
- Click the page
- Scroll to bottom → "Search engine listing" → Edit
- Paste the meta description
- Save
Homepage
- Go to Online Store → Preferences
- Under "Title and meta description" — paste the homepage meta description
- Save
Homepage
Artist-designed watches, limited to 100 pieces each. Where creative culture meets your wrist. Pre-order the next drop from Mad Hudson Watches.
Watch Products
Brad Podray's Broken Time watch — hand-painted cracked glass on a yellow dial. Limited to 100 pieces. Artist-designed, Chicago-made.
Riki Prosper's CD Watch — a wearable tribute to physical media. Limited to 100 pieces. Artist-designed watch from Mad Hudson.
Bryce Wong's Dogma watch — praying hands that become a dog as the day turns. Limited edition, artist-designed. Wear the madness.
The Eddie Watch — bold design meets everyday wearability. Limited edition from Mad Hudson Watches. Artist-designed, Chicago-born.
The Marshall Watch — square case, green dial, 100 pieces worldwide. Limited edition artist watch from Mad Hudson. Currently available.
The Miami Watch — sun-washed blue and warm metallic tones in a square case. Limited to 100 pieces. Artist-designed by Mad Hudson.
Merch
Black Eye Tee from Mad Hudson Watches. Bold graphic, soft cotton. Wear the madness.
The Watchers long-sleeve tee from Mad Hudson. For the ones paying attention.
Collection Pages
Shop all Mad Hudson watches and merch. Limited edition artist-designed watches, each made in runs of 100. Chicago-born, creator-funded.
The original three — Broken Time, CD Watch, and Dogma. Mad Hudson's first artist collaborations. Limited to 100 pieces each.
New drops from Mad Hudson Watches. Limited edition artist collaborations — when they're gone, they're gone. Pre-order now.
Artist-designed watches from Mad Hudson. Every piece is a collaboration, limited to 100, and built to be worn. See the full lineup.
Mad Hudson merch — tees and gear for the watch community. Wear the madness beyond the wrist.
Info Pages
Mad Hudson Watches — a time-bending experiment disguised as a watch company. Founded by three creators in Chicago. Artist collabs, limited runs.
Get in touch with Mad Hudson Watches. Questions about orders, collaborations, or press? We're here.
Shipping, returns, warranty, pre-orders — everything you need to know about ordering from Mad Hudson Watches. 1-year warranty included.
Update Collection Page Titles & Descriptions
Missing H1 + content on all collection pages
Your collection pages are just product grids with no heading and no introductory text. Google sees a page full of products but no signal for what the category is. It's like a store aisle with no sign.
In Shopify, the collection Title becomes the H1 heading on the page. The Description field adds indexable content above the product grid.
How to Update
- Go to Products → Collections
- Click the collection
- Update the Title field (this becomes the H1)
- Add a 1-3 sentence Description in the rich text editor
- Save
Suggested Titles and Descriptions
The Original Three — First Artist Collaborations
The first three Mad Hudson artist collaborations — Broken Time by Brad Podray, CD Watch by Riki Prosper, and Dogma by Bryce Wong. Each limited to 100 pieces. Where it all started.
New Releases — Latest Artist Drops
The latest drops from Mad Hudson. Every watch is a limited edition artist collaboration — once the run of 100 is gone, it's gone. Get on the list.
All Watches & Merch
Artist-Designed Watches
Mad Merch — Wear the Madness
Social Sharing Previews (OG Tags)
No preview cards on any page
When someone shares a Mad Hudson link in a text, on Instagram, Facebook, or Slack — Open Graph tags control what image, title, and description show up in the preview card. For a visual brand, every share is a free billboard.
How to Verify
- After adding meta descriptions, test a product URL at opengraph.xyz
- You should see: title, description, and product image in the preview
- If the image is wrong, check that each product's first image is the one you want in previews (Shopify uses image position 1)
Add FAQ Schema to Your FAQ Page
FAQ content exists, schema missing
Your FAQ page already has 8 well-written sections. Adding FAQ schema tells Google "this page has questions and answers" — which can make your FAQ show up as expandable Q&A directly in search results. High visibility, zero cost.
Using Shopify's HTML Editor
- Open the FAQ page in your Shopify admin
- In the Content section, look for the "Show HTML" button — it looks like
</>in the toolbar - Click it. The content switches from visual mode to raw HTML code. This is normal.
- Don't change any existing code. Scroll all the way to the bottom, past everything that's already there.
- Click at the very end and press Enter to make a new line
- Paste the code block below
- Click "Show HTML" again to switch back to visual mode. The script block will disappear from view — that's expected. It's invisible to visitors but readable by Google.
- Save the page
Code to Paste
Copy the entire block below and paste it at the end of your FAQ page's HTML content:
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What is Mad Hudson's warranty policy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "All Mad Hudson watches come with a 1-year warranty covering hassle-free repairs."
}
},
{
"@type": "Question",
"name": "How long does Mad Hudson shipping take?",
"acceptedAnswer": {
"@type": "Answer",
"text": "We ship from Chicago. In-stock items ship within 3 business days."
}
},
{
"@type": "Question",
"name": "What is Mad Hudson's return policy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "We accept returns within 14 days for unworn items in original packaging."
}
},
{
"@type": "Question",
"name": "Does Mad Hudson ship internationally?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. International shipping is now available. Customs duties and taxes are the responsibility of the buyer."
}
},
{
"@type": "Question",
"name": "How do Mad Hudson pre-orders work?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Pre-orders reserve your watch from a limited run of 100 pieces. You pay upfront and the watch ships when the production run is complete."
}
},
{
"@type": "Question",
"name": "Where are Mad Hudson watches made?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Mad Hudson watches are designed in Chicago and manufactured through our Hong Kong production partnership."
}
},
{
"@type": "Question",
"name": "What happens if my Mad Hudson package is lost or stolen?",
"acceptedAnswer": {
"@type": "Answer",
"text": "We have a two-tier replacement policy for lost or stolen packages. Contact support@madhudsonwatches.com for details."
}
}
]
}
</script>
How to Verify
- After saving, go to Google Rich Results Test
- Paste your FAQ URL:
https://madhudsonwatches.com/pages/faq - Click "Test URL" and confirm it detects FAQPage schema
Check for Breadcrumb Support
Not active
Breadcrumbs show a clickable path in search results (Home > Watches > Broken Time) instead of just the raw URL. Most Shopify themes have this built in but turned off.
How to Check
- Go to Online Store → Themes → Customize
- Look in Theme settings (gear icon at the bottom of the left panel)
- Search for a "Breadcrumbs" or "Navigation" toggle
- If it exists, turn it on — the theme likely includes the schema automatically
- If there's no toggle, skip this for now. A Shopify app like "Smart SEO" can add it later without touching theme code.
Blog: Fix or Leave for Later
Sitemap exists, content not accessible
Your Shopify sitemap references a blog, which means blog content exists somewhere in admin. But /blog returns a 404 and there's no blog link in your navigation. If Google is crawling a blog sitemap and finding nothing, that's a minor negative signal.
If You Want the Blog Active
- Go to Online Store → Blog posts
- Check if there are any published posts
- If yes, add "Blog" or "Stories" to your main navigation (Online Store → Navigation)
- If no posts exist, either publish something or leave it for Phase 2
If You Have One Hour
| # | Task | Time | Impact |
|---|---|---|---|
| 1 | Meta descriptions on product pages | 20 min | Controls SERP snippets |
| 2 | Homepage meta description | 2 min | Brand search CTR |
| 3 | Collection page meta descriptions | 10 min | Category keywords |
| 4 | Collection titles & descriptions | 10 min | Adds H1s + content |
| 5 | Info page meta descriptions | 5 min | Completeness |
| 6 | FAQ schema | 15 min | Rich result eligibility |
| 7 | Breadcrumb toggle | 5 min | Quick win if available |
| 8 | Verify OG tags | 5 min | Social sharing previews |
Total: ~70 minutes for the complete on-page SEO foundation.
When to Expect Results
-
Week 1-2 Google re-crawls and picks up new meta descriptions. Verify by searching
site:madhudsonwatches.comand checking that your snippets match what you wrote. -
Week 3-4 Impressions may increase as Google tests your pages for new queries.
-
Week 6-8 Ranking movement window. Keywords should start shifting from page 2+ toward page 1.
-
Month 3 Full picture. We'll do another scan and compare against today's baseline.
What They Are and Which Ones Matter
Shopify has three types of "extra data fields" you might encounter. Here's what they are, whether they matter for SEO, and where to find them.
The Three Types
| Type | What It Is | Where It Lives | SEO Priority |
|---|---|---|---|
| Product Metafields | Custom fields you define for the whole product — artist name, artist bio, care instructions, material details. | Products > [Product] > scroll to Metafields | Medium. Not directly visible in search results unless your theme displays them or they feed into schema markup. |
| Variant Metafields | Custom fields attached to specific variants (sizes, colors). | Products > [Product] > Variants > [Variant] > Metafields | Low for Mad Hudson. Your watches don't have meaningful variants. Skip these. |
| Category Metafields | Pre-built fields Shopify generates based on your product category (e.g., "Watches" creates fields for case material, band material, movement type, water resistance). | Settings > Custom data > Metafields > Product metafields | High. These feed directly into structured data that Google can parse. |
Category Metafields to Fill In (Watches Category)
| Field | Example Value (CD Watch) | Worth Filling? |
|---|---|---|
| Case material | Black IP stainless steel | Yes — appears in structured data |
| Band/strap material | Leather | Yes |
| Movement type | Miyota Quartz | Yes — watch enthusiasts search by movement |
| Water resistance | 3 ATM | Yes |
| Case diameter | 40mm | Yes — "40mm watch" is a real search term |
| Crystal type | Mineral | Optional |
Custom Product Metafields (Already Set Up)
The existing Shopify automation script already defined these custom metafields for artist data:
meta_description— Custom meta description (redundant with the SEO field, but used by the script)artist_name— The collaborating artist's nameartist_bio— Short artist biography
These are useful for templating, but they don't directly appear in Google unless the theme renders them or uses them in JSON-LD schema.
Where to Find and Edit Metafields
Method 1: Per-Product. Go to Products, click on a product, scroll down past the description to find the Metafields section. Fill in the values and save.
Method 2: Bulk Editor. Go to Products, select all products, click "Bulk edit," then click "Columns" to add metafield columns. Fill in values across all products in a spreadsheet-like view.
Method 3: Definitions. Go to Settings > Custom data, click "Products" under Metafields, click "Add definition" to create a new custom metafield. You probably don't need this — the category metafields and existing custom fields (artist_name, artist_bio) should cover everything.
Updating One Product (Start to Finish)
Here's the full flow for updating one product. Use the CD Watch as the example since it needs the most work (all images lack alt text, no meta description set).
Step 1: Open the Product
- Log into Shopify admin
- Click Products in the left sidebar
- Click "CD Watch" from the product list
Step 2: Update Alt Text on Images
- In the Media section at the top, click the first product image
- A panel opens with an "Alt text" field (may say "Add alt text")
- Paste the recommended alt text from this guide
- Click Save or close the panel
- Repeat for each image
Step 3: Update Page Title and Meta Description
- Scroll to the very bottom of the product page
- Find the "Search engine listing" section
- If it's collapsed, click "Edit" to expand it
- In the "Page title" field, replace the existing text with:
The CD Watch by Riki Prosper — Limited Edition Artist Watch | Mad Hudson - In the "Description" field (this is the meta description), paste:
The CD Watch — a holographic disc dial watch designed by Atlanta artist Riki Prosper for Mad Hudson. Changes color with every turn of the wrist. Limited to 100 pieces. - Leave the URL handle alone — don't change
cd-watch
Step 4: Fill In Category Metafields (If Available)
- Scroll to the Metafields section (below the SEO section)
- If you see pre-labeled fields for the Watches category, fill them in:
- Case material: Black IP stainless steel
- Band material: Leather
- Movement: Miyota Quartz
- Water resistance: 3 ATM
- Case diameter: 40mm
- If you see the custom metafields (artist_name, artist_bio), fill those in too:
- artist_name: Riki Prosper
- artist_bio: Atlanta-based designer and artist known for vibrant work blending pop culture with nostalgic and futuristic elements.
Step 5: Save
- Click Save in the top-right corner
- Shopify will confirm the save
- That's it — move to the next product
Requires Dev / Liquid Editing
These three fixes need code-level changes in the Shopify theme. They should be done on a staging/mirror site first, then pushed to live. None change how the site looks to customers.
1. Fix H1 Hierarchy (High Impact)
The fix: In the Liquid template, change the logo element from <h1> to a <div>, and wrap the text "Mad Hudson Watches" in the <h1> tag instead. The logo can remain visually identical — only the HTML semantics change.
Impact: High. Google gives significant weight to H1 content. This is the single highest-value code change.
Where: Online Store > Themes > Edit code > Sections > header.liquid
2. External Links Open in New Tab
The problem: Artist social media links (Instagram, portfolio sites) on product pages navigate the user away from Mad Hudson. Once they leave, they're gone.
The fix: Add target="_blank" rel="noopener noreferrer" to all external artist links in the product page Liquid template.
Impact: Medium. Keeps users on-site, reduces bounce rate, preserves the path to purchase.
Where: Online Store > Themes > Edit code > Sections > product-template.liquid
3. "More From Artist" → On-Page Anchor
The problem: The "More From Artist" section on product pages currently links to the artist's Instagram, which takes the user off-site.
The fix: Replace the Instagram link with an anchor link that scrolls to an expanded artist bio section lower on the same product page. This keeps users on-site and adds indexable content.
Impact: Medium-high. Adds indexable artist content without changing visible product descriptions. Enables artist bio accordion sections (a future content play).
Edge Cases and Gotchas
What not to touch
- URL handles — leave /products/broken-time, /products/cd-watch, etc. as they are. Changing URLs breaks existing links, bookmarks, and whatever SEO equity they've built.
- Product titles (H1s) — "Eddie Watch," "Marshall Watch," "Broken Time" etc. are clean and correct. Don't stuff keywords into them.
- Product descriptions — this guide doesn't cover rewriting the on-page body copy. That's a separate effort covered in the Product Content guide.
Character limits
| Field | Google Display Limit | What Happens If Too Long |
|---|---|---|
| Page title | ~60 characters | Truncated with "..." in search results. The title still works for ranking — it just looks cut off to searchers. |
| Meta description | ~160 characters | Truncated with "..." — or Google may ignore it entirely and pull its own snippet from the page. |
| Alt text | No hard limit | Keep under ~125 characters. Screen readers may handle long alt text awkwardly. Be descriptive but concise. |
The "Sold Out" factor
All six watches are currently sold out. This doesn't reduce the value of SEO updates — it increases it. People searching for these watches will land on these pages regardless. Good meta descriptions and alt text ensure they find you through search, see the quality of the brand, and are primed to buy when new editions drop.
Verifying your changes
After updating, check each product page:
- Visit the product page on the live site
- Right-click the page → View Page Source
- Search for
<title>to confirm your page title - Search for
meta name="description"to confirm your meta description - Search for
alt=to confirm image alt text
Mad Hudson SEO — Metadata Update Guide · Scan date: March 5, 2026 · Baseline: February 9, 2026 · Prepared by Garen Hudson