SleekRank for patent search pages
USPTO publishes ~11 million issued patents but no one runs a fast, indexable WordPress page per record. SleekRank reads the weekly bulk JSON from PatentsView, generates one page per patent at /patent/{slug}/, and keeps each record refreshed on a 7-day cache cycle.
€50 off for the first 100 lifetime licenses!
Patent search SEO needs one stable URL per patent
The USPTO Patent Full-Text database is huge, but searching it through PatFT or Public PAIR drops users on session-bound result screens that do not rank. Third-party aggregators like Google Patents own the SEO real estate because each record sits at a stable, crawlable URL with structured data attached. Any site that wants to compete needs the same shape: one URL per patent, predictable, fast, and refreshed when the source data updates.
SleekRank turns the PatentsView API into that corpus. Point the plugin at the bulk JSON endpoint, set the slug field to the patent number, and every issued patent in the feed gets a WordPress page at /patent/{slug}/. The page renders inventor names, assignee, abstract, primary CPC class, citation counts, and a claims block from the API payload.
The plugin caches each row according to its cacheDuration (most teams use 7 days for patents since granted records rarely change). New issued patents flow in on the weekly USPTO drop. The base page holds the template; the URL pattern /patent/{slug}/ drives the routing; the sitemap auto-includes new records and de-lists withdrawn ones.
Workflow
From PatentsView feed to indexable patent corpus
Build the patent base page
Connect the PatentsView feed
Map fields to template
Wire citation network
Data in, pages out
PatentsView bulk feed to one URL per patent
| slug | patent_number | title | assignee | issue_date |
|---|---|---|---|---|
| us-10000000 | US 10,000,000 | Coherent Lidar System For Autonomous Vehicles | Raytheon Company | 2018-06-19 |
| us-11000000-b2 | US 11,000,000 B2 | Energy Harvesting Bracelet | Intel Corporation | 2021-05-11 |
| us-9999999-b1 | US 9,999,999 B1 | Wireless Vehicle Battery Charging | Tesla Inc. | 2018-06-19 |
| us-10500000 | US 10,500,000 | Neural Network Based Image Classification | Google LLC | 2019-12-10 |
| us-11500000-b2 | US 11,500,000 B2 | Computer Aided Surgical Navigation Method | Medtronic Inc. | 2022-11-15 |
/patent/{slug}/
- /patent/us-10000000/
- /patent/us-11000000-b2/
- /patent/us-9999999-b1/
- /patent/us-10500000/
- /patent/us-11500000-b2/
Comparison
USPTO search portal vs SleekRank patent pages
USPTO PatFT search portal
- Search results are session-bound URLs that strip on share or bookmark
- No per-patent structured data, so records never surface in rich results
- Page weight loads the full PatFT shell on every record view
- Bulk feed access is separate, requires re-implementation per project
- No internal linking between related patents, citations, or assignees
- Withdrawn or reassigned patents linger in the legacy index for months
SleekRank
-
One stable WordPress URL per patent at
/patent/{slug}/ - Inventor, assignee, abstract, claims pulled from PatentsView JSON
- CPC classification driving internal navigation between sibling patents
- Citation network rendered as outbound links to other generated pages
- Weekly cache window aligned to USPTO grant publication schedule
- Sitemap auto-includes new grants, drops invalidated patent numbers
Features
What SleekRank gives you for Patent search pages
Bulk patent feed to pages
Connect to the PatentsView bulk JSON or USPTO API. SleekRank reads the feed, treats each record as a row, and uses the patent number as the slug. Eleven million patents become eleven million indexable pages without any per-record authoring.
Citation graph as links
Map the citations array via a list mapping that renders each cited patent number as an internal link to its own generated page. The corpus becomes a navigable citation graph that search engines crawl as one interconnected library.
CPC class navigation
Use the primary CPC class field to drive a sibling-patents block. Each page lists other generated patents sharing the same class via the related entries helper, deterministically sorted so the cluster is stable across crawls.
Use cases
Who runs patent corpora on SleekRank
IP law firms
Firms run their own searchable patent corpus on a custom domain. Each prior-art search shareable as a clean URL. Internal links between citations make competing claims easy to map.
Research universities
Tech transfer offices index institutional patents alongside the surrounding citation network. Faculty pages link directly to their patent records, and licensing inquiries land on indexable pages.
Industry analysts
Analysts publish topic-clustered patent dossiers - filings per assignee, per CPC class, per filing year. SleekRank handles the per-patent pages so the analyst content sits on top of a real corpus.
The bigger picture
Why per-patent pages beat search-portal results
Search engines reward stable URLs with structured data, and patent records are an extreme case of that pattern. Each patent is a distinct entity with a unique number, a fixed publication date, a defined assignee, and a citation network linking it to thousands of other records. The USPTO search portal serves the same data through session-bound result pages that strip on share and never accumulate organic equity.
Google Patents fills the gap by mirroring USPTO data at one stable URL per patent, which is exactly why it dominates patent-search traffic. The same model works for any site that wants to compete in IP search, tech transfer, or industry analysis. A WordPress corpus generated from PatentsView gives the operator full control over template, structured data, internal linking, and commentary - none of which is possible on the federal portal or on aggregator domains.
The data is public; the redistribution rights are explicit; the only barrier is the engineering work to turn millions of JSON records into millions of crawlable pages. SleekRank removes that barrier.
Questions
Common questions about SleekRank for Patent search pages
USPTO releases the weekly Patent Grant Bibliographic Data file every Tuesday, and PatentsView refreshes on a similar cadence. Most SleekRank patent setups use a 7-day cache for individual records and re-import the bulk feed weekly. New grants appear on the site within one cache window of the USPTO drop.
 Yes, but claims pages get large. Most teams render the abstract and first independent claim on the main per-patent page, then add a /patent/{slug}/claims/ child page group for the full claims text. The detailed description is typically linked out to the USPTO PDF rather than mirrored.
 Run them as separate page groups since the data shape differs. Design patents use D-prefixed numbers and image-heavy templates; plant patents use PP-prefixed numbers and botanical fields. Same plugin, three configs, three URL patterns - /patent/, /design-patent/, /plant-patent/.
 Create a second page group for assignees keyed by assignee name or NDC, and a third for inventors keyed by normalized name. Then in the patent template, use selector mappings to render the assignee field as a link to /assignee/{slug}/. The three corpora interlink without duplicating data.
 The PatentsView feed reflects reassignment in subsequent updates, so the assignee field will refresh after the cache expires. Invalidated patents are usually still indexed at USPTO but flagged. Add a status field, use a selector mapping to show an invalidation banner, and let the existing page persist for the citation graph.
 Google Patents is the consumer face of USPTO data with their own search interface and ranking. Scraping is fragile, against their terms, and gives you no rights to redistribute. PatentsView is a public USPTO-funded research dataset with explicit redistribution rights, and SleekRank reads it directly without intermediation.
 Yes. Use a separate WordPress post type or a notes column in a secondary spreadsheet keyed by patent number. SleekRank can merge a secondary source on the same slug and render expert commentary alongside the official record. The commentary stays editable in WordPress; the bibliographic data stays bound to the bulk feed.
 
