SleekRank for antique typewriter listings
SleekRank turns your Etsy export, restoration shop Google Sheet, or estate-sale manifest CSV into one ranked WordPress page per typewriter. Maker, model, year, serial number, restoration notes, and Product schema all render from the same row.
€50 off for the first 100 lifetime licenses!
Typewriter buyers shop by maker, model, and year
Typewriter collecting in 2026 splits into precise niches. An Underwood No. 5 from 1923 with the original glass keys is one buyer. A 1957 Royal Quiet De Luxe in seafoam green is a different buyer. A late-model Olivetti Lettera 32 is yet a third. The 3,000 manual-era machines moving through Etsy, dedicated typewriter shops, and writer-focused Facebook groups each carry maker, model, year, serial number, color, and restoration history that the buyer is filtering on hard before they consider the asking price.
SleekRank reads a CSV exported from your Etsy shop, a Google Sheet maintained at the restoration bench, or a JSON file from your point-of-sale system and emits one indexable URL per machine. The base page in WordPress holds the typing-sample photo, restoration log, key-action notes, and shipping callout. Mappings push maker model year into the H1, the serial number and color into selector badges, and a JSON-LD Product block into the head with availability and condition tied to the row.
When a typewriter ships, drop the row, the URL returns 404 on the next cache refresh, and the sitemap regenerates. Acquire a 20-machine estate haul, paste the manifest, and 20 ranked pages exist by the next morning.
Workflow
From bench sheet to ranked typewriter page
Design the typewriter template
Connect the inventory source
Wire fields and Product schema
Publish and submit sitemap
Data in, pages out
From bench sheet to ranked typewriter page
| slug | maker_model | year | color | price |
|---|---|---|---|---|
| underwood-no-5-1923-glass-keys | Underwood No. 5 | 1923 | Black, glass keys | $340.00 |
| royal-quiet-deluxe-1957-seafoam | Royal Quiet De Luxe | 1957 | Seafoam green | $285.00 |
| olivetti-lettera-32-1965-blue | Olivetti Lettera 32 | 1965 | Robin's egg blue | $210.00 |
| hermes-3000-1962-curvy-cursive | Hermes 3000 | 1962 | Seafoam, curvy cursive | $725.00 |
| smith-corona-silent-1951-tombstone | Smith Corona Silent | 1951 | Two-tone gray | $195.00 |
/typewriters/{slug}/
- /typewriters/underwood-no-5-1923-glass-keys/
- /typewriters/royal-quiet-deluxe-1957-seafoam/
- /typewriters/olivetti-lettera-32-1965-blue/
- /typewriters/hermes-3000-1962-curvy-cursive/
- /typewriters/smith-corona-silent-1951-tombstone/
Comparison
Etsy storefront vs SleekRank typewriter catalog
Etsy storefront only
- Etsy listing fees compound across 100 to 300 active machines
- Etsy SEO ranks for Etsy traffic, not direct Google searches for makers
- Sold listings vanish from Etsy along with their backlinks and reviews
- Color, serial, and restoration history collapse into one description blob
- No JSON-LD Product schema unless you bolt on Etsy SEO services
- Etsy can deplatform a vintage seller with no recourse and no migration path
SleekRank
-
Each machine owns a real URL on your domain at
/typewriters/{slug}/ - Maker, year, serial, and color render as structured badges
- JSON-LD Product schema with availability and itemCondition per row
- Sold typewriters drop to 404 and exit the sitemap on cache refresh
- Typing-sample photos and key-action GIFs from a media column
- Cache cycle keeps prices in step with bench-fresh restorations
Features
What SleekRank gives you for Antique typewriters for sale
Year and color as filters
Typewriter collectors filter by year first (pre-war, mid-century, late manual era) and color second. Storing both as their own columns means filterable archives. A 1923 Underwood and a 1957 Royal never collide.
Restoration log per machine
New platen, cleaned typebars, replaced ribbon, lubed escapement. Each row carries its own restoration_notes column that renders as a transparency block. Buyers know exactly what was serviced.
Typing samples that last
Typing-sample images hosted on your domain via a samples column never rot the way Etsy-hosted images do after a listing closes. Five years from now the URL still serves the typing sample buyers expect.
Use cases
Who runs typewriter inventories with SleekRank
Typewriter restoration shops
Shops cycling 100 to 300 machines a year through the bench need URLs that outlast any single Etsy listing. Each machine accrues inbound links and search traffic across the full sell window.
Collectors selling down
Long-time collectors trimming a focused subset (only Olivetti, only portables, only pre-war Underwoods) gain a domain-aligned catalog that ranks for the specialty.
Writer-focused sellers
Sellers marketing to working writers gain a catalog that ranks for typing-feel queries like quiet typewriter for writers. Long-form intent meets long-form URLs the writer can bookmark.
The bigger picture
Why per-machine URLs outrank Etsy storefronts
Typewriter buyers in 2026 still find typewriters through Google more than they find them by browsing Etsy. A specific search like 1957 Royal Quiet De Luxe seafoam needs a matching URL with the maker, year, and color in the page, and Etsy listings rank for Etsy's domain authority rather than the seller's brand. The shops winning this long-tail traffic publish per-machine pages on their own domain with the model in the H1, the year and color as structured badges, JSON-LD Product schema in the head, and a typing sample inline.
That setup is impossible to maintain by hand across 200 to 500 machines turning over each year, which is why most shops default to Etsy and watch their best machines vanish from their domain once the listing closes. SleekRank inverts that workflow. The bench sheet the restoration shop already keeps becomes the SEO surface.
WordPress still owns the base page design, the photo gallery, and the contact form. Sold typewriters drop cleanly, new restorations publish overnight, and the catalog becomes a renewable lead source.
Questions
Common questions about SleekRank for Antique typewriters for sale
Add a working_status column with values like Working, Working with notes, For-parts, or Project. Map it to both a visible badge and the JSON-LD itemCondition. Buyers self-select, and the for-parts listings rank in searches that specifically want a parts machine.
 Yes. Add a typing_sample_url column carrying an image URL of the actual typed page from that machine. A selector mapping puts the image in the page where the buyer expects it. Typing samples are the single highest-converting visual for vintage typewriters.
 Add ribbon_type and platen_size columns and map them to a specifications block. Knowing the machine takes a half-inch ribbon versus an Olivetti-specific cartridge matters to a buyer planning to use the machine. Schema-level fields support filtering too.
 Yes, if the per-row data carries real differentiation. Maker, year, color, serial, restoration log, asking price, photos, and typing sample all vary per machine. A page that swaps only the model name will get filtered. The richness of the data is what makes it defensible.
 Add a shipping_notes column with values like worldwide, US-only, US-and-Canada, or local-pickup-only. A selector mapping turns the column into a callout on the page. Buyers self-select before contacting, which saves both sides time.
 Yes. Add a buy_url column pointing to the matching Etsy listing or your Shopify cart. The base page reads it and renders a buy button. You own the SEO URL, the gallery, and the structured data; Etsy still handles checkout if that is your preferred path.
 Default: remove the row, URL returns 404 on cache refresh, sitemap regenerates. Alternative: keep a /typewriters/sold/{slug}/ archive as a second page group sourced from the same sheet filtered by a sold flag. The archive preserves backlinks.
 Store image URLs as a comma-separated photos column or a JSON array. The list mapping splits them into your existing gallery block. Six to ten photos per machine is the practical sweet spot: keyboard, side profile, name plate, type slugs, sample, and restoration detail.
 Pricing
