From 6a1718eb3879b265d9be440d373d3457a2224554 Mon Sep 17 00:00:00 2001 From: saqibbedar Date: Sat, 12 Oct 2024 15:50:00 +0500 Subject: [PATCH] chore(v1.9.0): update SEO for improved search rankings --- README.md | 41 ++++++++++++++++++++++++++++------------- index.html | 41 ++++++++++++++++++++++++++++++++++++----- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 66 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index f08bb7c..23472c8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
-

Reactfolio. v1.8.0

+

Reactfolio. v1.9.0

Designed for developers looking to showcase their work with style and simplicity. @@ -26,14 +26,6 @@ Check out the live demo of the portfolio [here](https://saqibbedar.github.io/Reactfolio/). -# Docker Support (Deprecated) ❌ - -Starting from version v1.8.0, Reactfolio no longer supports Docker. If you prefer to containerize your portfolio and deploy it using Docker, please refer to the [docker-deploy branch documentation](https://github.com/saqibbedar/Reactfolio/tree/docker-deploy?tab=readme-ov-file) for detailed instructions. Note that we will not handle any issues related to Docker from this version onwards. - -To access the Docker documentation, switch to the `docker-deploy` branch and follow the instructions provided there. - -Read [Docker Documentation](https://github.com/saqibbedar/Reactfolio/tree/docker-deploy?tab=readme-ov-file) for more details. - # Installation & Setup 🛠️ Follow these steps to create and deploy your portfolio: @@ -70,9 +62,34 @@ const AboutPage = { // Similarly, update other values as needed... ``` -## Step 3: Push Changes to GitHub 🚀 +## Step 3: Update [`index.html`](https://github.com/saqibbedar/Reactfolio/blob/main/index.html) for SEO Optimization 🔍 + +To improve the SEO of your portfolio, update the `index.html` file with your specific information. Open the `index.html` file and replace the existing values with your own: + +```html + + + + + + + + + Your Portfolio Title + + + + + +
+ + + +``` + +## Step 4: Push Changes to GitHub 🚀 -Once you’ve updated the `assets.js` file, you can push your changes to your GitHub repository. +Once you’ve updated the `index.html` file, you can push your changes to your GitHub repository. ```bash git add . @@ -84,8 +101,6 @@ git push origin main Congratulations! If you followed all the steps correctly, your Portfolio is now live. You can view your portfolio at [`https://.github.io//`](https://.github.io//). -You can view your site locally at [`http://localhost:5173`](http://localhost:5173) - # Community & Feedback 💬 We'd love to hear from you! Whether you have questions, ideas, or feedback, you can engage with the Reactfolio community in our GitHub Discussions. Share your experience, ask questions, or suggest features. diff --git a/index.html b/index.html index bf15425..ea13b57 100644 --- a/index.html +++ b/index.html @@ -7,13 +7,44 @@ - - Your Name | Web Developer Portfolio - + + Reactfolio | Web Developer Portfolio builder + + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/package-lock.json b/package-lock.json index fa5917f..014359d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "reactfolio", - "version": "1.8.0", + "version": "1.9.0", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 6d512f4..e4b2e65 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "reactfolio", "private": true, - "version": "1.8.0", + "version": "1.9.0", "type": "module", "scripts": { "dev": "vite",