I have a problem setting my site url. The project is based on mvc azure.
Normally azure has a URL: xyz.cloudapp.netSo when I install my site live, I added a domain that points to the azure project. www.xyz.com.
The problem is that if I try to click on the "Contact" or "Oh," I want to URL-address in the browser displayed as www.xyz.com/aboutand www.xyz.com/Contact. But whenever I click the "About" or "Contact" button, the browser URL is still displayed as www.xyz.com.
I have more than 50 pages on my site, however Google only indexes it as one. Can someone please tell me how can I get this url showing the pages where I am also routing.
source
share