If I use IonicReactRouter, IonicRouterOutlet, IonRouterLink to build my site, then internal links even in SSR-rendered pages look like:
<ion-router-link router-link="/settings" href="/settings">Settings</ion-router-link>
These are not normal HTML anchor tags.
Isn’t there a high possibility that search engine crawlers will fail to index my site properly because of all of these web component elements being used instead of normal elements?
How can I work around this in Ionic?