@nuxtjs/seo 3.0.1 → 3.0.2
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 +3 -1
- package/dist/const.cjs +40 -8
- package/dist/const.d.cts +3 -1
- package/dist/const.d.mts +3 -1
- package/dist/const.d.ts +3 -1
- package/dist/const.mjs +40 -8
- package/dist/module.d.cts +2 -1
- package/dist/module.d.mts +2 -1
- package/dist/module.d.ts +2 -1
- package/dist/module.json +1 -1
- package/dist/types.d.mts +7 -1
- package/dist/types.d.ts +7 -1
- package/package.json +16 -25
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
|
-
|
|
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,
|
|
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,
|
|
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,
|
|
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
package/dist/module.d.mts
CHANGED
package/dist/module.d.ts
CHANGED
package/dist/module.json
CHANGED
package/dist/types.d.mts
CHANGED
|
@@ -1 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
import type { NuxtModule } from '@nuxt/schema'
|
|
2
|
+
|
|
3
|
+
import type { default as Module } from './module.js'
|
|
4
|
+
|
|
5
|
+
export type ModuleOptions = typeof Module extends NuxtModule<infer O> ? Partial<O> : Record<string, any>
|
|
6
|
+
|
|
7
|
+
export { default } from './module.js'
|
package/dist/types.d.ts
CHANGED
|
@@ -1 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
import type { NuxtModule } from '@nuxt/schema'
|
|
2
|
+
|
|
3
|
+
import type { default as Module } from './module'
|
|
4
|
+
|
|
5
|
+
export type ModuleOptions = typeof Module extends NuxtModule<infer O> ? Partial<O> : Record<string, any>
|
|
6
|
+
|
|
7
|
+
export { default } from './module'
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuxtjs/seo",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "3.0.
|
|
5
|
-
"description": "
|
|
4
|
+
"version": "3.0.2",
|
|
5
|
+
"description": "Fully equipped Technical SEO for busy Nuxters.",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Harlan Wilton",
|
|
8
8
|
"email": "harlan@harlanzw.com",
|
|
@@ -49,41 +49,32 @@
|
|
|
49
49
|
"dist"
|
|
50
50
|
],
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@nuxt/kit": "^3.16.
|
|
52
|
+
"@nuxt/kit": "^3.16.2",
|
|
53
53
|
"@nuxtjs/robots": "^5.2.8",
|
|
54
54
|
"@nuxtjs/sitemap": "^7.2.9",
|
|
55
|
-
"nuxt-link-checker": "^4.
|
|
56
|
-
"nuxt-og-image": "^5.
|
|
55
|
+
"nuxt-link-checker": "^4.3.0",
|
|
56
|
+
"nuxt-og-image": "^5.1.1",
|
|
57
57
|
"nuxt-schema-org": "^5.0.4",
|
|
58
|
-
"nuxt-seo-utils": "^7.0.
|
|
59
|
-
"nuxt-site-config": "^3.1.
|
|
58
|
+
"nuxt-seo-utils": "^7.0.5",
|
|
59
|
+
"nuxt-site-config": "^3.1.7"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
|
-
"@antfu/eslint-config": "^4.
|
|
62
|
+
"@antfu/eslint-config": "^4.11.0",
|
|
63
63
|
"@arethetypeswrong/cli": "0.17.4",
|
|
64
|
-
"@nuxt/content": "^3.
|
|
64
|
+
"@nuxt/content": "^3.4.0",
|
|
65
65
|
"@nuxt/module-builder": "^0.8.4",
|
|
66
|
-
"@nuxt/schema": "3.16.
|
|
66
|
+
"@nuxt/schema": "3.16.2",
|
|
67
67
|
"@nuxt/test-utils": "^3.17.2",
|
|
68
|
-
"@nuxtjs/i18n": "9.
|
|
68
|
+
"@nuxtjs/i18n": "9.4.0",
|
|
69
69
|
"@vue/test-utils": "^2.4.6",
|
|
70
70
|
"bumpp": "^10.1.0",
|
|
71
|
-
"eslint": "^9.
|
|
71
|
+
"eslint": "^9.23.0",
|
|
72
72
|
"execa": "^9.5.2",
|
|
73
73
|
"happy-dom": "^17.4.4",
|
|
74
|
-
"nitropack": "^2.11.
|
|
75
|
-
"nuxt": "3.16.
|
|
76
|
-
"typescript": "5.
|
|
77
|
-
"vitest": "^3.
|
|
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"
|
|
74
|
+
"nitropack": "^2.11.8",
|
|
75
|
+
"nuxt": "3.16.2",
|
|
76
|
+
"typescript": "5.8.2",
|
|
77
|
+
"vitest": "^3.1.1"
|
|
87
78
|
},
|
|
88
79
|
"publishConfig": {
|
|
89
80
|
"resolutions": {},
|