Skip to content

Commit 8dcc366

Browse files
committed
fix: update meta tags, broken download link, and footer text
1 parent cbb51dd commit 8dcc366

1 file changed

Lines changed: 32 additions & 7 deletions

File tree

index.html

Lines changed: 32 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
<meta charset="utf-8" />
3030
<meta name="viewport" content="width=device-width" />
3131
<title data-i18n="index.head.title">
32-
Brackets - A modern, open source code editor that understands web
33-
design.
32+
Brackets — Now Phoenix Code | Free Open Source Code Editor with Live Preview
3433
</title>
34+
<meta name="description" content="Brackets has evolved into Phoenix Code — a free, open-source code editor with live preview for HTML, CSS, and JavaScript. Download for Windows, macOS, Linux, or try at phcode.io." />
3535
<script type="text/javascript">
3636
window.bracketsVersion = "2.2.1";
3737
window.buildURL = {
@@ -62,7 +62,7 @@
6262

6363
<!-- social media images -->
6464
<!-- Facebook: https://developers.facebook.com/docs/sharing/webmasters#markup -->
65-
<meta property="og:url" content="http://brackets-cont.github.io" />
65+
<meta property="og:url" content="https://brackets.io" />
6666
<meta
6767
property="og:title"
6868
content="A modern, open source code editor that understands web design" />
@@ -87,6 +87,31 @@
8787
name="twitter:image"
8888
content="http://brackets.io/img/hero@2x.png" />
8989

90+
<!-- JSON-LD: Succession signal for search engines and Knowledge Graph -->
91+
<script type="application/ld+json">
92+
{
93+
"@context": "https://schema.org",
94+
"@type": "SoftwareApplication",
95+
"name": "Brackets",
96+
"url": "https://brackets.io",
97+
"applicationCategory": "DeveloperApplication",
98+
"operatingSystem": "Windows, macOS, Linux",
99+
"description": "A modern, open source code editor for web design. Succeeded by Phoenix Code.",
100+
"alternateName": "Brackets Editor",
101+
"predecessorOf": {
102+
"@type": "SoftwareApplication",
103+
"name": "Phoenix Code",
104+
"url": "https://phcode.io",
105+
"applicationCategory": "DeveloperApplication",
106+
"operatingSystem": "Windows, macOS, Linux, Web Browser"
107+
},
108+
"sameAs": [
109+
"https://en.wikipedia.org/wiki/Brackets_(text_editor)",
110+
"https://github.com/brackets-cont/brackets"
111+
]
112+
}
113+
</script>
114+
90115
<!-- Only Edit brackets.io.css -->
91116
<link rel="stylesheet" href="css/brackets.io.css" />
92117

@@ -211,10 +236,10 @@ <h2>
211236
>
212237
<br />
213238
<a
214-
href="https://www.reddit.com/r/brackets/comments/1b7bihm/introducing_phoenix_code_desktop_now_on_windows/"
239+
href="https://phcode.io"
215240
target="_blank"
216241
data-i18n="index.page.content.phoenixInfo3">
217-
Click here to read more</a
242+
Click here to read more</
218243
>.<br />
219244
</span>
220245

@@ -276,7 +301,7 @@ <h1>
276301
<a
277302
id="download-plain-brackets"
278303
class="rounded radius button"
279-
href="https://github.com/adobe/brackets/releases"
304+
href="https://github.com/brackets-cont/brackets/releases"
280305
style="display: inline-flex;background-color: black; color: white; align-items: center;padding-left: 1.5rem;justify-content: center;"
281306
onclick="mainDownloadClicked()"
282307
download>
@@ -696,7 +721,7 @@ <h5 data-i18n="footer.in-touch.header">Keep in Touch</h5>
696721
community. It was founded by Adobe as a community
697722
guided, open source project to push web development
698723
editors to the next level. </span
699-
><br />
724+
>The project continues as <a href="https://phcode.io">Phoenix Code</a>, the next-generation open source code editor with live preview.<br />
700725
</p>
701726
</div>
702727
</div>

0 commit comments

Comments
 (0)