Skip to content

Commit 36fa7aa

Browse files
committed
docs: site-wide SEO optimization
- Fix homepage title and meta description (was broken with <head /> artifact) - Add robots.txt with sitemap directive - Add JSON-LD Organization and WebSite structured data - Add global Twitter Card and Open Graph meta tags - Enhance sitemap with lastmod and priority differentiation - Fix anonymizeIP to true for GDPR compliance - Add aria-label to homepage feature SVGs for accessibility - Add meta descriptions to all 10 blog posts - Add SEO pending guide for remaining manual tasks
1 parent 676d971 commit 36fa7aa

File tree

15 files changed

+205
-15
lines changed

15 files changed

+205
-15
lines changed

blog/2024-03-05-welcome/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
slug: welcome
33
title: Introducing Phoenix Code Desktop- Now on Windows, Mac & Linux
4+
description: "Phoenix Code native desktop apps are now available for Windows, Mac, and Linux. Web version available for ChromeOS and other platforms."
45
authors: [arun, charly, kiran, mathew, phoenixBot]
56
tags: [hello world, Native Apps, Windows, Linux, Mac, Release]
67
---

blog/2024-03-26-Release-3.5/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
slug: release-3.5
3-
title: March-2024 Release (V-3.5) is now Live
3+
title: March-2024 Release (V-3.5) is now Live
4+
description: "Phoenix Code 3.5 improves large project support, Find in Files, inline HTML number dials, and app stability. Download for Windows, Mac, and Linux."
45
authors: [arun, charly, kiran, phoenixBot]
56
tags: [Native Apps, Windows, Linux, Mac, Release]
67
---

blog/2024-04-27-Release-3.6/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
slug: release-3.6
3-
title: April-2024 Release (V-3.6) is now Live
3+
title: April-2024 Release (V-3.6) is now Live
4+
description: "Phoenix Code 3.6 adds PHP and custom live preview servers, advanced CSS/LESS/SCSS code intelligence, and UX improvements."
45
authors: [arun, charly, andrew, faizan, phoenixBot]
56
tags: [Native Apps, Windows, Linux, Mac, Release]
67
---

blog/2024-05-26-Release-3.7/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
slug: release-3.7
3-
title: Little Things Release (May-2024, V-3.7) is now Live
3+
title: Little Things Release (May-2024, V-3.7) is now Live
4+
description: "Phoenix Code 3.7 focuses on live preview improvements, CSS class and style code hints, and small UX refinements."
45
authors: [arun, charly, phoenixBot]
56
tags: [Live Preview, Live Code Hints, Windows, Linux, Mac, Release]
67
---

blog/2024-06-27-Release-3.8/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
slug: release-3.8
3-
title: Critical Update + HTML Helpers Release (June-2024, V-3.8) is now Live
3+
title: Critical Update + HTML Helpers Release (June-2024, V-3.8) is now Live
4+
description: "Phoenix Code 3.8 fixes crashes on M1 Macs and Linux, adds HTML drag-and-drop editing, and improves live preview stability."
45
authors: [arun, charly, phoenixBot]
56
tags: [Live Preview, Live Code Hints, Windows, Linux, Mac, Release]
67
---

blog/2024-09-02-Release-3.9/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
slug: release-3.9
3-
title: HTML Workflows and stability Release (September-2024, V-3.9) is now Live
3+
title: HTML Workflows and stability Release (September-2024, V-3.9) is now Live
4+
description: "Phoenix Code 3.9 improves app stability and robustness, adds HTML and text editing workflow enhancements, and ChromeOS support."
45
authors: [arun, charly, kiran, devvaannsh, jozsefk9, acemi1, phoenixBot]
56
tags: [Live Preview, Live Code Hints, Windows, Linux, Mac, Release]
67
---

blog/2024-11-24-Release-3.10/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
slug: release-3.10
3-
title: Editor Experience Release (November-2024, V-3.10) is now Live
3+
title: Editor Experience Release (November-2024, V-3.10) is now Live
4+
description: "Phoenix Code 3.10 improves the editor UI with indent guide lines, better performance, and visual feedback. Updated extension developer docs."
45
authors: [arun, charly, devvaannsh, phoenixBot]
56
tags: [Editor Experience, UI Improvements, Windows, Linux, Mac, Release]
67
---

blog/2025-01-30-Release-4.0/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
slug: release-4.0
3-
title: Git It Release (January-2025, V-4.0) is now Live
3+
title: Git It Release (January-2025, V-4.0) is now Live
4+
description: "Phoenix Code 4.0 introduces built-in Git integration, color previews, and open-in-terminal support. The largest release in the Brackets legacy."
45
authors: [arun, charly, devvaannsh, phoenixBot]
56
tags: [Git, Color previews, Version Control, open in terminal, Stability Improvements, Windows, Linux, Mac, Release]
67
---

blog/2025-01-30-The Legacy of Brackets - Continued/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
slug: Blog-Legacy
3-
title: "Phoenix Code: The Legacy of Brackets - Continued"
3+
title: "Phoenix Code: The Legacy of Brackets - Continued"
4+
description: "The story of Brackets — from its birth at Adobe to Phoenix Code. How a community kept the spirit of Brackets alive and built its future."
45
authors: [arun, charly]
56
tags: [Brackets, Continued, Phoenix Code, History]
67
---

blog/2026-01-18-Release-5.0/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
slug: release-5.0
3-
title: Phoenix Pro Release (January-2026, V-5.0) is now Live
3+
title: Phoenix Pro Release (January-2026, V-5.0) is now Live
4+
description: "Phoenix Code 5.0 introduces Phoenix Pro with Live Preview Edit, Emmet support, Tab Bar, and Custom Snippets. The biggest update yet."
45
authors: [arun, charly, devvaannsh, phoenixBot]
56
tags: [Phoenix Pro, Live Preview Edit, Emmet, Tab Bar, Custom Snippets, Collapse Folders, Smarter hint suggestions, Stability Improvements, Windows, Linux, Mac, Release]
67
---

0 commit comments

Comments
 (0)