Search engine indexing
It’s usual practice now a days to have an application’s stage environment as well as production URL’s exposed to the internet. To avoid Google bots indexing through your staging URL, use the following meta tags in your web application’s head section as shown below:
1 |
<meta name="robots" content="noindex"> |
If you want only Google bots to avoid indexing your staging URL’s, use the following meta tag as show below:
1 |
<meta name="googlebot" content="noindex"> |
This is something very useful. If you dont do these for your staging URL’s, when user’s search for your application using the various search engines, due to high level of testing, it could be that the search engine returns your staging URL as the first search result above your production URL and this can be catastrophic for your applications success.
For more details, please contact the below link:
https://support.google.com/webmasters/answer/93710?hl=en
Page Visitors: 255

Tomcy John

Latest posts by Tomcy John (see all)
- A Guide to Continuous Improvement for Architects - February 2, 2023
- Cloud-first Architecture Strategy - January 26, 2023
- Architecture Strategy and how to create One - January 24, 2023