Welcome, Guest. Please Login or Register.
October 09, 2024, 02:32:02 AM
Home Help Search Log in Register
News: SMF is the next generation in forum software, almost completely re-written from the ground up, make sure you don't fall for cheap imitations that suffer from feature bloat!

YaBB SE Community  |  Development  |  Mod Ideas and Creation  |  Search Engines Optimize « previous next »
Pages: 1 [2] 3 4 ... 11 Reply Ignore Print
Poll
Question: Do you want YaBBSE to be optimized for Search Engines
Yes, sure
No, thank you
Is it possible?

Author Topic: Search Engines Optimize  (Read 24244 times)
groundup
Disciple of Joe, Head Cleric
Mod Team
YaBB God
*****
Posts: 2983


Error 309: Please notify the administrator of this

WWW
Re:Search Engines optimization
« Reply #15 on: June 12, 2003, 01:54:48 AM »
Reply with quote

dave, the board wouldn't be in there if the action=display ;)

it would make sense to do something like this:
domain.com/boardurl/action/board || thread || other/additional_get_var-get_value/repeat.

This would make it possible for you to have as many get variables as you want.
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
[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:Search Engines optimization
« Reply #16 on: June 12, 2003, 05:50:57 AM »
Reply with quote

The board does need to be there in 1.5.x....

-[Unknown]
Logged
Norbert
Noobie
*
Posts: 28


WWW
Re:Search Engines optimization
« Reply #17 on: June 12, 2003, 05:55:51 AM »
Reply with quote

Where is to add the code?

function ob_url_rewrite($buffer)
{
 return preg_replace(
     array('~"' . preg_quote($scripturl, '~') . '\?board=(\d+)"~', '~"' . preg_quote($scripturl, '~') . '\?board=(\d+);action=display;threadid=(\d+)"~', '~"' . preg_quote($scripturl, '~') . '\?board=(\d+);action=display;threadid=(\d+);start=(\d+)"~'),
     array('"' . $boardurl . '_\\1.html"', '"' . $boardurl . '_\\1_\\2.html"', '"' . $boardurl . '_\\1_\\2_\\3.html"'),
     $buffer);
}

RewriteRule ^(.*)community_(\d+).html $1community/index.php?board=$2
RewriteRule ^(.*)community_(\d+)_(\d+).html $1community/index.php?board=$2;action=display;threadid=$3
RewriteRule ^(.*)community_(\d+)_(\d+)_(\d+).html $1community/index.php?board=$2;action=display;threadid=$3;start=$4

« Last Edit: June 12, 2003, 05:57:03 AM by Norbert » Logged
hprod
Jr. Member
**
Posts: 84


En mi debilidad me haces fuerte, Señor (San Pablo)

Re:Search Engines optimization
« Reply #18 on: June 12, 2003, 06:30:48 AM »
Reply with quote

Yes David
that is more common url: www.domain.com/yabbse/2/210.html
but if you use mine http://www.yabbse.org/community_141_23503_0.htm
Google will give more rank to all your messages, because they seem static html pages under the first slash.
« Last Edit: June 12, 2003, 06:32:22 AM by hprod » Logged
Ben_S
Disciple of Joe
Support Team
YaBB God
*****
Posts: 1586


I Love YaBB SE!

WWW
Re:Search Engines optimization
« Reply #19 on: June 12, 2003, 07:57:24 PM »
Reply with quote

Quote from: hprod on June 11, 2003, 01:47:45 PM
Problems?
what kind of problems?

Just thinking of what it could do to the server load if google and friends were to spider all the threads, those quick page loads in succession...
Logged
groundup
Disciple of Joe, Head Cleric
Mod Team
YaBB God
*****
Posts: 2983


Error 309: Please notify the administrator of this

WWW
Re:Search Engines optimization
« Reply #20 on: June 12, 2003, 08:06:21 PM »
Reply with quote

I think that is the point ;)
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
hprod
Jr. Member
**
Posts: 84


