I have a webpage and my google search results are linked to the index page, even though the title and the description of the result are correct the url isn't. How can I address that?
Use 301 redirect or put homepage url as canonical to resolve this issue.
Canonical tag for index page:
<link rel="canonical" href="https://www.domain.com/" />
If I understand something different than please explain ..