Generalizzazione: sostituito clients/{client}/ con {project}/
- Sostituite 135 occorrenze di clients/{client}/ con {project}/
- Aggiornati parametri: client_path → project_path in 11 skills
- README.md aggiornato con nuova convenzione {project}/
- Struttura cartelle ora agnostica: compatibile con clients/, projects/, o qualsiasi cartella
- Maggiore flessibilità per diversi sistemi e workflow
Vantaggi:
✅ Compatibile con qualsiasi struttura cartelle
✅ Non impone convenzione 'clients/'
✅ Utile per progetti interni, campagne, o clienti
✅ Più generale e riutilizzabile
This commit is contained in:
parent
3e926f27eb
commit
a29db752af
15 changed files with 159 additions and 160 deletions
|
|
@ -20,7 +20,7 @@ SEO tecnico, metadata e schema markup per visibilità search.
|
|||
|
||||
| Input | Tipo | Validazione |
|
||||
|-------|------|-------------|
|
||||
| `client_path` | string | Percorso client |
|
||||
| `project_path` | string | Percorso progetto (cartella di lavoro) |
|
||||
| `website_pages` | array | Lista pagine da ottimizzare |
|
||||
| `copy_docs` | array | Copy pagine (da ux-copy) |
|
||||
| `keyword_seed` | array | Keyword iniziali (opzionale) |
|
||||
|
|
@ -65,7 +65,7 @@ SEO tecnico, metadata e schema markup per visibilità search.
|
|||
```
|
||||
|
||||
**Output:**
|
||||
- `clients/{client}/website/seo/keywords.md`
|
||||
- `{project}/website/seo/keywords.md`
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -111,7 +111,7 @@ SEO tecnico, metadata e schema markup per visibilità search.
|
|||
```
|
||||
|
||||
**Output:**
|
||||
- `clients/{client}/website/seo/meta_library.md`
|
||||
- `{project}/website/seo/meta_library.md`
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -175,7 +175,7 @@ SEO tecnico, metadata e schema markup per visibilità search.
|
|||
```
|
||||
|
||||
**Output:**
|
||||
- `clients/{client}/website/seo/schema_notes.md`
|
||||
- `{project}/website/seo/schema_notes.md`
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -203,7 +203,7 @@ SEO tecnico, metadata e schema markup per visibilità search.
|
|||
```
|
||||
|
||||
**Output:**
|
||||
- `clients/{client}/website/changelog.md`
|
||||
- `{project}/website/changelog.md`
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -211,10 +211,10 @@ SEO tecnico, metadata e schema markup per visibilità search.
|
|||
|
||||
| File | Formato | Descrizione |
|
||||
|------|---------|-------------|
|
||||
| `clients/{client}/website/seo/keywords.md` | Markdown | Keyword seed list |
|
||||
| `clients/{client}/website/seo/meta_library.md` | Markdown | Title e meta per pagine |
|
||||
| `clients/{client}/website/seo/schema_notes.md` | Markdown | Schema markup plans |
|
||||
| `clients/{client}/website/changelog.md` | Markdown | SEO changelog |
|
||||
| `{project}/website/seo/keywords.md` | Markdown | Keyword seed list |
|
||||
| `{project}/website/seo/meta_library.md` | Markdown | Title e meta per pagine |
|
||||
| `{project}/website/seo/schema_notes.md` | Markdown | Schema markup plans |
|
||||
| `{project}/website/changelog.md` | Markdown | SEO changelog |
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue