layer5io / layer5

Layer5, expect more from your infrastructure
https://layer5.io
Apache License 2.0
879 stars 1.23k forks source link

Fix 404 errors in internal links #5238

Open iArchitSharma opened 11 months ago

iArchitSharma commented 11 months ago

Description

Here is a compilation of URLs extracted from the Google Search Console. These pages are currently not being indexed by search engines, possibly due to their removal from the site or a change in their link structure, with the link still present on some pages.

URL

Expected Behavior

You can fix this URL's by redirecting them or maybe removing them from the page


Contributor Resources and Handbook

The layer5.io website uses Gatsby, React, and GitHub Pages. Site content is found under the master branch.

Join the Layer5 Community by submitting your community member form.

leecalcote commented 11 months ago

@iArchitSharma do we know if these are sourced from layer5.io or another origin?

iArchitSharma commented 11 months ago

@leecalcote No we don't know that, this need to be investigated manually

leecalcote commented 11 months ago

For links that don't originate (can't be found within layer5.io), we can create redirects from the 404 link to the valid resource/page.

For links that do originate from layer5.io (can be found within our code), we can simply fix the links, pointing them to the correct page.

iArchitSharma commented 10 months ago

The links that are already fixed are check marked above

AllenG08 commented 10 months ago

Hey , is this task assigned already ? Is there anything i can do?

iArchitSharma commented 10 months ago

A lot of links are https://layer5.io/blog/tag/<page-name> and https://layer5.io/blog/category/<page-name> we can write a logic to redirect them to https://layer5.io/blog if they does not exist

AllenG08 commented 10 months ago

Ok i'll work on this .

iArchitSharma commented 10 months ago

@allengb208 are you still working on this?

AllenG08 commented 10 months ago

Yes , give me a bit more time. Also i need a help , should i change the links with "404 error or not found" to https://layer5.io/blog . I'll fix all the links , please tell me where is this located in the folder. I'm new to open source , i might be needing a bit more guidance , thank you .

iArchitSharma commented 10 months ago

@allengb208 are you on slack?

AllenG08 commented 10 months ago

@allengb208 are you on slack?

Yes , do check i've texted you.

Abraham599 commented 10 months ago

Is there anything else I could do as well ?

Ykumar1415 commented 9 months ago

@iArchitSharma I also want to work on this issue can you tell me how can I ?

sudhanshutech commented 6 months ago

@iArchitSharma what is the status of this issue.