@apiverve/seovalidator 1.1.7 → 1.1.8

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.
Files changed (2) hide show
  1. package/README.md +15 -16
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -67,21 +67,20 @@ api.execute(query, function (error, data) {
67
67
  ###### Example Response
68
68
 
69
69
  ```
70
- {
71
- "status": "ok",
72
- "error": null,
73
- "data": {
74
- "url": "https://ebay.com",
75
- "passed": false,
76
- "entries": 4,
77
- "output": [
78
- "There are 15 'img' tag without alt attribute.",
79
- "There are 453 'a' tag without rel attribute.",
80
- "This HTML does not have 'meta name=descriptions' in 'head'",
81
- "This HTML does not have 'meta name=keywords' in 'head'"
82
- ]
83
- },
84
- "code": 200
70
+ {
71
+ "status": "ok",
72
+ "error": null,
73
+ "data": {
74
+ "url": "https://ebay.com",
75
+ "passed": false,
76
+ "entries": 3,
77
+ "output": [
78
+ "There are 319 'a' tag without rel attribute.",
79
+ "This HTML does not have 'meta name=descriptions' in 'head'",
80
+ "This HTML does not have 'meta name=keywords' in 'head'"
81
+ ]
82
+ },
83
+ "code": 200
85
84
  }
86
85
  ```
87
86
 
@@ -107,7 +106,7 @@ All usage of the APIVerve website, API, and services is subject to the [APIVerve
107
106
  ## License
108
107
  Licensed under the The MIT License (MIT)
109
108
 
110
- Copyright (©) 2024 APIVerve, and Evlar LLC
109
+ Copyright (©) 2025 APIVerve, and EvlarSoft LLC
111
110
 
112
111
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
113
112
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apiverve/seovalidator",
3
- "version": "1.1.7",
3
+ "version": "1.1.8",
4
4
  "description": "SEO Validator is a simple tool for validating SEO metrics. It returns a list of issues that need to be fixed to improve the SEO metrics of a web page.",
5
5
  "main": "index.js",
6
6
  "scripts": {