@nuxtjs/seo
Advanced tools
Comparing version
@@ -8,2 +8,3 @@ interface NuxtSEOModule { | ||
npm: string; | ||
playgrounds: Record<string, string>; | ||
} | ||
@@ -21,2 +22,3 @@ declare const NuxtSEO: NuxtSEOModule; | ||
export { LinkCheckerModule, NuxtSEO, type NuxtSEOModule, OgImageModule, RobotsModule, SchemaOrgModule, SeoUtilsModule, SiteConfigModule, SitemapModule, explicitModules, modules }; | ||
export { LinkCheckerModule, NuxtSEO, OgImageModule, RobotsModule, SchemaOrgModule, SeoUtilsModule, SiteConfigModule, SitemapModule, explicitModules, modules }; | ||
export type { NuxtSEOModule }; |
@@ -11,2 +11,3 @@ import * as _nuxt_schema from '@nuxt/schema'; | ||
export { type ModuleOptions, _default as default }; | ||
export { _default as default }; | ||
export type { ModuleOptions }; |
@@ -8,3 +8,3 @@ { | ||
"configKey": "nuxtseo", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"builder": { | ||
@@ -11,0 +11,0 @@ "@nuxt/module-builder": "0.8.4", |
@@ -1,1 +0,7 @@ | ||
export { type ModuleOptions, default } from './module' | ||
import type { NuxtModule } from '@nuxt/schema' | ||
import type { default as Module } from './module' | ||
export type ModuleOptions = typeof Module extends NuxtModule<infer O> ? Partial<O> : Record<string, any> | ||
export { default } from './module' |
{ | ||
"name": "@nuxtjs/seo", | ||
"type": "module", | ||
"version": "3.0.1", | ||
"description": "The all-in-one SEO layer for Nuxt 3.", | ||
"version": "3.0.2", | ||
"description": "Fully equipped Technical SEO for busy Nuxters.", | ||
"author": { | ||
@@ -52,38 +52,29 @@ "name": "Harlan Wilton", | ||
"dependencies": { | ||
"@nuxt/kit": "^3.16.0", | ||
"@nuxt/kit": "^3.16.2", | ||
"@nuxtjs/robots": "^5.2.8", | ||
"@nuxtjs/sitemap": "^7.2.9", | ||
"nuxt-link-checker": "^4.1.1", | ||
"nuxt-og-image": "^5.0.2", | ||
"nuxt-link-checker": "^4.3.0", | ||
"nuxt-og-image": "^5.1.1", | ||
"nuxt-schema-org": "^5.0.4", | ||
"nuxt-seo-utils": "^7.0.4", | ||
"nuxt-site-config": "^3.1.5" | ||
"nuxt-seo-utils": "^7.0.5", | ||
"nuxt-site-config": "^3.1.7" | ||
}, | ||
"devDependencies": { | ||
"@antfu/eslint-config": "^4.10.1", | ||
"@antfu/eslint-config": "^4.11.0", | ||
"@arethetypeswrong/cli": "0.17.4", | ||
"@nuxt/content": "^3.3.0", | ||
"@nuxt/content": "^3.4.0", | ||
"@nuxt/module-builder": "^0.8.4", | ||
"@nuxt/schema": "3.16.0", | ||
"@nuxt/schema": "3.16.2", | ||
"@nuxt/test-utils": "^3.17.2", | ||
"@nuxtjs/i18n": "9.3.1", | ||
"@nuxtjs/i18n": "9.4.0", | ||
"@vue/test-utils": "^2.4.6", | ||
"bumpp": "^10.1.0", | ||
"eslint": "^9.22.0", | ||
"eslint": "^9.23.0", | ||
"execa": "^9.5.2", | ||
"happy-dom": "^17.4.4", | ||
"nitropack": "^2.11.6", | ||
"nuxt": "3.16.0", | ||
"typescript": "5.7.3", | ||
"vitest": "^3.0.8" | ||
"nitropack": "^2.11.8", | ||
"nuxt": "3.16.2", | ||
"typescript": "5.8.2", | ||
"vitest": "^3.1.1" | ||
}, | ||
"resolutions": { | ||
"@tailwindcss/postcss": "4.0.7", | ||
"@tailwindcss/vite": "4.0.7", | ||
"@uhead/vue": "2.0.0-rc.13", | ||
"nuxt": "3.16.0", | ||
"tailwindcss": "4.0.7", | ||
"typescript": "5.6.3", | ||
"unhead": "2.0.0-rc.13" | ||
}, | ||
"publishConfig": { | ||
@@ -90,0 +81,0 @@ "resolutions": {}, |
@@ -8,4 +8,6 @@ <h1>@nuxtjs/seo</h1> | ||
The Nuxt SEO module is an all-in-one SEO solution for Nuxt. It combines 6 SEO modules and best practices into one module that requires minimal effort to configure. | ||
Fully equipped Technical SEO for busy Nuxters. | ||
Nuxt SEO combines 6 SEO modules and best practices into one module that requires minimal effort to configure. | ||
## Modules | ||
@@ -12,0 +14,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
21843
18.17%367
23.57%75
2.74%Updated
Updated
Updated
Updated
Updated