My website is being opened multiple URLs?
- SEO |
My website is docbeans.com which is being opened by docbeans.com/index. Is there any issue to Google. I have put canonical by https://docbeans.com.
Please help me regard this my website is in asp.net technology. And my code is like this way.
<rule name="HTTP to HTTPS redirect" stopProcessing="true">
<match url="(.*)" />
<conditions>
<add input="{HTTPS}" pattern="off" ignoreCase="true" />
</conditions>
<action type="Redirect" redirectType="Permanent" url="https://{HTTP_HOST}/{R:1}" />
</rule>
Please help with this technical issue.