I have a asp.net mvc 5 application.
The application has some open urls with encrypted query string parameters.
These urls do not require authentication as per application requirement.
The urls are sent to users through emails and then they can access it.
When I search on google like site:<<siteurl>>, it gave me those open urls.
How can we avoid such open urls in google search?
Go to the complete details ...