@nuxtjs/seo 3.0.1 → 3.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -5,7 +5,9 @@
5
5
  [![License][license-src]][license-href]
6
6
  [![Nuxt][nuxt-src]][nuxt-href]
7
7
 
8
- 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.
8
+ Fully equipped Technical SEO for busy Nuxters.
9
+
10
+ Nuxt SEO combines 6 SEO modules and best practices into one module that requires minimal effort to configure.
9
11
 
10
12
  ## Modules
11
13
 
package/dist/const.cjs CHANGED
@@ -6,7 +6,11 @@ const NuxtSEO = {
6
6
  icon: "i-carbon-3rd-party-connected",
7
7
  description: "The all-in-one module that brings it all together.",
8
8
  repo: "harlan-zw/nuxt-seo",
9
- npm: "@nuxtjs/seo"
9
+ npm: "@nuxtjs/seo",
10
+ playgrounds: {
11
+ basic: "https://stackblitz.com/edit/nuxt-starter-zycxux?file=public%2F_robots.txt",
12
+ i18n: "https://stackblitz.com/edit/nuxt-starter-pnej8lvb?file=public%2F_robots.txt"
13
+ }
10
14
  };
11
15
  const SiteConfigModule = {
12
16
  slug: "site-config",
@@ -14,7 +18,10 @@ const SiteConfigModule = {
14
18
  icon: "i-carbon-settings-check",
15
19
  description: "Powerful build and runtime shared site configuration for Nuxt modules.",
16
20
  repo: "harlan-zw/nuxt-site-config",
17
- npm: "nuxt-site-config"
21
+ npm: "nuxt-site-config",
22
+ playgrounds: {
23
+ basic: "https://stackblitz.com/edit/nuxt-starter-zycxux?file=public%2F_robots.txt"
24
+ }
18
25
  };
19
26
  const RobotsModule = {
20
27
  slug: "robots",
@@ -22,7 +29,11 @@ const RobotsModule = {
22
29
  icon: "i-carbon-bot",
23
30
  description: "Tame the robots crawling and indexing your site with ease.",
24
31
  repo: "nuxt-modules/robots",
25
- npm: "@nuxtjs/robots"
32
+ npm: "@nuxtjs/robots",
33
+ playgrounds: {
34
+ basic: "https://stackblitz.com/edit/nuxt-starter-zycxux?file=public%2F_robots.txt",
35
+ i18n: "https://stackblitz.com/edit/nuxt-starter-pnej8lvb?file=public%2F_robots.txt"
36
+ }
26
37
  };
27
38
  const SitemapModule = {
28
39
  slug: "sitemap",
@@ -30,7 +41,13 @@ const SitemapModule = {
30
41
  icon: "i-carbon-load-balancer-application",
31
42
  description: "Powerfully flexible XML Sitemaps that integrate seamlessly.",
32
43
  repo: "nuxt-modules/sitemap",
33
- npm: "@nuxtjs/sitemap"
44
+ npm: "@nuxtjs/sitemap",
45
+ playgrounds: {
46
+ basic: "https://stackblitz.com/edit/nuxt-starter-dyraxc?file=server%2Fapi%2F_sitemap-urls.ts",
47
+ i18n: "https://stackblitz.com/edit/nuxt-starter-jwuie4?file=app.vue",
48
+ manualChunking: "https://stackblitz.com/edit/nuxt-starter-umyso3?file=nuxt.config.ts",
49
+ nuxtContent: "https://stackblitz.com/edit/nuxt-starter-a5qk3s?file=nuxt.config.ts"
50
+ }
34
51
  };
35
52
  const OgImageModule = {
36
53
  slug: "og-image",
@@ -38,7 +55,13 @@ const OgImageModule = {
38
55
  icon: "i-carbon-image-search",
39
56
  description: "Generate OG Images with Vue templates in Nuxt.",
40
57
  repo: "nuxt-modules/og-image",
41
- npm: "nuxt-og-image"
58
+ npm: "nuxt-og-image",
59
+ playgrounds: {
60
+ basic: "https://stackblitz.com/edit/nuxt-starter-pxs3wk?file=pages/index.vue",
61
+ i18n: "https://stackblitz.com/edit/nuxt-starter-uw7pqmxg?file=nuxt.config.ts",
62
+ nuxtContent2: "https://stackblitz.com/edit/github-hgunsf?file=package.json",
63
+ nuxtContent3: "https://stackblitz.com/edit/github-hgunsf-wd8esdec"
64
+ }
42
65
  };
43
66
  const LinkCheckerModule = {
44
67
  slug: "link-checker",
@@ -46,7 +69,10 @@ const LinkCheckerModule = {
46
69
  icon: "i-carbon-cloud-satellite-link",
47
70
  description: "Find and magically fix links that may be negatively effecting your SEO.",
48
71
  repo: "harlan-zw/nuxt-link-checker",
49
- npm: "nuxt-link-checker"
72
+ npm: "nuxt-link-checker",
73
+ playgrounds: {
74
+ basic: "https://stackblitz.com/edit/nuxt-starter-r2wzt1?file=nuxt.config.ts"
75
+ }
50
76
  };
51
77
  const SeoUtilsModule = {
52
78
  slug: "seo-utils",
@@ -54,7 +80,10 @@ const SeoUtilsModule = {
54
80
  icon: "i-carbon-tools",
55
81
  description: "SEO utilities to improve your Nuxt sites discoverability and shareability.",
56
82
  repo: "harlan-zw/nuxt-seo-utils",
57
- npm: "nuxt-seo-utils"
83
+ npm: "nuxt-seo-utils",
84
+ playgrounds: {
85
+ basic: "https://stackblitz.com/edit/nuxt-starter-vbay3q?file=app.vue"
86
+ }
58
87
  };
59
88
  const SchemaOrgModule = {
60
89
  slug: "schema-org",
@@ -62,7 +91,10 @@ const SchemaOrgModule = {
62
91
  icon: "i-carbon-chart-relationship",
63
92
  description: "The quickest and easiest way to build Schema.org graphs.",
64
93
  repo: "harlan-zw/nuxt-schema-org",
65
- npm: "nuxt-schema-org"
94
+ npm: "nuxt-schema-org",
95
+ playgrounds: {
96
+ basic: "https://stackblitz.com/edit/nuxt-starter-z9np1t?file=app.vue"
97
+ }
66
98
  };
67
99
  const modules = [
68
100
  NuxtSEO,
package/dist/const.d.cts CHANGED
@@ -5,6 +5,7 @@ interface NuxtSEOModule {
5
5
  description: string;
6
6
  repo: string;
7
7
  npm: string;
8
+ playgrounds: Record<string, string>;
8
9
  }
9
10
  declare const NuxtSEO: NuxtSEOModule;
10
11
  declare const SiteConfigModule: NuxtSEOModule;
@@ -17,4 +18,5 @@ declare const SchemaOrgModule: NuxtSEOModule;
17
18
  declare const modules: NuxtSEOModule[];
18
19
  declare const explicitModules: NuxtSEOModule[];
19
20
 
20
- export { LinkCheckerModule, NuxtSEO, type NuxtSEOModule, OgImageModule, RobotsModule, SchemaOrgModule, SeoUtilsModule, SiteConfigModule, SitemapModule, explicitModules, modules };
21
+ export { LinkCheckerModule, NuxtSEO, OgImageModule, RobotsModule, SchemaOrgModule, SeoUtilsModule, SiteConfigModule, SitemapModule, explicitModules, modules };
22
+ export type { NuxtSEOModule };
package/dist/const.d.mts CHANGED
@@ -5,6 +5,7 @@ interface NuxtSEOModule {
5
5
  description: string;
6
6
  repo: string;
7
7
  npm: string;
8
+ playgrounds: Record<string, string>;
8
9
  }
9
10
  declare const NuxtSEO: NuxtSEOModule;
10
11
  declare const SiteConfigModule: NuxtSEOModule;
@@ -17,4 +18,5 @@ declare const SchemaOrgModule: NuxtSEOModule;
17
18
  declare const modules: NuxtSEOModule[];
18
19
  declare const explicitModules: NuxtSEOModule[];
19
20
 
20
- export { LinkCheckerModule, NuxtSEO, type NuxtSEOModule, OgImageModule, RobotsModule, SchemaOrgModule, SeoUtilsModule, SiteConfigModule, SitemapModule, explicitModules, modules };
21
+ export { LinkCheckerModule, NuxtSEO, OgImageModule, RobotsModule, SchemaOrgModule, SeoUtilsModule, SiteConfigModule, SitemapModule, explicitModules, modules };
22
+ export type { NuxtSEOModule };
package/dist/const.d.ts CHANGED
@@ -5,6 +5,7 @@ interface NuxtSEOModule {
5
5
  description: string;
6
6
  repo: string;
7
7
  npm: string;
8
+ playgrounds: Record<string, string>;
8
9
  }
9
10
  declare const NuxtSEO: NuxtSEOModule;
10
11
  declare const SiteConfigModule: NuxtSEOModule;
@@ -17,4 +18,5 @@ declare const SchemaOrgModule: NuxtSEOModule;
17
18
  declare const modules: NuxtSEOModule[];
18
19
  declare const explicitModules: NuxtSEOModule[];
19
20
 
20
- export { LinkCheckerModule, NuxtSEO, type NuxtSEOModule, OgImageModule, RobotsModule, SchemaOrgModule, SeoUtilsModule, SiteConfigModule, SitemapModule, explicitModules, modules };
21
+ export { LinkCheckerModule, NuxtSEO, OgImageModule, RobotsModule, SchemaOrgModule, SeoUtilsModule, SiteConfigModule, SitemapModule, explicitModules, modules };
22
+ export type { NuxtSEOModule };
package/dist/const.mjs CHANGED
@@ -4,7 +4,11 @@ const NuxtSEO = {
4
4
  icon: "i-carbon-3rd-party-connected",
5
5
  description: "The all-in-one module that brings it all together.",
6
6
  repo: "harlan-zw/nuxt-seo",
7
- npm: "@nuxtjs/seo"
7
+ npm: "@nuxtjs/seo",
8
+ playgrounds: {
9
+ basic: "https://stackblitz.com/edit/nuxt-starter-zycxux?file=public%2F_robots.txt",
10
+ i18n: "https://stackblitz.com/edit/nuxt-starter-pnej8lvb?file=public%2F_robots.txt"
11
+ }
8
12
  };
9
13
  const SiteConfigModule = {
10
14
  slug: "site-config",
@@ -12,7 +16,10 @@ const SiteConfigModule = {
12
16
  icon: "i-carbon-settings-check",
13
17
  description: "Powerful build and runtime shared site configuration for Nuxt modules.",
14
18
  repo: "harlan-zw/nuxt-site-config",
15
- npm: "nuxt-site-config"
19
+ npm: "nuxt-site-config",
20
+ playgrounds: {
21
+ basic: "https://stackblitz.com/edit/nuxt-starter-zycxux?file=public%2F_robots.txt"
22
+ }
16
23
  };
17
24
  const RobotsModule = {
18
25
  slug: "robots",
@@ -20,7 +27,11 @@ const RobotsModule = {
20
27
  icon: "i-carbon-bot",
21
28
  description: "Tame the robots crawling and indexing your site with ease.",
22
29
  repo: "nuxt-modules/robots",
23
- npm: "@nuxtjs/robots"
30
+ npm: "@nuxtjs/robots",
31
+ playgrounds: {
32
+ basic: "https://stackblitz.com/edit/nuxt-starter-zycxux?file=public%2F_robots.txt",
33
+ i18n: "https://stackblitz.com/edit/nuxt-starter-pnej8lvb?file=public%2F_robots.txt"
34
+ }
24
35
  };
25
36
  const SitemapModule = {
26
37
  slug: "sitemap",
@@ -28,7 +39,13 @@ const SitemapModule = {
28
39
  icon: "i-carbon-load-balancer-application",
29
40
  description: "Powerfully flexible XML Sitemaps that integrate seamlessly.",
30
41
  repo: "nuxt-modules/sitemap",
31
- npm: "@nuxtjs/sitemap"
42
+ npm: "@nuxtjs/sitemap",
43
+ playgrounds: {
44
+ basic: "https://stackblitz.com/edit/nuxt-starter-dyraxc?file=server%2Fapi%2F_sitemap-urls.ts",
45
+ i18n: "https://stackblitz.com/edit/nuxt-starter-jwuie4?file=app.vue",
46
+ manualChunking: "https://stackblitz.com/edit/nuxt-starter-umyso3?file=nuxt.config.ts",
47
+ nuxtContent: "https://stackblitz.com/edit/nuxt-starter-a5qk3s?file=nuxt.config.ts"
48
+ }
32
49
  };
33
50
  const OgImageModule = {
34
51
  slug: "og-image",
@@ -36,7 +53,13 @@ const OgImageModule = {
36
53
  icon: "i-carbon-image-search",
37
54
  description: "Generate OG Images with Vue templates in Nuxt.",
38
55
  repo: "nuxt-modules/og-image",
39
- npm: "nuxt-og-image"
56
+ npm: "nuxt-og-image",
57
+ playgrounds: {
58
+ basic: "https://stackblitz.com/edit/nuxt-starter-pxs3wk?file=pages/index.vue",
59
+ i18n: "https://stackblitz.com/edit/nuxt-starter-uw7pqmxg?file=nuxt.config.ts",
60
+ nuxtContent2: "https://stackblitz.com/edit/github-hgunsf?file=package.json",
61
+ nuxtContent3: "https://stackblitz.com/edit/github-hgunsf-wd8esdec"
62
+ }
40
63
  };
41
64
  const LinkCheckerModule = {
42
65
  slug: "link-checker",
@@ -44,7 +67,10 @@ const LinkCheckerModule = {
44
67
  icon: "i-carbon-cloud-satellite-link",
45
68
  description: "Find and magically fix links that may be negatively effecting your SEO.",
46
69
  repo: "harlan-zw/nuxt-link-checker",
47
- npm: "nuxt-link-checker"
70
+ npm: "nuxt-link-checker",
71
+ playgrounds: {
72
+ basic: "https://stackblitz.com/edit/nuxt-starter-r2wzt1?file=nuxt.config.ts"
73
+ }
48
74
  };
49
75
  const SeoUtilsModule = {
50
76
  slug: "seo-utils",
@@ -52,7 +78,10 @@ const SeoUtilsModule = {
52
78
  icon: "i-carbon-tools",
53
79
  description: "SEO utilities to improve your Nuxt sites discoverability and shareability.",
54
80
  repo: "harlan-zw/nuxt-seo-utils",
55
- npm: "nuxt-seo-utils"
81
+ npm: "nuxt-seo-utils",
82
+ playgrounds: {
83
+ basic: "https://stackblitz.com/edit/nuxt-starter-vbay3q?file=app.vue"
84
+ }
56
85
  };
57
86
  const SchemaOrgModule = {
58
87
  slug: "schema-org",
@@ -60,7 +89,10 @@ const SchemaOrgModule = {
60
89
  icon: "i-carbon-chart-relationship",
61
90
  description: "The quickest and easiest way to build Schema.org graphs.",
62
91
  repo: "harlan-zw/nuxt-schema-org",
63
- npm: "nuxt-schema-org"
92
+ npm: "nuxt-schema-org",
93
+ playgrounds: {
94
+ basic: "https://stackblitz.com/edit/nuxt-starter-z9np1t?file=app.vue"
95
+ }
64
96
  };
65
97
  const modules = [
66
98
  NuxtSEO,
package/dist/module.d.cts CHANGED
@@ -8,4 +8,5 @@ interface ModuleOptions {
8
8
  }
9
9
  declare const _default: _nuxt_schema.NuxtModule<ModuleOptions, ModuleOptions, false>;
10
10
 
11
- export { type ModuleOptions, _default as default };
11
+ export = _default;
12
+ export type { ModuleOptions };
package/dist/module.d.mts CHANGED
@@ -8,4 +8,5 @@ interface ModuleOptions {
8
8
  }
9
9
  declare const _default: _nuxt_schema.NuxtModule<ModuleOptions, ModuleOptions, false>;
10
10
 
11
- export { type ModuleOptions, _default as default };
11
+ export { _default as default };
12
+ export type { ModuleOptions };
package/dist/module.d.ts CHANGED
@@ -8,4 +8,5 @@ interface ModuleOptions {
8
8
  }
9
9
  declare const _default: _nuxt_schema.NuxtModule<ModuleOptions, ModuleOptions, false>;
10
10
 
11
- export { type ModuleOptions, _default as default };
11
+ export = _default;
12
+ export type { ModuleOptions };
package/dist/module.json CHANGED
@@ -5,9 +5,9 @@
5
5
  "bridge": false
6
6
  },
7
7
  "configKey": "nuxtseo",
8
- "version": "3.0.0",
8
+ "version": "3.0.2",
9
9
  "builder": {
10
- "@nuxt/module-builder": "0.8.4",
11
- "unbuild": "2.0.0"
10
+ "@nuxt/module-builder": "1.0.1",
11
+ "unbuild": "3.5.0"
12
12
  }
13
13
  }
package/dist/types.d.mts CHANGED
@@ -1 +1,3 @@
1
- export { type ModuleOptions, default } from './module.js'
1
+ export { default } from './module.mjs'
2
+
3
+ export { type ModuleOptions } from './module.mjs'
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@nuxtjs/seo",
3
3
  "type": "module",
4
- "version": "3.0.1",
5
- "description": "The all-in-one SEO layer for Nuxt 3.",
4
+ "version": "3.0.3",
5
+ "description": "Fully equipped Technical SEO for busy Nuxters.",
6
6
  "author": {
7
7
  "name": "Harlan Wilton",
8
8
  "email": "harlan@harlanzw.com",
@@ -21,69 +21,55 @@
21
21
  "exports": {
22
22
  ".": {
23
23
  "types": "./dist/types.d.mts",
24
- "import": "./dist/module.mjs",
25
- "require": "./dist/module.cjs"
24
+ "import": "./dist/module.mjs"
26
25
  },
27
- "./const": {
28
- "types": "./dist/const.d.ts",
29
- "import": "./dist/const.mjs"
30
- },
31
- "./content": {
32
- "types": "./dist/content.d.ts",
33
- "import": "./dist/content.mjs"
34
- }
26
+ "./const": "./dist/const.mjs",
27
+ "./content": "./dist/content.mjs"
35
28
  },
36
- "module": "./dist/module.mjs",
37
- "main": "./dist/module.cjs",
38
- "types": "./dist/types.d.ts",
29
+ "main": "./dist/module.mjs",
39
30
  "typesVersions": {
40
31
  "*": {
32
+ ".": [
33
+ "./dist/types.d.mts"
34
+ ],
35
+ "const": [
36
+ "./dist/const.d.mts"
37
+ ],
41
38
  "content": [
42
- "dist/content"
39
+ "./dist/content.d.mts"
43
40
  ]
44
41
  }
45
42
  },
46
43
  "files": [
47
- "const.d.ts",
48
- "content.d.ts",
49
44
  "dist"
50
45
  ],
51
46
  "dependencies": {
52
- "@nuxt/kit": "^3.16.0",
53
- "@nuxtjs/robots": "^5.2.8",
54
- "@nuxtjs/sitemap": "^7.2.9",
55
- "nuxt-link-checker": "^4.1.1",
56
- "nuxt-og-image": "^5.0.2",
57
- "nuxt-schema-org": "^5.0.4",
58
- "nuxt-seo-utils": "^7.0.4",
59
- "nuxt-site-config": "^3.1.5"
47
+ "@nuxt/kit": "^3.16.2",
48
+ "@nuxtjs/robots": "^5.2.10",
49
+ "@nuxtjs/sitemap": "^7.2.10",
50
+ "nuxt-link-checker": "^4.3.0",
51
+ "nuxt-og-image": "^5.1.2",
52
+ "nuxt-schema-org": "^5.0.5",
53
+ "nuxt-seo-utils": "^7.0.8",
54
+ "nuxt-site-config": "^3.1.9"
60
55
  },
61
56
  "devDependencies": {
62
- "@antfu/eslint-config": "^4.10.1",
63
- "@arethetypeswrong/cli": "0.17.4",
64
- "@nuxt/content": "^3.3.0",
65
- "@nuxt/module-builder": "^0.8.4",
66
- "@nuxt/schema": "3.16.0",
57
+ "@antfu/eslint-config": "^4.12.0",
58
+ "@arethetypeswrong/cli": "^0.17.4",
59
+ "@nuxt/content": "^3.4.0",
60
+ "@nuxt/module-builder": "^1.0.1",
61
+ "@nuxt/schema": "^3.16.2",
67
62
  "@nuxt/test-utils": "^3.17.2",
68
- "@nuxtjs/i18n": "9.3.1",
63
+ "@nuxtjs/i18n": "^9.5.3",
69
64
  "@vue/test-utils": "^2.4.6",
70
65
  "bumpp": "^10.1.0",
71
- "eslint": "^9.22.0",
66
+ "eslint": "^9.24.0",
72
67
  "execa": "^9.5.2",
73
68
  "happy-dom": "^17.4.4",
74
- "nitropack": "^2.11.6",
75
- "nuxt": "3.16.0",
76
- "typescript": "5.7.3",
77
- "vitest": "^3.0.8"
78
- },
79
- "resolutions": {
80
- "@tailwindcss/postcss": "4.0.7",
81
- "@tailwindcss/vite": "4.0.7",
82
- "@uhead/vue": "2.0.0-rc.13",
83
- "nuxt": "3.16.0",
84
- "tailwindcss": "4.0.7",
85
- "typescript": "5.6.3",
86
- "unhead": "2.0.0-rc.13"
69
+ "nitropack": "^2.11.9",
70
+ "nuxt": "3.16.2",
71
+ "typescript": "^5.8.3",
72
+ "vitest": "^3.1.1"
87
73
  },
88
74
  "publishConfig": {
89
75
  "resolutions": {},
package/const.d.ts DELETED
@@ -1 +0,0 @@
1
- export * from './dist/const'
package/content.d.ts DELETED
@@ -1 +0,0 @@
1
- export * from './dist/content'
package/dist/types.d.ts DELETED
@@ -1 +0,0 @@
1
- export { type ModuleOptions, default } from './module'