You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed that this component generates h1 and h2 html tags for its card titles & subtitles, this can lead to problems with robots not properly understanding the layout of a page later on.
I'm thinking of google robots that are notably responsible for the website SEO. Using a span tag with the same css styling as a fix should not be too much of an issue I think.
The text was updated successfully, but these errors were encountered:
I've noticed that this component generates h1 and h2 html tags for its card titles & subtitles, this can lead to problems with robots not properly understanding the layout of a page later on.
I'm thinking of google robots that are notably responsible for the website SEO. Using a
span
tag with the same css styling as a fix should not be too much of an issue I think.The text was updated successfully, but these errors were encountered: