I have put up a small web app with next.js and would like to know from more experienced people if next.js Link component is SEO friendly (google knows how to crawl Link component) without using anchors tags?
I have put up a small web app with next.js and would like to know from more experienced people if next.js Link component is SEO friendly (google knows how to crawl Link component) without using anchors tags?
2
Answers
Yes it is. behind the scenes, it will be the normal
<a>
tag.will be
You can check in inspector.
https://nextjs.org/docs/api-reference/next/link#if-the-child-is-a-custom-component-that-wraps-an-a-tag