✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount

SleekRank for patent database pages

USPTO bulk downloads and PatentsView feeds carry millions of granted patents. SleekRank turns the slice that matters to your audience into a real WordPress page per filing, with claims summary, assignee, classification, and citation network.

€50 off for the first 100 lifetime licenses!

SleekRank for patent database pages

Patent search needs more than a search box

Most patent-discovery sites are search widgets over a database. The widget itself is one URL that cannot rank for any of the specific queries users actually type, like "battery thermal management patent Tesla 2023" or "CRISPR gene editing patent Doudna". The widget pages return JavaScript-rendered results that search engines treat as empty.

SleekRank turns each patent record into its own indexable WordPress URL. Patent number, title, abstract, assignee, inventors, filing date, grant date, claims summary, and citation graph all render as crawlable HTML on the page. The roster comes from USPTO bulk XML, PatentsView REST API, or Google Patents BigQuery exports, refreshed on the cache window the team chooses.

A page for US-11593734-B2 sits at /patents/us-11593734-b2/ with the full record. A page for the CRISPR pioneer's portfolio aggregates rows by inventor. Both views share the same source, so a correction in the data feed updates both pages on the next refresh.

Workflow

From PatentsView feed to per-record landings

1

Connect the patent source

Point SleekRank at PatentsView REST, a USPTO bulk XML export converted to JSON, or a curated CSV. Confirm patent number is the slug column and set a cache duration; weekly is typical for a slow-moving corpus.
2

Build the base page

One WordPress page with title, abstract, claims summary, assignee card, inventor list, citation lists (forward and backward), and a CPC class block. This becomes every patent's template.
3

Wire the mappings

Tag mappings for patent number, title, and abstract. Selector mappings for assignee and filing dates. List mappings for inventors and citations. Meta mapping for description that interpolates assignee and grant year.
4

Add the aggregations

Spin up parallel page groups for /assignee/{slug}/, /inventor/{slug}/, and /cpc/{slug}/ using grouped queries against the same source. Each becomes its own crawlable index.

Data in, pages out

From patent feed to per-record pages

One row per patent with number, title, assignee, inventors, classification, and grant date. SleekRank renders each as its own URL.

Data source: REST API / JSON / CSV (PatentsView, USPTO bulk)
slug patentNumber title assignee grantDate
us-11593734-b2 US 11,593,734 B2 Battery thermal management system Tesla, Inc. 2023-02-28
us-11842021-b2 US 11,842,021 B2 Method for CRISPR-Cas12 gene editing University of California 2023-12-12
us-10987654-b1 US 10,987,654 B1 Wireless charging coil arrangement Apple Inc. 2021-04-20
us-12034512-b2 US 12,034,512 B2 Neural network compression apparatus Google LLC 2024-07-09
us-11765432-b2 US 11,765,432 B2 Solid-state lithium battery cathode Toyota Motor Corporation 2023-09-19
URL pattern: /patents/{slug}/
Generated pages
  • /patents/us-11593734-b2/
  • /patents/us-11842021-b2/
  • /patents/us-10987654-b1/
  • /patents/us-12034512-b2/
  • /patents/us-11765432-b2/

Comparison

Search widget vs indexable patent pages

JS search widget over the dataset

  • Search results render in JavaScript and rarely get indexed
  • Specific patent queries land on a generic search page
  • Assignee and inventor permalinks do not exist
  • Citation network is invisible to crawlers
  • Schema markup cannot vary per record
  • Sharing a result link sends the user back to the search box

SleekRank

  • One indexable URL per patent in the feed
  • Permalinks for assignees, inventors, and CPC subclasses from the same source
  • Citation network rendered as crawlable internal links
  • Filing and grant dates power schema for date-restricted searches
  • Per-record OG image with patent number and title
  • Sitemap registers every patent URL with last-modified dates

Features

What SleekRank gives you for patent database pages

Claims and abstract

Render the abstract and first independent claim as crawlable HTML via tag mappings. Long-tail queries about specific claim language land directly on the right patent page.

Citation graph

Use list mappings to render forward and backward citations as internal links. Each link strengthens the related patent page and gives crawlers a real network to traverse.

