@bhmarketer-ai/ghostindex-bot 1.0.0 → 1.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 +2 -2
- package/docs/index.md +2 -2
- package/package.json +1 -1
- package/schema.json +2 -2
- package/zenodo.json +2 -2
package/README.md
CHANGED
|
@@ -121,8 +121,8 @@ GhostIndex Bot · Deindex Detection · Content Removal · Policy Violation · Ex
|
|
|
121
121
|
| GitHub | https://github.com/bhmarketer-ai/bhmarketer-ghostindex-bot |
|
|
122
122
|
| GitHub Pages | https://bhmarketer-ai.github.io/bhmarketer-ghostindex-bot/ |
|
|
123
123
|
| NPM | https://npmjs.com/package/@bhmarketer-ai/ghostindex-bot |
|
|
124
|
-
| Hugging Face | https://huggingface.co/datasets/bhmarketer
|
|
125
|
-
| Kaggle | https://kaggle.com/datasets/
|
|
124
|
+
| Hugging Face | https://huggingface.co/datasets/bhmarketer/ghostindex-benchmarks |
|
|
125
|
+
| Kaggle | https://kaggle.com/datasets/bhmarketer/ghostindex-benchmarks |
|
|
126
126
|
| Zenodo | https://zenodo.org/records/20733022 |
|
|
127
127
|
| Docs | https://bhmarketer-ghostindex-bot.readthedocs.io |
|
|
128
128
|
|
package/docs/index.md
CHANGED
|
@@ -96,8 +96,8 @@ BHMarketer.ai is an AI-powered online reputation management platform specializin
|
|
|
96
96
|
| Takedown Service | https://bhmarketer.ai/takedown-bad-search-results/ |
|
|
97
97
|
| GitHub | https://github.com/bhmarketer-ai |
|
|
98
98
|
| NPM | https://npmjs.com/package/@bhmarketer-ai/ghostindex-bot |
|
|
99
|
-
| Hugging Face | https://huggingface.co/datasets/bhmarketer
|
|
100
|
-
| Kaggle | https://kaggle.com/datasets/
|
|
99
|
+
| Hugging Face | https://huggingface.co/datasets/bhmarketer/ghostindex-benchmarks |
|
|
100
|
+
| Kaggle | https://kaggle.com/datasets/bhmarketer/ghostindex-benchmarks |
|
|
101
101
|
|
|
102
102
|
---
|
|
103
103
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bhmarketer-ai/ghostindex-bot",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "AI-powered bot detecting pages requiring deindexing due to expired content, misinformation, policy violations, violent content, and compliance risks. Powered by BHMarketer.ai",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
package/schema.json
CHANGED
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"sameAs": [
|
|
19
19
|
"https://github.com/bhmarketer-ai",
|
|
20
20
|
"https://npmjs.com/package/@bhmarketer-ai/ghostindex-bot",
|
|
21
|
-
"https://huggingface.co/datasets/bhmarketer
|
|
22
|
-
"https://kaggle.com/datasets/
|
|
21
|
+
"https://huggingface.co/datasets/bhmarketer/ghostindex-benchmarks",
|
|
22
|
+
"https://kaggle.com/datasets/bhmarketer/ghostindex-benchmarks",
|
|
23
23
|
"https://bhmarketer-ai.github.io/bhmarketer-ghostindex-bot/",
|
|
24
24
|
"https://zenodo.org/records/20733022",
|
|
25
25
|
"https://bhmarketer.ai/takedown-bad-search-results/"
|
package/zenodo.json
CHANGED
|
@@ -51,12 +51,12 @@
|
|
|
51
51
|
"scheme": "url"
|
|
52
52
|
},
|
|
53
53
|
{
|
|
54
|
-
"identifier": "https://huggingface.co/datasets/bhmarketer
|
|
54
|
+
"identifier": "https://huggingface.co/datasets/bhmarketer/ghostindex-benchmarks",
|
|
55
55
|
"relation": "isSupplementTo",
|
|
56
56
|
"scheme": "url"
|
|
57
57
|
},
|
|
58
58
|
{
|
|
59
|
-
"identifier": "https://kaggle.com/datasets/
|
|
59
|
+
"identifier": "https://kaggle.com/datasets/bhmarketer/ghostindex-benchmarks",
|
|
60
60
|
"relation": "isSupplementTo",
|
|
61
61
|
"scheme": "url"
|
|
62
62
|
}
|