-
Couldn't load subscription status.
- Fork 1.4k
Seeo #7053
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?
Seeo #7053
Conversation
Signed-off-by: Lakshay Pareek <hopesalive0291@gmail.com>
Signed-off-by: Lakshay Pareek <hopesalive0291@gmail.com>
Signed-off-by: SplinterSword <sparshj2003@gmail.com>
Signed-off-by: SplinterSword <sparshj2003@gmail.com>
|
🚀 Preview for commit 3b98c63 at: https://68f61ac34435acba3a55e815--layer5.netlify.app |
| import GuyM from "./images/guym.jpg"; | ||
| import Abdechakour from "../../sections/Pricing/reviews/abdechakour-h.jpeg"; | ||
|
|
||
| import { Helmet } from "react-helmet"; |
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.
why a additional package required ? How does this helping in improving seo?
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.
According to him this is to insert meta data to the page which it didn't have before.
| <> | ||
| <Helmet> | ||
| {/* --- Invisible SEO Improvements --- */} | ||
| <title>Kanvas | Cloud Native Visual Designer for Kubernetes | Layer5</title> |
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.
a separate page for seo seems redundant? It can be handled in index page only because index page is only crawled by bots.
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.
I agree the already told the original author of the PR that.
|
@sudhanshutech I am helping to review this pull request, I was just testing whether the changes made by him actually work and improve SEO. If you want me to work on it, I will work on but currently I did not open this pull request for the intent of it being merged. |
|
Thank you for your contribution! |
Description
This PR fixes #6981
Notes for Reviewers
#Changes Implemented
Added hidden SEO meta enhancements
Resolved multiple SEO audit issues:
No UI or layout impact
Signed commits