Skip to content

Commit

Permalink
Merge pull request #5 from basecode/doc
Browse files Browse the repository at this point in the history
fix: doc setup update
  • Loading branch information
AndreiAlexandruParaschiv committed Mar 26, 2024
2 parents 94d692a + 76af369 commit d9aa031
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
8 changes: 8 additions & 0 deletions README.md
@@ -1,6 +1,14 @@
# aem-seo-research
Misc SEO research

## Setup
Create .env file with the following content:
```
SPACECAT_API_KEY=
AHREFS_API_KEY=
```
Retrieve the values from [Vault](https://vault-amer.adobe.net/ui/vault/secrets/aem_exp_success_eng/show/spacecat/seo).

## How to trigger all assessments

`npm run all <baselUrl>`
Expand Down
7 changes: 4 additions & 3 deletions assessment/README.md
@@ -1,9 +1,10 @@
# SEO assessment

## How to
## Setup

Run all assessments sequentially. Every assessment shall return a CSV that can be copy/pasted into the overall assessment.
Every assessment requires an URL as first parameter. The URL must be contained in SpaceCat Catalogue.
- Run all assessments sequentially.
- Every assessment shall return a CSV that can be copy/pasted into the overall assessment.
- Every assessment requires a URL as first parameter. The URL must exist within the SpaceCat Catalogue.

Example: `node ./assessment/sitemap.js "https://bitdefender.com.au/solutions/"`

Expand Down

0 comments on commit d9aa031

Please sign in to comment.