@nuxtjs/seo 3.4.0 → 4.0.1
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 +21 -2
- package/dist/const.d.mts +1 -2
- package/dist/const.d.ts +1 -2
- package/dist/const.mjs +3 -14
- package/dist/module.d.ts +1 -1
- package/dist/module.json +1 -1
- package/dist/module.mjs +5 -1
- package/package.json +44 -23
- package/dist/const.cjs +0 -166
- package/dist/const.d.cts +0 -27
- package/dist/content.cjs +0 -13
- package/dist/content.d.cts +0 -5
- package/dist/module.cjs +0 -42
- package/dist/module.d.cts +0 -13
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
[![License][license-src]][license-href]
|
|
6
6
|
[![Nuxt][nuxt-src]][nuxt-href]
|
|
7
7
|
|
|
8
|
-
Fully equipped Technical SEO for busy Nuxters.
|
|
8
|
+
> Fully equipped Technical SEO for busy Nuxters.
|
|
9
9
|
|
|
10
10
|
Nuxt SEO combines 6 SEO modules and best practices into one module that requires minimal effort to configure.
|
|
11
11
|
|
|
@@ -36,14 +36,33 @@ Install `@nuxtjs/seo` dependency to your project:
|
|
|
36
36
|
npx nuxi@latest module add seo
|
|
37
37
|
```
|
|
38
38
|
|
|
39
|
+
> [!TIP]
|
|
40
|
+
> Generate an Agent Skill for this package using [skilld](https://github.com/harlan-zw/skilld):
|
|
41
|
+
> ```bash
|
|
42
|
+
> npx skilld add @nuxtjs/seo
|
|
43
|
+
> ```
|
|
44
|
+
|
|
39
45
|
Once installed check the [Default Module Features](https://nuxtseo.com/docs/nuxt-seo/guides/using-the-modules) guide
|
|
40
46
|
for a quick start.
|
|
41
47
|
|
|
48
|
+
## Nuxt SEO Tools
|
|
49
|
+
|
|
50
|
+
- [Meta Tag Checker](https://nuxtseo.com/tools/meta-tag-checker)
|
|
51
|
+
- [Schema Validator](https://nuxtseo.com/tools/schema-validator)
|
|
52
|
+
- [XML Sitemap Validator](https://nuxtseo.com/tools/xml-sitemap-validator)
|
|
53
|
+
- [Robots.txt Validator](https://nuxtseo.com/tools/robots-txt-validator)
|
|
54
|
+
- [Robots.txt Generator](https://nuxtseo.com/tools/robots-txt-generator)
|
|
55
|
+
- [Social Share Debugger](https://nuxtseo.com/tools/social-share-debugger)
|
|
56
|
+
- [HTML to Markdown](https://nuxtseo.com/tools/html-to-markdown)
|
|
57
|
+
- [SERP Analyzer](https://nuxtseo.com/tools/serp-analyzer)
|
|
58
|
+
- [Keyword Research](https://nuxtseo.com/tools/keyword-research)
|
|
59
|
+
- [Domain Rankings](https://nuxtseo.com/tools/domain-rankings)
|
|
60
|
+
|
|
42
61
|
## Documentation
|
|
43
62
|
|
|
44
63
|
[📖 Read the full documentation](https://nuxtseo.com/) for more information.
|
|
45
64
|
|
|
46
|
-
##
|
|
65
|
+
## StackBlitz
|
|
47
66
|
|
|
48
67
|
For reproductions and demo environments, you can use the [Nuxt SEO Basic Reproduction](https://stackblitz.com/edit/nuxt-starter-gfrej6?file=nuxt.config.ts)
|
|
49
68
|
template.
|
package/dist/const.d.mts
CHANGED
|
@@ -18,10 +18,9 @@ declare const SeoUtilsModule: NuxtSEOModule;
|
|
|
18
18
|
declare const SchemaOrgModule: NuxtSEOModule;
|
|
19
19
|
declare const SkewProtectionModule: NuxtSEOModule;
|
|
20
20
|
declare const AiReadyModule: NuxtSEOModule;
|
|
21
|
-
declare const AiSearchModule: NuxtSEOModule;
|
|
22
21
|
declare const modules: NuxtSEOModule[];
|
|
23
22
|
declare const normalModules: NuxtSEOModule[];
|
|
24
23
|
declare const proModules: NuxtSEOModule[];
|
|
25
24
|
|
|
26
|
-
export { AiReadyModule,
|
|
25
|
+
export { AiReadyModule, LinkCheckerModule, NuxtSEO, OgImageModule, RobotsModule, SchemaOrgModule, SeoUtilsModule, SiteConfigModule, SitemapModule, SkewProtectionModule, modules, normalModules, proModules };
|
|
27
26
|
export type { NuxtSEOModule };
|
package/dist/const.d.ts
CHANGED
|
@@ -18,10 +18,9 @@ declare const SeoUtilsModule: NuxtSEOModule;
|
|
|
18
18
|
declare const SchemaOrgModule: NuxtSEOModule;
|
|
19
19
|
declare const SkewProtectionModule: NuxtSEOModule;
|
|
20
20
|
declare const AiReadyModule: NuxtSEOModule;
|
|
21
|
-
declare const AiSearchModule: NuxtSEOModule;
|
|
22
21
|
declare const modules: NuxtSEOModule[];
|
|
23
22
|
declare const normalModules: NuxtSEOModule[];
|
|
24
23
|
declare const proModules: NuxtSEOModule[];
|
|
25
24
|
|
|
26
|
-
export { AiReadyModule,
|
|
25
|
+
export { AiReadyModule, LinkCheckerModule, NuxtSEO, OgImageModule, RobotsModule, SchemaOrgModule, SeoUtilsModule, SiteConfigModule, SitemapModule, SkewProtectionModule, modules, normalModules, proModules };
|
|
27
26
|
export type { NuxtSEOModule };
|
package/dist/const.mjs
CHANGED
|
@@ -112,15 +112,6 @@ const AiReadyModule = {
|
|
|
112
112
|
icon: "i-carbon-ai-label",
|
|
113
113
|
pro: true
|
|
114
114
|
};
|
|
115
|
-
const AiSearchModule = {
|
|
116
|
-
slug: "ai-kit",
|
|
117
|
-
npm: "nuxt-ai-kit",
|
|
118
|
-
repo: "nuxt-seo-pro/nuxt-ai-kit",
|
|
119
|
-
description: "Add AI Chat to your Nuxt app with no vendor-lock in and full customization.",
|
|
120
|
-
label: "AI Kit",
|
|
121
|
-
icon: "i-carbon-chat-bot",
|
|
122
|
-
pro: true
|
|
123
|
-
};
|
|
124
115
|
const modules = [
|
|
125
116
|
NuxtSEO,
|
|
126
117
|
RobotsModule,
|
|
@@ -131,8 +122,7 @@ const modules = [
|
|
|
131
122
|
SeoUtilsModule,
|
|
132
123
|
SiteConfigModule,
|
|
133
124
|
SkewProtectionModule,
|
|
134
|
-
AiReadyModule
|
|
135
|
-
AiSearchModule
|
|
125
|
+
AiReadyModule
|
|
136
126
|
];
|
|
137
127
|
const normalModules = [
|
|
138
128
|
RobotsModule,
|
|
@@ -144,8 +134,7 @@ const normalModules = [
|
|
|
144
134
|
];
|
|
145
135
|
const proModules = [
|
|
146
136
|
SkewProtectionModule,
|
|
147
|
-
AiReadyModule
|
|
148
|
-
AiSearchModule
|
|
137
|
+
AiReadyModule
|
|
149
138
|
];
|
|
150
139
|
|
|
151
|
-
export { AiReadyModule,
|
|
140
|
+
export { AiReadyModule, LinkCheckerModule, NuxtSEO, OgImageModule, RobotsModule, SchemaOrgModule, SeoUtilsModule, SiteConfigModule, SitemapModule, SkewProtectionModule, modules, normalModules, proModules };
|
package/dist/module.d.ts
CHANGED
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -18,7 +18,7 @@ const module$1 = defineNuxtModule({
|
|
|
18
18
|
version: "^4.3"
|
|
19
19
|
},
|
|
20
20
|
"nuxt-og-image": {
|
|
21
|
-
version: ">=
|
|
21
|
+
version: ">=6.0"
|
|
22
22
|
},
|
|
23
23
|
"nuxt-schema-org": {
|
|
24
24
|
version: "^5.0"
|
|
@@ -28,6 +28,10 @@ const module$1 = defineNuxtModule({
|
|
|
28
28
|
},
|
|
29
29
|
"nuxt-site-config": {
|
|
30
30
|
version: "^3.2"
|
|
31
|
+
},
|
|
32
|
+
"@nuxtjs/i18n": {
|
|
33
|
+
version: "^10.0",
|
|
34
|
+
optional: true
|
|
31
35
|
}
|
|
32
36
|
},
|
|
33
37
|
defaults: {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuxtjs/seo",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "4.0.1",
|
|
5
5
|
"description": "Fully equipped Technical SEO for busy Nuxters.",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Harlan Wilton",
|
|
@@ -43,33 +43,51 @@
|
|
|
43
43
|
"files": [
|
|
44
44
|
"dist"
|
|
45
45
|
],
|
|
46
|
+
"peerDependencies": {
|
|
47
|
+
"nuxt": "^3.16.0 || ^4.0.0"
|
|
48
|
+
},
|
|
46
49
|
"dependencies": {
|
|
47
|
-
"@nuxt/kit": "^4.
|
|
48
|
-
"@nuxtjs/robots": "^5.7.
|
|
50
|
+
"@nuxt/kit": "^4.4.2",
|
|
51
|
+
"@nuxtjs/robots": "^5.7.1",
|
|
49
52
|
"@nuxtjs/sitemap": "^7.6.0",
|
|
50
53
|
"nuxt-link-checker": "^4.3.9",
|
|
51
|
-
"nuxt-og-image": "^
|
|
54
|
+
"nuxt-og-image": "^6.0.5",
|
|
52
55
|
"nuxt-schema-org": "^5.0.10",
|
|
53
56
|
"nuxt-seo-utils": "^7.0.19",
|
|
54
|
-
"nuxt-site-config": "^3.2.
|
|
57
|
+
"nuxt-site-config": "^3.2.21"
|
|
55
58
|
},
|
|
56
59
|
"devDependencies": {
|
|
57
|
-
"@antfu/eslint-config": "^7.
|
|
60
|
+
"@antfu/eslint-config": "^7.7.3",
|
|
58
61
|
"@arethetypeswrong/cli": "^0.18.2",
|
|
59
|
-
"@nuxt/content": "^3.
|
|
62
|
+
"@nuxt/content": "^3.12.0",
|
|
60
63
|
"@nuxt/module-builder": "^1.0.2",
|
|
61
|
-
"@nuxt/schema": "^4.
|
|
62
|
-
"@nuxt/test-utils": "^
|
|
63
|
-
"@nuxtjs/i18n": "^10.2.
|
|
64
|
+
"@nuxt/schema": "^4.4.2",
|
|
65
|
+
"@nuxt/test-utils": "^4.0.0",
|
|
66
|
+
"@nuxtjs/i18n": "^10.2.3",
|
|
67
|
+
"@resvg/resvg-js": "^2.6.2",
|
|
68
|
+
"@types/jest-image-snapshot": "^6.4.1",
|
|
64
69
|
"@vue/test-utils": "^2.4.6",
|
|
65
|
-
"bumpp": "^
|
|
66
|
-
"eslint": "^
|
|
70
|
+
"bumpp": "^11.0.1",
|
|
71
|
+
"eslint": "^10.0.3",
|
|
72
|
+
"eslint-plugin-harlanzw": "^0.6.0",
|
|
67
73
|
"execa": "^9.6.1",
|
|
68
|
-
"happy-dom": "^20.4
|
|
74
|
+
"happy-dom": "^20.8.4",
|
|
75
|
+
"jest-image-snapshot": "^6.5.2",
|
|
76
|
+
"lint-staged": "^16.4.0",
|
|
69
77
|
"nitropack": "^2.13.1",
|
|
70
|
-
"nuxt": "^4.
|
|
78
|
+
"nuxt": "^4.4.2",
|
|
79
|
+
"satori": "^0.25.0",
|
|
80
|
+
"simple-git-hooks": "^2.13.1",
|
|
71
81
|
"typescript": "^5.9.3",
|
|
72
|
-
"vitest": "^4.0
|
|
82
|
+
"vitest": "^4.1.0"
|
|
83
|
+
},
|
|
84
|
+
"simple-git-hooks": {
|
|
85
|
+
"pre-commit": "pnpm exec lint-staged"
|
|
86
|
+
},
|
|
87
|
+
"lint-staged": {
|
|
88
|
+
"*.{js,ts,mjs,cjs,vue}": [
|
|
89
|
+
"pnpm exec eslint --fix"
|
|
90
|
+
]
|
|
73
91
|
},
|
|
74
92
|
"publishConfig": {
|
|
75
93
|
"resolutions": {},
|
|
@@ -77,14 +95,17 @@
|
|
|
77
95
|
"devDependencies": {}
|
|
78
96
|
},
|
|
79
97
|
"scripts": {
|
|
80
|
-
"build": "nuxt-module-build build
|
|
98
|
+
"build": "nuxt-module-build build",
|
|
81
99
|
"dev": "nuxt dev playground",
|
|
82
|
-
"dev:
|
|
83
|
-
"
|
|
84
|
-
"lint": "eslint . --fix",
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
"test:
|
|
100
|
+
"dev:prepare": "nuxt-module-build prepare && nuxt prepare playground",
|
|
101
|
+
"lint": "eslint .",
|
|
102
|
+
"lint:fix": "eslint . --fix",
|
|
103
|
+
"typecheck": "nuxt typecheck playground",
|
|
104
|
+
"prepare:fixtures": "nuxt prepare test/fixtures/basic && nuxt prepare test/fixtures/i18n",
|
|
105
|
+
"test": "pnpm prepare:fixtures && vitest",
|
|
106
|
+
"test:run": "pnpm prepare:fixtures && vitest run",
|
|
107
|
+
"test:attw": "attw --pack",
|
|
108
|
+
"postinstall": "simple-git-hooks",
|
|
109
|
+
"release": "pnpm build && bumpp --output=CHANGELOG.md"
|
|
89
110
|
}
|
|
90
111
|
}
|
package/dist/const.cjs
DELETED
|
@@ -1,166 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
const NuxtSEO = {
|
|
4
|
-
slug: "nuxt-seo",
|
|
5
|
-
label: "Nuxt SEO",
|
|
6
|
-
icon: "i-carbon-3rd-party-connected",
|
|
7
|
-
description: "The all-in-one module that brings it all together.",
|
|
8
|
-
repo: "harlan-zw/nuxt-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
|
-
}
|
|
14
|
-
};
|
|
15
|
-
const SiteConfigModule = {
|
|
16
|
-
slug: "site-config",
|
|
17
|
-
label: "Site Config",
|
|
18
|
-
icon: "i-carbon-settings-check",
|
|
19
|
-
description: "Powerful build and runtime shared site configuration for Nuxt modules.",
|
|
20
|
-
repo: "harlan-zw/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
|
-
}
|
|
25
|
-
};
|
|
26
|
-
const RobotsModule = {
|
|
27
|
-
slug: "robots",
|
|
28
|
-
label: "Robots",
|
|
29
|
-
icon: "i-carbon-bot",
|
|
30
|
-
description: "Tame the robots crawling and indexing your site with ease.",
|
|
31
|
-
repo: "nuxt-modules/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
|
-
}
|
|
37
|
-
};
|
|
38
|
-
const SitemapModule = {
|
|
39
|
-
slug: "sitemap",
|
|
40
|
-
label: "Sitemap",
|
|
41
|
-
icon: "i-carbon-load-balancer-application",
|
|
42
|
-
description: "Powerfully flexible XML Sitemaps that integrate seamlessly.",
|
|
43
|
-
repo: "nuxt-modules/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
|
-
}
|
|
51
|
-
};
|
|
52
|
-
const OgImageModule = {
|
|
53
|
-
slug: "og-image",
|
|
54
|
-
label: "OG Image",
|
|
55
|
-
icon: "i-carbon-image-search",
|
|
56
|
-
description: "Generate OG Images with Vue templates in Nuxt.",
|
|
57
|
-
repo: "nuxt-modules/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
|
-
}
|
|
65
|
-
};
|
|
66
|
-
const LinkCheckerModule = {
|
|
67
|
-
slug: "link-checker",
|
|
68
|
-
label: "Link Checker",
|
|
69
|
-
icon: "i-carbon-cloud-satellite-link",
|
|
70
|
-
description: "Find and magically fix links that may be negatively effecting your SEO.",
|
|
71
|
-
repo: "harlan-zw/nuxt-link-checker",
|
|
72
|
-
npm: "nuxt-link-checker",
|
|
73
|
-
playgrounds: {
|
|
74
|
-
basic: "https://stackblitz.com/edit/nuxt-starter-r2wzt1?file=nuxt.config.ts"
|
|
75
|
-
}
|
|
76
|
-
};
|
|
77
|
-
const SeoUtilsModule = {
|
|
78
|
-
slug: "seo-utils",
|
|
79
|
-
label: "SEO Utils",
|
|
80
|
-
icon: "i-carbon-tools",
|
|
81
|
-
description: "SEO utilities to improve your Nuxt sites discoverability and shareability.",
|
|
82
|
-
repo: "harlan-zw/nuxt-seo-utils",
|
|
83
|
-
npm: "nuxt-seo-utils",
|
|
84
|
-
playgrounds: {
|
|
85
|
-
basic: "https://stackblitz.com/edit/nuxt-starter-vbay3q?file=app.vue"
|
|
86
|
-
}
|
|
87
|
-
};
|
|
88
|
-
const SchemaOrgModule = {
|
|
89
|
-
slug: "schema-org",
|
|
90
|
-
label: "Schema.org",
|
|
91
|
-
icon: "i-carbon-chart-relationship",
|
|
92
|
-
description: "The quickest and easiest way to build Schema.org graphs.",
|
|
93
|
-
repo: "harlan-zw/nuxt-schema-org",
|
|
94
|
-
npm: "nuxt-schema-org",
|
|
95
|
-
playgrounds: {
|
|
96
|
-
basic: "https://stackblitz.com/edit/nuxt-starter-z9np1t?file=app.vue"
|
|
97
|
-
}
|
|
98
|
-
};
|
|
99
|
-
const SkewProtectionModule = {
|
|
100
|
-
slug: "skew-protection",
|
|
101
|
-
npm: "nuxt-skew-protection",
|
|
102
|
-
repo: "nuxt-seo-pro/nuxt-skew-protection",
|
|
103
|
-
description: "Solve Nuxt version skews with persistent assets and instant updates.",
|
|
104
|
-
label: "Skew Protection",
|
|
105
|
-
icon: "i-carbon-version",
|
|
106
|
-
pro: true
|
|
107
|
-
};
|
|
108
|
-
const AiReadyModule = {
|
|
109
|
-
slug: "ai-ready",
|
|
110
|
-
npm: "nuxt-ai-ready",
|
|
111
|
-
repo: "nuxt-seo-pro/nuxt-ai-ready",
|
|
112
|
-
description: "Best practice AI & LLM discoverability for Nuxt sites.",
|
|
113
|
-
label: "AI Ready",
|
|
114
|
-
icon: "i-carbon-ai-label",
|
|
115
|
-
pro: true
|
|
116
|
-
};
|
|
117
|
-
const AiSearchModule = {
|
|
118
|
-
slug: "ai-kit",
|
|
119
|
-
npm: "nuxt-ai-kit",
|
|
120
|
-
repo: "nuxt-seo-pro/nuxt-ai-kit",
|
|
121
|
-
description: "Add AI Chat to your Nuxt app with no vendor-lock in and full customization.",
|
|
122
|
-
label: "AI Kit",
|
|
123
|
-
icon: "i-carbon-chat-bot",
|
|
124
|
-
pro: true
|
|
125
|
-
};
|
|
126
|
-
const modules = [
|
|
127
|
-
NuxtSEO,
|
|
128
|
-
RobotsModule,
|
|
129
|
-
SitemapModule,
|
|
130
|
-
OgImageModule,
|
|
131
|
-
SchemaOrgModule,
|
|
132
|
-
LinkCheckerModule,
|
|
133
|
-
SeoUtilsModule,
|
|
134
|
-
SiteConfigModule,
|
|
135
|
-
SkewProtectionModule,
|
|
136
|
-
AiReadyModule,
|
|
137
|
-
AiSearchModule
|
|
138
|
-
];
|
|
139
|
-
const normalModules = [
|
|
140
|
-
RobotsModule,
|
|
141
|
-
SitemapModule,
|
|
142
|
-
OgImageModule,
|
|
143
|
-
SchemaOrgModule,
|
|
144
|
-
LinkCheckerModule,
|
|
145
|
-
SeoUtilsModule
|
|
146
|
-
];
|
|
147
|
-
const proModules = [
|
|
148
|
-
SkewProtectionModule,
|
|
149
|
-
AiReadyModule,
|
|
150
|
-
AiSearchModule
|
|
151
|
-
];
|
|
152
|
-
|
|
153
|
-
exports.AiReadyModule = AiReadyModule;
|
|
154
|
-
exports.AiSearchModule = AiSearchModule;
|
|
155
|
-
exports.LinkCheckerModule = LinkCheckerModule;
|
|
156
|
-
exports.NuxtSEO = NuxtSEO;
|
|
157
|
-
exports.OgImageModule = OgImageModule;
|
|
158
|
-
exports.RobotsModule = RobotsModule;
|
|
159
|
-
exports.SchemaOrgModule = SchemaOrgModule;
|
|
160
|
-
exports.SeoUtilsModule = SeoUtilsModule;
|
|
161
|
-
exports.SiteConfigModule = SiteConfigModule;
|
|
162
|
-
exports.SitemapModule = SitemapModule;
|
|
163
|
-
exports.SkewProtectionModule = SkewProtectionModule;
|
|
164
|
-
exports.modules = modules;
|
|
165
|
-
exports.normalModules = normalModules;
|
|
166
|
-
exports.proModules = proModules;
|
package/dist/const.d.cts
DELETED
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
interface NuxtSEOModule {
|
|
2
|
-
slug: 'nuxt-seo' | 'site-config' | 'robots' | 'sitemap' | 'og-image' | 'link-checker' | 'seo-utils' | 'schema-org' | 'skew-protection' | 'ai-ready' | 'ai-kit';
|
|
3
|
-
label: string;
|
|
4
|
-
icon: string;
|
|
5
|
-
description: string;
|
|
6
|
-
repo: string;
|
|
7
|
-
npm: string;
|
|
8
|
-
pro?: boolean;
|
|
9
|
-
playgrounds?: Record<string, string>;
|
|
10
|
-
}
|
|
11
|
-
declare const NuxtSEO: NuxtSEOModule;
|
|
12
|
-
declare const SiteConfigModule: NuxtSEOModule;
|
|
13
|
-
declare const RobotsModule: NuxtSEOModule;
|
|
14
|
-
declare const SitemapModule: NuxtSEOModule;
|
|
15
|
-
declare const OgImageModule: NuxtSEOModule;
|
|
16
|
-
declare const LinkCheckerModule: NuxtSEOModule;
|
|
17
|
-
declare const SeoUtilsModule: NuxtSEOModule;
|
|
18
|
-
declare const SchemaOrgModule: NuxtSEOModule;
|
|
19
|
-
declare const SkewProtectionModule: NuxtSEOModule;
|
|
20
|
-
declare const AiReadyModule: NuxtSEOModule;
|
|
21
|
-
declare const AiSearchModule: NuxtSEOModule;
|
|
22
|
-
declare const modules: NuxtSEOModule[];
|
|
23
|
-
declare const normalModules: NuxtSEOModule[];
|
|
24
|
-
declare const proModules: NuxtSEOModule[];
|
|
25
|
-
|
|
26
|
-
export { AiReadyModule, AiSearchModule, LinkCheckerModule, NuxtSEO, OgImageModule, RobotsModule, SchemaOrgModule, SeoUtilsModule, SiteConfigModule, SitemapModule, SkewProtectionModule, modules, normalModules, proModules };
|
|
27
|
-
export type { NuxtSEOModule };
|
package/dist/content.cjs
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
const content$2 = require('@nuxtjs/robots/content');
|
|
4
|
-
const content$3 = require('@nuxtjs/sitemap/content');
|
|
5
|
-
const content = require('nuxt-og-image/content');
|
|
6
|
-
const content$1 = require('nuxt-schema-org/content');
|
|
7
|
-
|
|
8
|
-
function asSeoCollection(collection) {
|
|
9
|
-
const fns = [content.asOgImageCollection, content$1.asSchemaOrgCollection, content$2.asRobotsCollection, content$3.asSitemapCollection];
|
|
10
|
-
return fns.reduce((collection2, fn) => fn(collection2), collection);
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
exports.asSeoCollection = asSeoCollection;
|
package/dist/content.d.cts
DELETED
package/dist/module.cjs
DELETED
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
const kit = require('@nuxt/kit');
|
|
4
|
-
|
|
5
|
-
const module$1 = kit.defineNuxtModule({
|
|
6
|
-
meta: {
|
|
7
|
-
name: "nuxtseo",
|
|
8
|
-
compatibility: {
|
|
9
|
-
nuxt: ">=3.16.0"
|
|
10
|
-
}
|
|
11
|
-
},
|
|
12
|
-
moduleDependencies: {
|
|
13
|
-
"@nuxtjs/robots": {
|
|
14
|
-
version: "^5.5"
|
|
15
|
-
},
|
|
16
|
-
"@nuxtjs/sitemap": {
|
|
17
|
-
version: "^7.4"
|
|
18
|
-
},
|
|
19
|
-
"nuxt-link-checker": {
|
|
20
|
-
version: "^4.3"
|
|
21
|
-
},
|
|
22
|
-
"nuxt-og-image": {
|
|
23
|
-
version: ">=5.1"
|
|
24
|
-
},
|
|
25
|
-
"nuxt-schema-org": {
|
|
26
|
-
version: "^5.0"
|
|
27
|
-
},
|
|
28
|
-
"nuxt-seo-utils": {
|
|
29
|
-
version: "^7.0"
|
|
30
|
-
},
|
|
31
|
-
"nuxt-site-config": {
|
|
32
|
-
version: "^3.2"
|
|
33
|
-
}
|
|
34
|
-
},
|
|
35
|
-
defaults: {
|
|
36
|
-
enabled: true
|
|
37
|
-
},
|
|
38
|
-
async setup() {
|
|
39
|
-
}
|
|
40
|
-
});
|
|
41
|
-
|
|
42
|
-
module.exports = module$1;
|
package/dist/module.d.cts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import * as _nuxt_schema from '@nuxt/schema';
|
|
2
|
-
|
|
3
|
-
interface ModuleOptions {
|
|
4
|
-
/**
|
|
5
|
-
* Whether the module should be loaded.
|
|
6
|
-
* @deprecated Does not do anything
|
|
7
|
-
*/
|
|
8
|
-
enabled: boolean;
|
|
9
|
-
}
|
|
10
|
-
declare const _default: _nuxt_schema.NuxtModule<ModuleOptions, ModuleOptions, false>;
|
|
11
|
-
|
|
12
|
-
export = _default;
|
|
13
|
-
export type { ModuleOptions };
|