PhpDig.net

PhpDig.net (http://www.phpdig.net/forum/index.php)
-   How-to Forum (http://www.phpdig.net/forum/forumdisplay.php?f=33)
-   -   Search Engines and Dig (http://www.phpdig.net/forum/showthread.php?t=1861)

new2dev 02-21-2005 10:44 AM

Search Engines and Dig
 
Has anyone experienced search engines such as Google or Yahoo, Msn picking up search results for Dig?

Any possibility for this?

Charter 02-21-2005 01:19 PM

http://www.phpdig.net/forum/showthread.php?t=1760

or config file...

Code:

define('LIST_ENABLE',true);                      // activates/deactivates listing of past queries
define('LIST_PAGE','list.php');                  // the name of the list page
define('LIST_NEW_WINDOW',1);                    // open queries in new window
define('LIST_SHOW_ZEROS',0);                    // show queries with zero results
define('LIST_DEFAULT_LIMIT',20);                // listings per page - positive integer of ten - 10,20,30,...
define('LIST_META_TAG','<meta name="robots" content="noindex,nofollow">'); // meta tag for list page



All times are GMT -8. The time now is 06:17 AM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.