You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DEVELOPMENT.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -570,6 +570,7 @@ front matter...
570
570
```
571
571
- **Purpose:** Tells search engines where to find the sitemap
572
572
- **Impact:** SEO - affects how search engines crawl the site
573
+
- **Note:** `/sitemap.xml` is generated automatically by the `jekyll-sitemap` plugin (configured in `_config.yml`). Do not maintain a manual `sitemap.xml` file.
573
574
- **Priority:** 🔴 CRITICAL
574
575
575
576
3. **`CNAME`** (line 19)
@@ -615,6 +616,7 @@ If you need to change the website URL:
615
616
#### Step 1: Update Critical Configuration
616
617
- [ ] Update `_config.yml` → `url:` field
617
618
- [ ] Verify `robots.txt` → `Sitemap:` line (generated from `{{ site.url }}{{ site.baseurl }}`)
619
+
- [ ] Verify `/sitemap.xml` is generated (jekyll-sitemap) and includes key pages
618
620
- [ ] Update or remove `CNAME` file if using custom domain
619
621
620
622
#### Step 2: Test Locally
@@ -768,9 +770,10 @@ headline: "Text with [link](OPENINGS_LINK)"
768
770
**Security & Protection:**
769
771
- ✅ Enhanced 404 page with navigation buttons and Bootstrap icons
770
772
- ✅ Comprehensive `robots.txt` with crawler access control
771
-
- Allows: Googlebot, Bingbot, Slurp with 10-second crawl delay
0 commit comments