SEO Reference
State of Stick — SEO Reference
Section titled “State of Stick — SEO Reference”The on-site SEO foundations are shipped. This doc covers (1) what’s already built into the codebase, and (2) the off-site steps you need to do to get listed on Google, Bing, and the rest.
What’s already on the site
Section titled “What’s already on the site”Technical foundations
Section titled “Technical foundations”<title>+<meta name="description">on every page, tuned for SERP length (50-60 char titles, 140-160 char descriptions) with target keywords.- Canonical URLs (
<link rel="canonical">) on every page — set automatically insrc/layouts/Layout.astro. robots.txtat/robots.txt— allows crawl of public pages, blocks/api/,/admin/,/sign/,/cert/,/claim/,/docs/, and points to the sitemap.sitemap.xmlredirects tositemap-index.xml, which points tositemap-0.xml— auto-generated at build time by@astrojs/sitemap. Excludes admin + private flows. Per-page priority + changefreq tuned inastro.config.mjs.<meta name="robots">—index,follow,max-image-preview:large,max-snippet:-1by default. Private tokenized pages (cert / claim / sign) explicitlynoindex,nofollow.
Social previews
Section titled “Social previews”- OpenGraph meta —
og:type,og:title,og:description,og:url,og:image(1200×630),og:image:alt,og:locale,og:site_name. - Twitter Card —
summary_large_imagewith @techbinbytes attribution. - Default OG image —
/brand/og-image.png(1200×630, “Built To Stick. Made To Last.” with the silver emblem).
Structured data (JSON-LD)
Section titled “Structured data (JSON-LD)”Every page emits three site-wide schemas:
Organization— name, logo, founders, parent (TechBinBytes), social profiles (Depop, Instagram), contact point.LocalBusiness— name, address (Battle Creek, MI), phone, email, geo coordinates, price range, area served.WebSite— name, description, publisher reference.
Page-specific schemas:
/digital-services—Service+OfferCatalog+BreadcrumbList./brand-activations—Service+OfferCatalog(Statement / Atelier / Mural) +BreadcrumbList./collections/[slug]—CollectionPage+ItemListof products +BreadcrumbList./products/[slug]—Product+BreadcrumbListfor each product detail page.
Accessibility & technical wins
Section titled “Accessibility & technical wins”- Skip-to-content link.
- Image
altattributes on every product. - Mobile-friendly responsive layout.
- WebP product images (smaller, sharper, transparency).
- Cloudflare edge hosting (sub-100ms global TTFB).
Off-site checklist — what YOU need to do
Section titled “Off-site checklist — what YOU need to do”1. Google Search Console (highest priority)
Section titled “1. Google Search Console (highest priority)”This is how Google discovers, indexes, and reports on the site.
- Go to https://search.google.com/search-console
- Click Add property → choose Domain (preferred) or URL prefix.
- Domain: enter
stateofstick.co. Requires DNS TXT verification — adds a record to Cloudflare DNS. Best because it covers every subdomain + protocol variation. - URL prefix: enter
https://stateofstick.co. Easier verification (HTML tag), narrower scope.
- Domain: enter
- Verify ownership:
- DNS method (Domain property): copy the TXT record Google gives you, add it to your Cloudflare DNS for
stateofstick.co, click verify. - HTML tag method (URL prefix): copy the meta tag. Tell me to add it to
src/layouts/Layout.astroand I’ll deploy.
- DNS method (Domain property): copy the TXT record Google gives you, add it to your Cloudflare DNS for
- Once verified, go to Sitemaps in the left nav. Submit
https://stateofstick.co/sitemap.xml. Google will crawl + index it within hours. - Check Coverage weekly for crawl errors. Check Performance to see what queries you’re ranking for.
2. Bing Webmaster Tools
Section titled “2. Bing Webmaster Tools”Same idea, second-biggest search engine.
- Go to https://www.bing.com/webmasters
- Sign in with a Microsoft account.
- Add
https://stateofstick.co. - Quick path: import the site from Google Search Console once Google is set up — Bing pulls everything in one click.
- Submit the sitemap:
https://stateofstick.co/sitemap.xml.
3. Google Business Profile (LOCAL SEO — critical for Battle Creek discovery)
Section titled “3. Google Business Profile (LOCAL SEO — critical for Battle Creek discovery)”The LocalBusiness JSON-LD is already on the site, but Google’s local pack rankings need an actual Business Profile.
- Go to https://www.google.com/business/
- Add your business — search “State of Stick” first to make sure no duplicate exists.
- Fill in:
- Business name: State of Stick (or State of Stick, Co.)
- Category: “Custom label printer” or “Promotional products supplier” or “Manufacturer”
- Address: Battle Creek, MI workshop address (visible to customers if you want walk-ins, hidden if not)
- Phone: 269-425-1770
- Website:
https://stateofstick.co - Hours: when you’ll respond to inquiries
- Verify (postcard, phone, or email — Google picks).
- Add photos: workshop, founders, products, displays.
- Get reviews from happy customers — this is the local-ranking signal.
4. Bing Places for Business
Section titled “4. Bing Places for Business”Same as Google Business Profile, for Bing. https://www.bingplaces.com/
5. Social profile completion
Section titled “5. Social profile completion”Google uses social profiles as trust signals via the sameAs JSON-LD field (already wired up). Make sure these are claimed + populated:
- Depop: https://www.depop.com/techbinbytes/ ✅ already linked
- Instagram:
@techbinbytes✅ already linked - TechBinBytes website: https://techbinbytes.com ✅ already linked
- Optional: Pinterest (huge for emblem/sticker discovery), TikTok (for drop videos), Facebook Business Page (for older local Michigan audiences)
6. Submit to relevant directories
Section titled “6. Submit to relevant directories”- TechBinBytes parent site — link prominently to
stateofstick.co - Michigan Made — https://michiganmade.com
- Pure Michigan business directory
- Made in USA directories
- Etsy — set up a shop pointing back to stateofstick.co
- Local Battle Creek chamber of commerce if you’re a member
7. Backlink strategy (the slow grind)
Section titled “7. Backlink strategy (the slow grind)”- Press: send drops to local Battle Creek + Michigan press. “Local Michigan brand…” stories land easily.
- Influencer seeding: send free product to TCG / car / motorcycle / outdoor influencers with a stateofstick.co URL.
- Guest posts: write about laser-cut emblem manufacturing for maker/laser blogs.
- Wholesale partners’ websites: every retailer who stocks State of Stick should link to your site from theirs (built into the wholesale program already).
- Reddit: organic participation in r/somethingimade, r/Michigan, r/TCG, r/motorcycles — never spam, just be present.
8. Tools to monitor + improve
Section titled “8. Tools to monitor + improve”- PageSpeed Insights — https://pagespeed.web.dev/ — run for the homepage + key pages. Aim for 90+ on mobile.
- Google Rich Results Test — https://search.google.com/test/rich-results — paste any page URL and verify the JSON-LD parses + qualifies for rich snippets.
- Schema.org validator — https://validator.schema.org/ — same but more strict.
- Lighthouse (built into Chrome DevTools) — runs full SEO + performance + accessibility audit.
- Ahrefs Webmaster Tools (free tier) — backlink monitoring + keyword tracking.
How to test what’s shipped
Section titled “How to test what’s shipped”Quick checks you can run right now:
# Robots.txt loadscurl https://stateofstick.co/robots.txt
# Sitemap loadscurl https://stateofstick.co/sitemap.xml
# Per-page meta on homecurl -s https://stateofstick.co/ | grep -oE '<title>[^<]+|description"[^>]+'
# JSON-LD blocks presentcurl -s https://stateofstick.co/ | grep -c 'application/ld+json'# Should print 3+ (Organization, LocalBusiness, WebSite + any page-specific)Paste any page URL into:
- https://search.google.com/test/rich-results — should show Organization, LocalBusiness, BreadcrumbList eligibility
- https://cards-dev.twitter.com/validator — should preview the OG image and copy
- https://developers.facebook.com/tools/debug/ — same for Facebook/Instagram
What’s NOT done yet (and is worth doing next)
Section titled “What’s NOT done yet (and is worth doing next)”High-impact, easy
Section titled “High-impact, easy”- Blog / drop journal — short posts about new drops, collabs, retailer profiles. Massive long-tail SEO play.
- FAQ schema — add a
FAQPageJSON-LD to wholesale + custom + digital-services pages for “common questions” rich snippets. - Customer reviews / testimonials —
Review+AggregateRatingJSON-LD on collection pages once you have retailer + buyer testimonials.
Medium-impact
Section titled “Medium-impact”- Image sitemap — separately list every emblem image so Google Image Search has a direct manifest.
- Video content — drop teaser videos with
VideoObjectJSON-LD for YouTube + on-site embedding. - Internal linking audit — make sure related collections cross-link, wholesale → custom → brand-activations form a coherent funnel.
Performance
Section titled “Performance”- Hero image preload —
<link rel="preload" as="image" href="/brand/sos-silver-emblem-hero.png">on the home would improve LCP. - Critical CSS inlining — Astro does some of this; we could push further.
/emblems/page — the catalog page renders 120+ images. Consider splitting into pagination or virtual scroll to improve initial paint.
Pick any of these and tell me to run with it.