{"library":"rankdeploy-middleware","title":"@rankdeploy/middleware","description":"SEO middleware that serves pre-rendered HTML to search engine bots while keeping zero performance impact on human visitors. Current stable version is 1.3.2, with regular updates. Key differentiators: seamless integration with Next.js (single-line setup), Netlify Edge Functions, and Express.js; automatically detects a wide range of bots (Google, Bing, Yandex, social media crawlers, AI bots like GPTBot and Claude); supports custom API URL, extra bots, and exclusion paths. Built by Rank Deploy, it offers a simple, efficient alternative to more complex prerendering solutions.","language":"javascript","status":"active","last_verified":"Sat Apr 25","install":{"commands":["npm install rankdeploy-middleware"],"cli":null},"imports":["export { middleware, config } from '@rankdeploy/middleware/next'","export { default } from '@rankdeploy/middleware/netlify'","import { rankdeploy } from '@rankdeploy/middleware/express'"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// Next.js / Vercel\n// File: middleware.ts (at project root)\nexport { middleware, config } from '@rankdeploy/middleware/next'\n\n// Netlify\n// File: netlify/edge-functions/rankdeploy.ts\nexport { default } from '@rankdeploy/middleware/netlify'\n\n// Express.js\n// File: server.ts\nimport express from 'express'\nimport { rankdeploy } from '@rankdeploy/middleware/express'\n\nconst app = express()\napp.use(rankdeploy())\napp.listen(3000)","lang":"typescript","description":"One-line integrations for Next.js, Netlify Edge Functions, and Express.js.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}