noIndex is database for multiple users / repositories / backend. in-memory cache for git content
Adds a X-Robots-Tag: noindex to the response
Automatically injects noindex for non-production Astro builds
Prevent Spotlight on macOS from indexing node_modules
Allows setting noindex meta tag on individual topics
Plugin that adds nofollow and noindex switches to https://www.npmjs.com/package/@strapi/plugin-seo.
SEO regression testing for CI/CD pipelines — catches noindex accidents, broken canonicals, and schema errors before Google does.
macOS vault CLI: hide/unhide directories with .noindex and manage encrypted sparsebundles
Don't index any Directus page on search engines
The default blueprint for ember-cli addons.
Parse robot directives within HTML meta and/or HTTP headers.
Generate a robots.txt for Astro
CLI to generate XML sitemaps for static sites from local filesystem
A plugin to hide specific posts from your Hexo blog and make them only accessible by links.
Astro integration for post-build auditing: SEO, links, and lightweight WCAG checks
Doxygen XML to Markdown converter
Food map addon for Valaxy with shared JSON aggregation.
Streaming parser for robots.txt files
Validate urls against robots.txt rules.
X-Robots-Tag header reader.
Core plugin for HashiCorp next.js websites
A React-Static plugin for exporting sitemap information
ESLint rules for catching unhead misuse, type-narrowing issues, and v2-to-v3 migration problems.
Gatsby adapter for AWS
Fast convert longitude,latitude to timezone name.
Robots and indexing directive primitives for RustUse
FlatCityBuf is a library for reading and writing CityJSON with FlatBuffers. Contains code derived from FlatGeobuf (BSD-2-Clause) for spatial indexing.
Highly configurable backend framework based on `salvo`
An Actix Web server leveraging the lettre crate to relay form field data to email addresses
A fast Rust reimplementation of sqlacodegen: introspect PostgreSQL, MySQL, SQLite, or MSSQL schemas and generate SQLAlchemy models or cross-dialect DDL migrations.
A hash table with consistent order and fast iteration. The indexmap is a hash table where the iteration order of the key-value pairs is independent of the hash values of the keys. It has the usual hash table functionality, it preserves insertion order except after removals, and it allows lookup of its elements by either hash table key or numerical index. A corresponding hash set type is also provided. This crate was initially published under the name ordermap, but it was renamed to indexmap.
Hide some pages from search engines in Ruby on Rails applications
Add a X-Robots-Tag: noindex header on a given condition.
Add noindex tag for disallowed path in robots.txt file
Little rack middleware to insert '<meta name="robots" content="noindex"></head>' into all HTTPS HTML responses for SEO reasons