More than 1000+
happy customers
Explore our flexible licensing options tailored to your needs. Upgrade your license anytime to access more features, or opt for a lifetime license for ongoing value, including lifetime updates and lifetime support. Our hassle-free upgrade process ensures that our platform can grow with you, starting from whichever plan you choose.
Starter
EUR
per year
further 30% launch-discount applied during checkout for existing customers.
- 3 websites
- 1 year of updates
- 1 year of support
Pro
EUR
per year
further 30% launch-discount applied during checkout for existing customers.
- Unlimited websites
- 1 year of updates
- 1 year of support
Lifetime ♾️
Launch Offer
€299
EUR
once
further 30% launch-discount applied during checkout for existing customers.
- Unlimited websites
- Lifetime updates
- Lifetime support
...or get the Bundle Deal
and save €250 🎁
The Bundle (unlimited sites)
Pay once, own it forever
Elevate your WordPress site with our exclusive plugin bundle that includes all of our premium plugins in one package. Enjoy lifetime updates and lifetime support. Save significantly compared to buying plugins individually.
What’s included
-
SleekAI
-
SleekByte
-
SleekMotion
-
SleekPixel
-
SleekRank
-
SleekView
€749
Continue to checkoutBrowse more
- archaeologists
- Infant sleep consultants
- ski instructor directories
- auctioneer directories
- board shop directories
- Makerspaces
- Industrial metrology labs by city
- Forensic nurses
- 3D printing services
- European grocery directories
- waldorf school directories
- aquarium shop directories
- hand letterer directories
- party rental directories
- sunroom builder directories
- prehistoric mammal pages
- song lyric pages
- Team rivalry head-to-head histories
- surfing technique pages
- foraging guide pages
- brownie recipe pages
- insect species pages
- Aurora visibility forecast by latitude city
- dive site pages
- tagine recipe pages
- biome pages
- Song key and tempo reference
- drawing tutorial pages
- COMLEX pass rates by DO school
- appetizer recipe pages
- remote cabin rental listings
- Olive grove properties for sale
- Toy hauler RV listings
- handbag listings
- test prep course listings
- hedge fund listings
- Trike listings
- Aerial work platform listings
- motorhome rental listings
- glamping tent rental listings
- baby gear listings
- fishing charter listings
- job shadow listings
- Medium format camera listings
- bike rental listings
- insurance quote comparisons
- robo advisor fee comparisons
- service mesh comparisons
- video hosting platform comparisons
- container runtime comparisons
- pet insurance comparisons
- AI resume builders compared
- RAW converters
- forms plugin comparisons
- remote access software comparisons
- AI avatar tools compared
- chargeback protection service comparisons
- block explorer comparisons
- Smart ring comparisons
- DJ software compared