-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
meta tags added for pages #96
base: main
Are you sure you want to change the base?
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/sid/react-ui/ra28yb36h |
@Avi98 This is the right direction for sure 👍 I tried testing the preview url (generated by vercel in the commment above) on twitter's card validator (https://cards-dev.twitter.com/validator) and it didn't validate. it's probably something very small but |
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.
looks good to me
@siddharthkp , Facebook and Twitter crawlers don't work on client-side javascript. I need to take a different library like react-snapshot. Should I go ahead with this |
Added meta tags for pages
fixes #95