The following warnings occurred:
Warning [2] Undefined array key "threadviews_countguests" - Line: 745 - File: showthread.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php 745 errorHandler->error_callback
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/inc/functions_post.php 830 postParser->parse_message
/showthread.php 916 build_postbit
Warning [2] Undefined property: MyLanguage::$thread_modes - Line: 46 - File: showthread.php(1650) : eval()'d code PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php(1650) : eval()'d code 46 errorHandler->error_callback
/showthread.php 1650 eval




Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Noindex, nofollow for single page
#3
Or you could replace in your template:

Code:
<meta name="robots" content="index, follow" />

by:

Code:
<?php if (return_page_slug() == 'contact') { ?>
<meta name="robots" content="noindex, nofollow" />
<?php } else { ?>
<meta name="robots" content="index, follow" />
<?php } ?>

That is, if you also want the rest of the pages to have that meta.
Reply


Messages In This Thread
Noindex, nofollow for single page - by jasiek7 - 2012-02-04, 04:30:01
Noindex, nofollow for single page - by mvlcek - 2012-02-04, 04:52:46
Noindex, nofollow for single page - by Carlos - 2012-02-04, 05:14:16
Noindex, nofollow for single page - by jasiek7 - 2012-02-04, 19:32:27
Noindex, nofollow for single page - by ChriS - 2012-03-14, 20:35:16
Noindex, nofollow for single page - by ccagle8 - 2012-03-14, 23:03:32
Noindex, nofollow for single page - by mikeh - 2012-03-16, 03:28:48
Noindex, nofollow for single page - by ChriS - 2012-03-17, 08:16:04
Noindex, nofollow for single page - by mikeh - 2012-03-17, 08:52:10
Noindex, nofollow for single page - by igestalten - 2012-05-11, 19:14:56



Users browsing this thread: 1 Guest(s)