En mi debilidad me haces fuerte, Señor (San Pablo)

Re:Search Engines optimization
« Reply #21 on: June 12, 2003, 08:14:25 PM »
Reply with quote

Google visited my forum in a 30/50 days frequency. Never produces a overload.
But it's true the amount of visits raise INCREDIBLY, and some servers could go down soon.
Logged
I, Brian
Full Member
***
Posts: 238


It is coming...

WWW
Re:Search Engines optimization
« Reply #22 on: June 12, 2003, 09:25:21 PM »
Reply with quote

I tried .htaccess for mod_rewrite before, but from what I saw, I'd need the YaBB SE board itself re-coded. Othersiw I could get static html pages as

http://www.domain.com/board/file/23/1

but the actual links would remain dynamic.

I'm going to try the .htaccess idea before, as this is something that's been bugging me for ages, and really lets YaBB SE down (would've tried Unknown's short URL's, but it's incomplete).

Logged

I, Brian
Full Member
***
Posts: 238


It is coming...

WWW
Re:Search Engines optimization
« Reply #23 on: June 12, 2003, 09:29:49 PM »
Reply with quote

PS - I assume in hprod's code that "community" is the forum folder? Going to assume it is...
Logged

hprod
Jr. Member
**
Posts: 84


En mi debilidad me haces fuerte, Señor (San Pablo)

Re:Search Engines optimization
« Reply #24 on: June 12, 2003, 09:38:06 PM »
Reply with quote

Yes it is
Logged
I, Brian
Full Member
***
Posts: 238


It is coming...

WWW
Re:Search Engines optimization
« Reply #25 on: June 12, 2003, 09:48:25 PM »
Reply with quote

Hm, not working.  :'(

QuoteRewriteEngine On
Options +FollowSymlinks
RewriteBase /

RewriteRule ^(.*)forum_(.*).htm $1forum/index.php?board=$2

There is no error message - simply the links are not changed.

Or are you talking about simply creating static pages to be individually submitting by manual submission?? Unless the actual board links in themselves are changed then the deep crawler (when it finally appears - it's AWOL at the moment) simply cannot index the board.



Logged

hprod
Jr. Member
**
Posts: 84


En mi debilidad me haces fuerte, Señor (San Pablo)

Re:Search Engines optimization
« Reply #26 on: June 12, 2003, 11:13:28 PM »
Reply with quote

No,no
You can see my site: www.marianistas.org/comunidad/foros.php
or
www.marianistas.org/comunidad/index.php

Click on board and message links and you'll understand what I'm doing...
it is dinamyc conversion through mod rewrite.

Your code is good (for convertig board urls), I dont know why it doesnt work.
Logged
[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:Search Engines optimization
« Reply #27 on: June 12, 2003, 11:56:23 PM »
Reply with quote

You have to add the output buffering code I posted.... apache won't rewrite the URLs, just incoming ones.

-[Unknown]
Logged
hprod
Jr. Member
**
Posts: 84


En mi debilidad me haces fuerte, Señor (San Pablo)

Re:Search Engines optimization
« Reply #28 on: June 13, 2003, 06:17:53 AM »
Reply with quote

Thats right!
I modified BOardIndex, MessageIndex...
in order to produce the new URL's
Logged
[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:Search Engines optimization
« Reply #29 on: June 13, 2003, 06:19:52 AM »
Reply with quote

Quote from: hprod on June 13, 2003, 06:17:53 AM
Thats right!
I modified BOardIndex, MessageIndex...
in order to produce the new URL's

It's easier to use my output buffering ;).

-[Unknown]
Logged
Pages: 1 [2] 3 4 ... 11 Reply Ignore Print 
YaBB SE Community  |  Development  |  Mod Ideas and Creation  |  Search Engines Optimize « 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.093 seconds with 24 queries.