SMF 2.0 RC3 No Index on Topics

mattblog

New Member
Messages
463
Reaction score
13
Points
0
after reviewing some of the code on my website i found that i get the following code as a meta tag in the topics file but not in the index file or members files.

Code:
<head>
   <meta  http-equiv="Content-Type" content="text/html; charset=UTF-8" />
   <meta  name="description" content="Vending Machine Game" />
   <meta  name="keywords" content="technology, forum, tech, support, games, phone,  discussion, communitytechnology, forum, tech, support, games, phone,  discussion, community" />
   <title>Vending Machine  Game</title>
        <meta name="robots" content="noindex"  />                                                 ---------------  this is the code------------
   <link rel="canonical"  href="http://techsavy.cz.cc/forum-games/vending-machine-game/" />
   <link  rel="stylesheet" type="text/css"  href="http://techsavy.cz.cc/Themes/overviewlight_20rc3/css/index.css?rc3"  />

   <link rel="stylesheet" type="text/css"  href="http://techsavy.cz.cc/Themes/default/css/print.css?rc3"  media="print" />
   <link rel="help"  href="http://techsavy.cz.cc/index.php?action=help" />
   <link  rel="search" href="http://techsavy.cz.cc/index.php?action=search" />
   <link  rel="contents" href="http://techsavy.cz.cc/index.php" />
   <link  rel="prev"  href="http://techsavy.cz.cc/forum-games/vending-machine-game/?prev_next=prev"  />
   <link rel="next"  href="http://techsavy.cz.cc/forum-games/vending-machine-game/?prev_next=next"  />
   <link rel="index"  href="http://techsavy.cz.cc/forum-games/" />
   <script  type="text/javascript"  src="http://techsavy.cz.cc/Themes/default/scripts/script.js?rc3"></script>

   <script  type="text/javascript"  src="http://techsavy.cz.cc/Themes/overviewlight_20rc3/scripts/theme.js?rc3"></script>
   <script  type="text/javascript"><!-- // --><![CDATA[
      var  smf_theme_url = "http://techsavy.cz.cc/Themes/overviewlight_20rc3";
      var  smf_default_theme_url = "http://techsavy.cz.cc/Themes/default";
      var  smf_images_url =  "http://techsavy.cz.cc/Themes/overviewlight_20rc3/images";
      var  smf_scripturl = "http://techsavy.cz.cc/index.php";
      var  smf_iso_case_folding = false;
      var smf_charset = "UTF-8";
      var  ajax_notification_text = "Loading...";
      var  ajax_notification_cancel_text = "Cancel";
   //  ]]></script><script type="text/javascript"  language="JavaScript"  src="http://techsavy.cz.cc/mobiquo/tapatalkdetect.js"></script>

</head>

now i know that this means that its not indexing pages. Is there any way for me to enable indexing for topics all at the same time?

you can check on any topic at techsavy.cz.cc
 
Top