About the meta
-robots
, how many values can I put?
<meta name="robots" content="noindex, follow, nocache, nosnippet, noodp, noydir">
Is this valid? Or multiple meta elements?
<meta name="robots" content="noindex, follow">
<meta name="robots" content="nocache, nosnippet">
<meta name="robots" content="noodp, noydir">
Is this possible?
What is the best practice?