SleekRank stores each resolved record as a row in wp_sleek_rank_items, roughly 2-5 KB per patent depending on field length. Eleven million records is a 30-60 GB MySQL footprint, manageable on a single dedicated database server. Most production setups start with a CPC-class subset and scale up.
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
- video editor directories
- Industrial hygienists
- community pool directories
- knife sharpener directories
- Game developers
- Mediterranean restaurant directories
- slip and fall attorney directories
- SEO agency directories
- Sheet metal shops
- pediatric neurologist directories
- tackle shop directories
- plaintiff personal injury attorney directories
- workers compensation attorney directories
- CFO services directories
- Knife makers
- paracord pattern pages
- mobility workout pages
- insect species pages
- watercolor technique pages
- API method reference pages
- Crochet stitch pattern pages
- glass fusing project pages
- brewing recipe pages
- triathlon training pages
- Buddhist concept pages
- rc plane build pages
- pressure cooker recipe pages
- beginner woodworking project pages
- npm package detail pages
- mortgage calculator pages
- farm listings
- Studio microphone listings
- hackathon listings
- franchise opportunity listings
- Camera lens listings
- Truck camper listings
- collectible card listings
- film screening listings
- creator collaboration listings
- voice actor casting listings
- exotic car rental listings
- silent disco listings
- test prep course listings
- fashion week listings
- demo day listings
- online bank comparisons
- AI music generator comparisons
- Home security camera comparisons
- online course platform comparisons
- gym management software comparisons
- call tracking platform comparisons
- data labeling comparisons
- dating app comparisons
- Podcast recording tool comparisons
- E-learning authoring tools
- monitoring platform comparisons
- BI tool comparisons
- international bank transfer comparisons
- checking account comparisons
- budgeting app comparisons