Assignee permalinks

Generate a second page group from the same dataset grouped by assignee. The Tesla page lists every Tesla patent, refreshed automatically when the feed updates.

Use cases

Who builds patent database pages with SleekRank

IP research firms

Boutique patent-analytics shops need indexable per-filing pages to win long-tail competitive-intelligence queries. The feed already exists in PatentsView; the SEO surface does not.

University tech-transfer offices

Surface every patent a university owns with inventor bios and licensing contacts. Each patent page becomes a landing for licensees searching specific claim areas.

Industry analyst sites

Track patent activity in EV, biotech, or semiconductors. One page per filing, one page per assignee, one page per CPC class, all from the same nightly PatentsView pull.

The bigger picture

Why patent corpora reward data-driven publishing

Patent data is the textbook case for programmatic pages because the dataset is large, structured, and high-intent. Every granted patent is a node in a citation network, every assignee accumulates a portfolio, every inventor has a body of work, and every claim falls under a CPC class. Search queries cut across all four dimensions, and a single search-widget URL can rank for none of them.

Per-record pages with proper internal linking turn the citation graph into a crawlable surface, so authority compounds the way the underlying research compounds. The data is also relatively stable: a granted patent does not change after issuance except for occasional reassignments and term adjustments, so the maintenance burden is mostly additive. SleekRank treats that stability as the asset it is, building the corpus once and refreshing only the deltas.

The teams that win here are the ones that pair a clean feed (PatentsView, USPTO bulk, Google Patents BigQuery) with a base template that handles claims, citations, and schema cleanly. After that the corpus grows itself.

Questions

Common questions about SleekRank for patent database pages

Yes, but most teams should not generate a URL for every granted patent. Filter the source to the slice your audience cares about, like EV patents, CRISPR patents, or a single university's portfolio. The corpus then scales to tens of thousands of pages, which is well within what SleekRank handles and what search engines will crawl regularly.

 

PatentsView allows generous read access for non-commercial use and offers bulk downloads for large pulls. SleekRank caches the response per the configured duration, so the API is hit once per refresh window rather than per page view. For very large datasets, run a nightly cron that writes a local JSON snapshot and point SleekRank at the file.

 

PatentsView does not host drawings. Pull them from USPTO PatentCenter URLs or Google Patents (the latter exposes per-figure URLs that work as image src). Inject the URL via a selector mapping on an img tag. Bulk USPTO downloads include figure files as well if you need self-hosted images.

 

Each citation in the source is another patent number that maps to a /patents/{slug}/ URL on the same site. Use a list mapping that renders each citation as an anchor link with the patent number as text. Internal linking like this is what turns the corpus from a flat archive into a graph that crawlers follow.

 

There is no first-class schema.org type for patents, so most sites use CreativeWork with patent-specific properties (identifier, author, publisher, datePublished). Render the JSON-LD via a tag mapping on the base page's schema block; the markup is identical across pages, only the field values vary.

 

USPTO reassignment data is a separate feed available via the Assignment API. Pull it on a slower cadence and join against the patent records by patent number. Selector mappings on the assignee field then reflect the current owner, with an optional history block listing prior assignees.

 

Yes. EPO Open Patent Services, WIPO PATENTSCOPE, and JPO offer comparable feeds. Run each as a separate page group with its own URL prefix (/patents/ep/{slug}/, /patents/wo/{slug}/) and base template tuned to the regional metadata, or merge them into one group with a jurisdiction column driving template variants.

 

PatentsView updates approximately weekly, USPTO bulk feeds daily, Google Patents BigQuery within days of grant. Set the cache duration to match, and a Thursday grant lands as a new URL by Friday. The sitemap updates automatically and the new page is eligible for indexing immediately.

 

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

€99

EUR

per year

Get started

further 30% launch-discount applied during checkout for existing customers.

  • 3 websites
  • 1 year of updates
  • 1 year of support

Pro

€179

EUR

per year

Get started

further 30% launch-discount applied during checkout for existing customers.

  • Unlimited websites
  • 1 year of updates
  • 1 year of support

Lifetime ♾️

Launch Offer

€299

€249

EUR

once

Get started

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