Merge pull request #86 from jonsuh/master

Update README to clarify server-side redirects
This commit is contained in:
Josh Buchea 2016-05-24 10:49:22 -07:00
commit 87ecbb5b6c
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 -->