Update README to clarify server-side redirects

This commit is contained in:
Jonathan Suh 2016-05-24 11:59:29 -05:00
parent f477b10f3e
commit a9bba44878
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ Below are the meta attributes which are not recommended for use:
<!-- Tells search bots to revisit the page after a period. This is not supported because most Search Engines now use random intervals for re-crawling a webpage -->
<meta name="revisit-after" content="7 days">
<!-- Google strongly advises not to use this. Better to set up Apache redirects instead -->
<!-- Google strongly advises not to use this. Better to set up server-side (e.g. Apache, nginx) redirects instead -->
<meta http-equiv="refresh" content="300;url=https://example.com/">
<!-- Cache Control -->