Welcome, Guest. Please Login or Register.
November 19, 2024, 05:33:46 PM
Home Help Search Log in Register
News: If you are still using YaBB SE, please consider upgrading to SMF as soon as possible.

YaBB SE Community  |  Development  |  Mod Ideas and Creation  |  search engine spidering « previous next »
Pages: 1 [2] 3 4 Reply Ignore Print
Author Topic: search engine spidering  (Read 2311 times)
cyc
Noobie
*
Posts: 30


I love YaBB SE!

WWW
Re:search engine spidering
« Reply #15 on: November 12, 2002, 12:01:19 AM »
Reply with quote

Getting rid of ? and  ; would do the trick.

It needs to looks as if its a directory:

/index.php?board=6;action=display;threadid=2608

Would look like:

/index/6/2608.php

I would like google to index all my posts, atm they are wasted (good quality content thats not indexed anywhere)

Logged

pege
Full Member
***
Posts: 146


Re:search engine spidering
« Reply #16 on: November 12, 2002, 08:03:13 PM »
Reply with quote

Someone try this out, and let me know what actually gets their articles listed on search engines.  I think this is something important YaBB should come out with soon.

Thanks
Logged
Alex Rolko
Almighty
Global Moderator
YaBB God
*****
Posts: 4624


Fury of Me

Re:search engine spidering
« Reply #17 on: November 14, 2002, 07:45:21 PM »
Reply with quote

its entirely possible to change the ; in the querystring to something else. (just as & was changed to ;)

if anyone has ever looked at QueryString.php in the main folder ofr YaBBSE
if(strlen($QUERY_STRING)>0)
{
   $str = (substr($QUERY_STRING,0,5)=="url=/")?$HTTP_SERVER_VARS["REDIRECT_QUERY_STRING"]:$QUERY_STRING;
   $query_strings = split("[;&]",URLdecode($str));
   foreach ($query_strings as $tmp)
   {
      if(preg_match("/^([^=]+)[=](.*)/", $tmp, $parts)) {
         $GLOBALS[$parts[1]] = $parts[2];
      }
   }
}
« Last Edit: November 14, 2002, 07:50:32 PM by Alex Rolko » Logged


ThinkGeek.com Wishlist | Just call me Xander...
I'm sorry but I don't answer support requests
Compuart
Quality, Quality, Quality!
YaBB God
*****
Posts: 1283


ICQ - 8801024Compuart@hotmail.com WWW
Re:search engine spidering
« Reply #18 on: November 14, 2002, 07:58:34 PM »
Reply with quote

The problem is that a question mark (?) is necesary to discern the filename from it's parameters. Adjusting Querystring.php can't change that. I guess you'd have to adjust .htaccess somehow to make it possible.

btw: the reason for using ; instead of & is that links with an ampersand (&) are not HTML 4.01 compliant. Links would have to look like this to be compliant and still be recognized as standard querystring input: http://www.yabb.info/community/index.php?action=post&threadid=14858
Logged

Mach8
Sweetie
Beta Tester
YaBB God
*****
Posts: 1218


ICQ - 339855961
Re:search engine spidering
« Reply #19 on: November 15, 2002, 05:23:58 PM »
Reply with quote

I use : instead of ; in URLs, looks tidier :)
Logged
Ben_S
Disciple of Joe
Support Team
YaBB God
*****
Posts: 1586


I Love YaBB SE!

WWW
Re:search engine spidering
« Reply #20 on: November 15, 2002, 09:41:47 PM »
Reply with quote

A question mark isnt really a problem
Logged
groundup
Disciple of Joe, Head Cleric
Mod Team
YaBB God
*****
Posts: 2983


Error 309: Please notify the administrator of this

WWW
Re:search engine spidering
« Reply #21 on: November 16, 2002, 07:23:22 PM »
Reply with quote

from what I hear, ? aren't that good for the engine.
Logged

http://www.fastfinancialfreedom.org - financial freedom is a myth
http://www.fastfinancialfreedom.org - financial freedom is a myth
http://www.fastfinancialfreedom.org - financial freedom is a myth
fastfinancialfreedom.org
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:search engine spidering
« Reply #22 on: November 23, 2002, 05:31:40 AM »
Reply with quote

so, anyone interested in making an .htaccess file that works for yse?
im not that familiar with regex and pattern matching... :P

some info sites:
http://httpd.apache.org/docs/misc/rewriteguide.html
http://httpd.apache.org/docs/mod/mod_rewrite.html
http://www.searchengineworld.com/spiders/index.htm
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
cyc
Noobie
*
Posts: 30


I love YaBB SE!

WWW
Re:search engine spidering
« Reply #23 on: November 30, 2002, 02:30:49 AM »
Reply with quote

Quote from: Spaceman-Spiff on November 23, 2002, 05:31:40 AMso, anyone interested in making an .htaccess file that works for yse?
im not that familiar with regex and pattern matching... :P

some info sites:
http://httpd.apache.org/docs/misc/rewriteguide.html
http://httpd.apache.org/docs/mod/mod_rewrite.html
http://www.searchengineworld.com/spiders/index.htm

There is some good in at those websites, has anyone had any luck with this?

cheers
Logged

Daniel Hofverberg
YaBB God
*****
Posts: 582


WWW
Re:search engine spidering
« Reply #24 on: November 30, 2002, 05:47:59 AM »
Reply with quote

Quote from: Scotty_B on November 15, 2002, 09:41:47 PMA question mark isnt really a problem
For some search engines, you're right - But at least some search engines won't index any URL:s with a question mark or ampersand in it.
Logged
rochen
Guest
Re:search engine spidering
« Reply #25 on: November 30, 2002, 06:08:57 AM »
Reply with quote

Not sure about other search engines, but Google sure spiders it when a "?" is used.
Logged
Daniel Hofverberg
YaBB God
*****
Posts: 582


WWW
Re:search engine spidering
« Reply #26 on: November 30, 2002, 05:58:21 PM »
Reply with quote

You're right - Google seems to support question marks in URL:s correctly. But FAST/AllTheWeb, AltaVista and several others don't.
Logged
Ben_S
Disciple of Joe
Support Team
YaBB God
*****
Posts: 1586


I Love YaBB SE!

WWW
Re:search engine spidering
« Reply #27 on: November 30, 2002, 09:12:41 PM »
Reply with quote

alltheweb seems to spider stuff with question marks in it on my site..

In fact its actually spidered a couple of threads

Hope this works
« Last Edit: November 30, 2002, 09:14:57 PM by Scotty_B » Logged
Daniel Hofverberg
YaBB God
*****
Posts: 582


WWW
Re:search engine spidering
« Reply #28 on: November 30, 2002, 09:49:03 PM »
Reply with quote

Quote from: Scotty_B on November 30, 2002, 09:12:41 PMalltheweb seems to spider stuff with question marks in it on my site..
I just tested, and it seems like you're right. AllTheWeb has ignored URL:s with question marks in the past, but it seems like they actually do spider such links nowadays. Some of their help pages still list that they don't though...  ::)
Logged
Ben_S
Disciple of Joe
Support Team
YaBB God
*****
Posts: 1586


I Love YaBB SE!

WWW
Re:search engine spidering
« Reply #29 on: November 30, 2002, 11:37:00 PM »
Reply with quote

im just curious as to why its spidered a few threads but not all of them  ???
Logged
Pages: 1 [2] 3 4 Reply Ignore Print 
YaBB SE Community  |  Development  |  Mod Ideas and Creation  |  search engine spidering « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.063 seconds with 20 queries.