Simple Machines Community Forum

SMF Support => SMF 2.0.x Support => Topic started by: Derof on September 10, 2011, 10:46:24 AM

Title: reject cookies - robots noindex
Post by: Derof on September 10, 2011, 10:46:24 AM
Why do we reject cookies, it is on the main page appears noindex robots - also in this forum.

<meta name="description" content="Simple Machines Community Forum - Index" />
   <title>Simple Machines Community Forum - Index</title>
   <meta name="robots" content="noindex" />
   <link rel="canonical" href="http://www.simplemachines.org/community/index.php?P=0d884c6985f33d7364c4be277e7d04de&amp;" />
   <link rel="help" href="http://www.simplemachines.org/community/index.php?P=0d884c6985f33d7364c4be277e7d04de&amp;action=help" />
   <link rel="search" href="http://www.simplemachines.org/community/index.php?P=0d884c6985f33d7364c4be277e7d04de&amp;action=search" />
Title: Re: reject cookies - robots noindex
Post by: Ricky. on September 10, 2011, 11:44:24 AM
SMF is designed in such way that you don't get duplicate content, just refresh your index page and you will find noindex gone. Explain further, though you are on index page, but its not the actual index url and hence SMF is saying not to index it.
Title: Re: reject cookies - robots noindex
Post by: Oldiesmann on September 10, 2011, 12:16:03 PM
SMF has the noindex thing there because of the PHP session ID in the URL. We don't reject cookies in any way either. If you choose not to allow cookies, SMF will need the PHP session ID in order to keep track of who you are.