-
Couldn't load subscription status.
- Fork 1.4k
SEO Enchancement of Kanvas Page #7023
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Lakshay Pareek <hopesalive0291@gmail.com>
Signed-off-by: Lakshay Pareek <hopesalive0291@gmail.com>
|
@Lakshay-Pareek please look on the build fails Add it as an agenda item to the meeting minutes, if you would :) |
|
@SplinterSword, please help review, if you can. |
Sure I will do that |
|
@Lakshay-Pareek can you fix the deployment issues, also did you use GitHub pages for deployment or used the preview build of netlify for testing seo score? |
|
@SplinterSword Sorry for the inconvience but i had some issue with my pc, so i was not able to work on it. I was using gitpod so i deployed it locally by selective rendering. |
|
No issues, tell me when you are working on it, meanwhile i will review the code and try to run and work on it on my machine |
|
@SplinterSword Actually the error is about the react-helmet package i am using for the metadata. It seems that after running npm install it is not installing the react-helmet package which is throwing the error. Rest all is good. |
|
Yeah I already installed it and now i am testing your code out |
|
To see if it actually improves the ratings |
|
Yes rest of it should run fine. |
|
Did you got to check the score, before the react helmet problem, if so then what was it and how you checked it. |
|
I would like to know how you are testing on, using codespace or locally? Because SEO rating also is affected by the response time of the site. |
Yeah i checked it, but there was inconsistency due the slow response time of my deployed site, Firstly i treid using the google lighthouse, but it was not accurate, so i tried the online seo checkers |
|
I was thinking using github pages because that is how the actual site is deployed. Like deploying your fork's branch using GitHub pages |
|
After making the positive changes, the rating should definitely increase, bcus there no metadata present for the page. |
|
But you use the slack group to ask this. You will get a more clear instruction there |
|
Okay i think you should use github pages as i know that is how the actual site is deployed |
|
@SplinterSword Ok will do it |
|
@Lakshay-Pareek were you able to fix the build error?? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove kanvas-seo.js as only the index.js file is crawled by bots and this file seems redundant to add.
Enhance SEO by dynamically injecting meta tags and updating the page title. Refactor Kanvas component structure for better readability. Signed-off-by: Lakshay Pareek <hopesalive0291@gmail.com>
Signed-off-by: Lakshay Pareek <hopesalive0291@gmail.com>
|
🚀 Preview for commit e7fb44e at: https://68f8fd65fa5a64c34b665701--layer5.netlify.app |
Signed-off-by: Lakshay Pareek <hopesalive0291@gmail.com>
|
@SplinterSword Have a look. |
|
🚀 Preview for commit a05874f at: https://68f901b648e5fed4342660ce--layer5.netlify.app |
|
Did you check the score |
|
Hello @Lakshay-Pareek any updates |
|
@SplinterSword Ya i tried testing the SEO, but it came lower from current, the rating was lower bcus of the below error. I tried searching about it but was not able to solve it. It was not on the current kanvas, it just came on the deployed webpage. |

Changes Implemented
Added hidden SEO meta enhancements
<title>and<meta description>to match Kanvas content and keywords.Resolved multiple SEO audit issues:
<a>attributes and robots directives.No UI or layout impact
This PR fixes #6981
Signed commits