Merge pull request #75 from coreyhaines31/feature/skill-writing-audit
Audit skill bodies: replace rigid imperatives with reasoning
This commit is contained in:
@@ -49,7 +49,7 @@ Hierarchy of data defensibility:
|
||||
5. Public (anyone can use—weakest)
|
||||
|
||||
### 3. Clean URL Structure
|
||||
**Always use subfolders, not subdomains**:
|
||||
**Use subfolders, not subdomains** — subfolders consolidate domain authority while subdomains split it:
|
||||
- Good: `yoursite.com/templates/resume/`
|
||||
- Bad: `templates.yoursite.com/resume/`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user