Remix
Coming soon
Remix support — coming soon.
Indxel's core SDK works with any framework — crawlSite() and validateMetadata() are framework-agnostic. Full Remix integration (detecting meta() exports, scaffolding files) is on the roadmap. Today, you can use the CLI to crawl your live Remix site and validate metadata.
Quick start
$ npm install indxel && npx indxel crawl yoursite.com
Configuration
seo.config.ts
// Today: use the SDK for validation
import { validateMetadata } from 'indxel'
// In your Remix loader
const result = validateMetadata({
title: 'My Page',
description: 'Page description',
url: 'https://myapp.com/page',
})Features
- SDK validation works today
- Live site crawling works today
- CLI init for Remix — coming soon
- meta() export detection — coming soon