SleekRank for design patent pages
USPTO has issued ~1 million design patents covering ornamental industrial design but the official portal hides them behind search forms. SleekRank reads the design patent bulk feed and generates one image-driven page per D-number at /design-patent/{slug}/, refreshed weekly with the USPTO grant cycle.
€50 off for the first 100 lifetime licenses!
Design patent SEO is image-first and image-starved
Design patents are visual documents. The legal claim is the ornamental appearance shown in the figures, which makes a design patent record nearly useless without the images rendered inline. USPTO publishes the figures as part of each grant, but accessing them through PatFT requires a sequence of clicks per record and produces no shareable URL. Aggregators that show design patent figures inline rank for thousands of product-design searches that USPTO itself cannot capture.
SleekRank reads the USPTO design patent bulk feed - the D-prefixed records in the weekly grant XML - and generates one image-driven WordPress page per D-number at /design-patent/{slug}/. Each page renders the ornamental title, inventor name, assignee, primary figure, additional figures gallery, Locarno classification, US class, and any cited prior art. The figures are pulled directly from the USPTO image server via image mapping.
The corpus runs on a 7-day cache aligned to the Tuesday USPTO grant publication. New design patents flow in automatically; the sitemap auto-includes them. The Locarno classification field drives an internal linking network between sibling designs in the same product category, so a search for "running shoe design patent" lands on a page that links to every other shoe-design D-number in the corpus.
Workflow
From USPTO design patent feed to image-driven corpus
Design the D-number base page
Connect the design patent feed
Map figures and metadata
Build the cluster networks
Data in, pages out
Design patent bulk feed to one image-driven page per D-number
| slug | patent_number | ornamental_title | assignee | locarno_class |
|---|---|---|---|---|
| d900000 | D900,000 | Footwear Upper | Nike Inc. | 02-04 |
| d950000-s | D950,000 S | Beverage Container | PepsiCo Inc. | 09-01 |
| d999999-s | D999,999 S | Display Screen Graphical User Interface | Apple Inc. | 14-04 |
| d850000 | D850,000 | Chair | Herman Miller Inc. | 06-01 |
| d800000 | D800,000 | Eyewear Frame | Warby Parker LLC | 16-01 |
/design-patent/{slug}/
- /design-patent/d900000/
- /design-patent/d950000-s/
- /design-patent/d999999-s/
- /design-patent/d850000/
- /design-patent/d800000/
Comparison
USPTO portal vs SleekRank design patent pages
USPTO PatFT design search
- Figures load on a separate frame, no inline image render
- Locarno classification is a search filter, not a clickable link
- Search URLs are session-bound and strip on bookmark
- No internal navigation between designs in the same product category
- Inventor and assignee fields are plain text, not linked clusters
- Sitemap and structured data are absent from the federal portal
SleekRank
-
One stable URL per design patent at
/design-patent/{slug}/ - Figures rendered inline from the USPTO image server
- Locarno class navigation between sibling designs
- Assignee pages cluster all designs held by one company
- Weekly cache tied to USPTO Tuesday grant cycle
- Sitemap auto-includes new D-numbers each week
Features
What SleekRank gives you for Design patent pages
Figures inline
Image mappings pull the figure URLs from the USPTO image endpoint and render the primary figure in the hero and the full figure gallery below. Each design patent page is a visual record, not a text dump - which matches how design patent searches actually get used.
Locarno class linking
Use the Locarno classification field to drive sibling-design navigation. Each page lists other generated design patents in the same Locarno class via the related entries helper, so a footwear design page surfaces every other footwear design patent in the corpus.
Assignee clusters
Run a parallel page group at /design-patent/assignee/{slug}/ that aggregates every design patent held by a single company. Apple, Nike, Samsung, Herman Miller each get a portfolio page generated from the same TSDR data - no additional authoring.
Use cases
Who runs design patent corpora on SleekRank
Industrial design firms
Firms publish prior-art design patent libraries clustered by product category. Each design search is a shareable URL with figures inline. Used as both marketing and as an internal search tool for the firm's design team.
Product design publications
Design publications cover landmark D-numbers - the iPhone bezel, the Nike Air Jordan silhouette. Editorial content sits on top of a SleekRank corpus that handles every design patent in the relevant Locarno classes.
IP enforcement teams
Brand-protection teams maintain searchable design patent libraries for counterfeit detection. Each D-number is a stable URL that can be cited in takedown notices, with figures rendered inline as evidence.
The bigger picture
Why per-D-number pages beat the design-search portal
Design patent searches are visual. The person searching for prior art on a sneaker silhouette or a chair profile needs to see figures, not read text. The USPTO portal shows figures only after a sequence of clicks and never produces a shareable URL with the figure rendered inline.
That gap is exactly why design-patent aggregators rank for high-value industrial-design queries that the federal portal cannot reach. The data is public: every D-number, every Locarno class, every figure URL is in the USPTO weekly bulk feed under an open data license. The figures themselves are public records hosted at predictable USPTO endpoints.
The engineering work is to turn this into a corpus where each page renders figures inline, links to sibling designs in the same product category, and aggregates into assignee portfolios. That corpus then ranks for design searches that route real prosecution work, counterfeit investigation, and competitive intelligence to the operator's domain. SleekRank produces it from one base page and a configured data source, so the operator's job collapses from "build a million pages" to "design one page and curate the data mapping".
Questions
Common questions about SleekRank for Design patent pages
USPTO hosts the design patent figures at predictable URLs keyed by patent number. An image mapping in SleekRank constructs those URLs from the D-number field, so figures load directly from the USPTO image server with no need to mirror the files locally. If USPTO's image endpoint is slow, cache the figures to S3 or Cloudflare R2 and use that mirror URL instead.
 Locarno is a hierarchical classification - 02-04 means class 02 (apparel and haberdashery), subclass 04 (footwear). Use the field directly as a category filter via the sleekRankRelatedEntries helper, which surfaces sibling D-numbers sharing the same Locarno code. Each page automatically links to up to six related designs without per-record curation.
 Hague Agreement filings are published by WIPO and indexed in WIPO's DesignDB. SleekRank can run a second page group at /hague-design/{slug}/ pulling from the WIPO XML feed. The two corpora interlink: a US design patent can show its corresponding Hague registration if the inventor filed both.
 Yes. Design patents have one claim - typically "the ornamental design for [article] as shown". That single line plus the figures is the entire grant. Render the claim text in a dedicated block under the figure gallery; the field comes through the bulk XML and renders via a tag mapping.
 Design patents have a 15-year term from grant. Add an expiry_date field derived from the issue date, and use a selector mapping to show an expired badge when the term has passed. Expired designs are still valuable for prior-art and historical research, so keep them in the corpus with the badge rather than de-listing.
 Both index design patents but treat them as text records with figures behind a click. SleekRank renders the primary figure in the hero and the full figure gallery inline, which matches how design patent searches actually look. The figures are public from USPTO, so there is no licensing constraint on rendering them on the operator's domain.
 Yes. Add a secondary data source keyed by D-number for custom renders, 3D model files, or editorial annotations. SleekRank merges secondary sources on the same slug, so the per-patent page can carry both the USPTO figures and the operator's own design analysis assets.
 Each design patent record is smaller than a utility patent since there is no detailed description - typically 1-2 KB per record, plus references to figure URLs hosted at USPTO. One million records is 1-2 GB in the items table, which fits comfortably on any production WordPress database with room to spare.
 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
