Links are not seen by Google Bot
From issue #550 (closed)
Google bot is able to follow a link if:
- the html element is a
<a>
- the
<a>
has anhref
attribute
We don't comply with any of these requirements
Possible solutions:
- Auto-generate a sitemap based on the routers
- use
a
tags with href for links, and override their behavior in JavaScript - both
Edited by Matthieu Fesselier