Skip to content

Commit

Permalink
De-duplicate AIOSEO and AIOSEO Pro
Browse files Browse the repository at this point in the history
  • Loading branch information
jdevalk committed Jul 3, 2024
1 parent 0ee7b27 commit 1ed2108
Showing 1 changed file with 5 additions and 16 deletions.
21 changes: 5 additions & 16 deletions src/technologies/a.json
Original file line number Diff line number Diff line change
Expand Up @@ -2462,7 +2462,10 @@
"cpe": "cpe:2.3:a:aioseo:all_in_one_seo:*:*:*:*:*:wordpress:*:*",
"description": "All in One SEO optimizes a WordPress website and its content for search engines.",
"meta": {
"generator": "^All in One SEO \\(AIOSEO\\) ([\\d\\.]+)\\;version:\\1"
"generator": [
"^All in One SEO \\(AIOSEO\\) ([\\d\\.]+)\\;version:\\1",
"^All in One SEO Pro \\(AIOSEO\\) ([\\d\\.]+)\\;version:Pro \\1"
]
},
"dom": {
"script.aioseo-schema": {}
Expand All @@ -2474,25 +2477,11 @@
],
"icon": "AIOSEO.svg",
"oss": true,
"implies": "WordPress",
"website": "https://aioseo.com"
},
"All in One SEO Pro": {
"cats": [
54,
87
],
"description": "All in One SEO optimizes a WordPress website and its content for search engines.",
"html": "<!-- All in One SEO Pro ([\\d.]+) \\;version:\\1",
"meta": {
"generator": "^All in One SEO Pro \\(AIOSEO\\) ([\\d\\.]+)\\;version:\\1"
},
"icon": "AIOSEO.svg",
"pricing": [
"freemium",
"low",
"recurring"
],
],
"implies": "WordPress",
"website": "https://aioseo.com"
},
Expand Down

0 comments on commit 1ed2108

Please sign in to comment.