- coin shop directories
- Foundation repair contractors
- UX writer directories
- data privacy attorney directories
- carpet cleaner directories
- computer repair shop directories
- change management consultant directories
- karaoke bar directories
- brunch spot directories
- franchise attorney directories
- ABA therapy clinic directories
- GMAT tutor directories
- upholsterer directories
- 3D printing services
- voice-over coach directories
- Knitting stitch pattern pages
- Taiwanese recipe pages
- weaving pattern pages
- donut recipe pages
- gemology pages
- Rare disease encyclopedia
- NDC code pages
- high protein recipe pages
- kindergarten math pages
- Insect identification pages
- colombian recipe pages
- scrapbook layout pages
- dinosaur pages
- nebula pages
- horse treat recipes
- heavy equipment listings
- ballroom venue listings
- vintage watch listings
- movie prop listings
- honeymoon package listings
- horse trailer rental listings
- pontoon rental listings
- tax lien listings
- ski-in ski-out rental listings
- saxophone listings
- private jet charter listings
- Camera lens listings
- enamel pin listings
- police auction listings
- ski equipment listings
- vector database comparisons
- payment orchestration platform comparisons
- email deliverability tool comparisons
- robo-advisor comparisons
- loyalty program comparisons
- note-taking app comparisons
- authentication library comparisons
- HSA provider comparisons
- field service software comparisons
- remote access software comparisons
- dividend tracker comparisons
- meal kit comparisons
- portfolio tracker comparisons
- CRM for nonprofits comparisons
- vs comparison pages