diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2024-07-08 01:23:05 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2024-07-08 01:24:01 -0400 |
| commit | 7f0280f04c5454c488f4136ab6d566512964376e (patch) | |
| tree | 83d41c66090394bf416f20449c0d2a9c40adb3b4 | |
| parent | 794fd13dbac3335e30597e4efb3b964e5a268ff2 (diff) | |
| download | personal-website-7f0280f04c5454c488f4136ab6d566512964376e.tar.gz personal-website-7f0280f04c5454c488f4136ab6d566512964376e.tar.bz2 personal-website-7f0280f04c5454c488f4136ab6d566512964376e.zip | |
Making OSFT software archive SEO friendly?
| -rw-r--r-- | src/data/projects.json | 4 | ||||
| -rw-r--r-- | src/pages/downloads/osft-software-archive.astro | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/data/projects.json b/src/data/projects.json index 2eb4d41..4753075 100644 --- a/src/data/projects.json +++ b/src/data/projects.json @@ -24,8 +24,8 @@ ] }, { - "name": "Philip Adams Software Archive", - "description": "The ultimate software collection of Philip Adams' software.", + "name": "OSFirstTimer Ultimate Old Software Archive", + "description": "The ultimate software collection of OSFirstTimer's (Philip Adams) old software, and games.", "links": [ { "name": "Download", diff --git a/src/pages/downloads/osft-software-archive.astro b/src/pages/downloads/osft-software-archive.astro index d54582b..c8e08d9 100644 --- a/src/pages/downloads/osft-software-archive.astro +++ b/src/pages/downloads/osft-software-archive.astro @@ -2,7 +2,7 @@ import Page from "../../layouts/Page.astro"; import '../../styles/cards.css'; --- -<Page title="Philip Adams Software Archive" description="The ultimate software collection of Philip Adams' software."> +<Page title="OSFirstTimer Ultimate Old Software Archive" description="The ultimate software collection of OSFirstTimer's (Philip Adams) old software, and games."> <main> <div class="content-warning"> <h2>Content Warning</h2> |
