vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - DC SEO vB URL Rewrite (https://vborg.vbsupport.ru/showthread.php?t=91324)

Dean C 12-24-2005 07:47 PM

Rick, please read further back in the thread for the reason as to why I have not rewritten the lastpost URL :) And WOL bug is something I'm still having problems with in the beta, as it works locally but not on live forums.

XtremeOffroad 12-25-2005 02:09 AM

Clicks Install :nervous:

Reynaldovb 12-25-2005 03:20 PM

Dean:

Nice plugin. Some of my boards are in spanish so I had to edit it and make your replace lines look like this [^A-Za-z0-9-????????????]+
Of course with that change I had to modify the .htaccess file, so I changed yours into this:
Code:

RewriteEngine on
RewriteCond %{REQUEST_FILENAME}  !-s
RewriteRule ^f([0-9]+)-(.*)\.html$ forumdisplay.php?f=$1 [L]
RewriteRule ^t([0-9]+)(((-p)([0-9]+))?)(-.*)\.html$ showthread.php?t=$1&page=$5&pp=10 [L,NE]


yayvb 12-25-2005 07:39 PM

Hi, found my way to this hack because I bought vbseo and they told me I couldn't download it because my site is inappropriate. :( Someone in the thread I created mentioned this hack. :) What's worse is today (xmas) I just got an email saying how I can save $20 when buying vbseo just for today. Grrrrrrr.

Anyway, after installing this particular hack here, I feel like it works on half of
my page content or something.
If I hover over the nav bar links they're the same as before.
If I move down and hover over 'Main Category' it links to http://www.420boards.com/forumdisplay.php?f=1
If I hover for instance the first forum in the main category I get this:
http://www.420boards.com/f103-private-staff-room.html (looks accurate right?)
But if I move to the right and click on 'Last Post' for instance, the first one goes to:
http://www.420boards.com/showthread....=newpost&t=205

Also would it be advisable or not to change the F and T prefix to keywords on the site like Marijuana for T
and Cannabis for F for my particular site? Would it allow me to have more keywords in the search engines or whatever?

Woud someone please check out my site www.420boards.com and hover to let me know if everything seems to be working correctly or incorrectly?

Thanks for the help guys this looks like a great hack!!

Dean C 12-27-2005 12:03 PM

yayvb: use this version - https://vborg.vbsupport.ru/showpost....&postcount=526

Dean C 12-28-2005 06:50 PM

Just an update. As I get closer to releasing this modification, I've made a google/yahoo sitemap generator so you can submit your correct URLs to them. I've just tested a version on a friends live site and it all seems to work fast and efficiently. Please bare with me! :D

Renat_ 12-28-2005 07:10 PM

Thank you Dean! Waiting ... :)

dn lodge 12-28-2005 09:09 PM

Dean C: I would be posting this as a new thread in the beta forum of the new version.. But it said I dint have permissions to post a new thread after logging in... so I'm posting it here..

Some things to sday about your seo methods...

You are using a bad way to redirect to new URLs. I suggest using a 301 redirect, which helps google realize that its an old url going to a new one. If you dont know how to do that, the syntax is here: http://forum.time2dine.co.nz/google/...ects-5223.html

Also, I'm begging you, you NEED to rewrite the simialar threads. It helps google get around the site much better.

Also, something else that is improtant... You might want to consider adding a redirect in .htaccess to send anyone who types site.com to www.site.com so google dosnt index......

http://www.dnlodge.com/t428-how-many...o-a-month.html
..and..
http://dnlodge.com/t428-how-many-mov...o-a-month.html

here is the .htaccess code you can use... if you dont kn ow how to do it, although you probably do, lol...

###### Redirect to www.######
RewriteCond %{HTTP_HOST} ^dnlodge.com
RewriteRule (.*) http://www.dnlodge.com/$1 [R=301,L]
RewriteRule ^$ index.php

since google sees the non-www and www versions of the page as different domains, for some reason.

Just some suggestions... hope you will put them into play. Those were the biggest things that I noticed.


*****EDIT*****
I was just browsing my forum, and I saw the "next thread" and "previous thread" links at the bottom of the thread, and noticed they wernt rewritten. So I clicked it, and the link pointed to the page from where I clicked.

To see what I mean, go to http://www.dnlodge.com/t868-reserving-names.html and at the bottom of the thread, click the "next thread" link, and it basicly links to itself.

Just a minor bug.. If I see more, I'll report them, and sorry I wasnt able to post this in the forum dedicated to this version.

Dean C 12-28-2005 11:35 PM

The old threads are redirected to the new ones using a 301 redirect. It seems I've overlooked sending a 301 redirect in my gateway script though :)! Good looking out. Also I didn't think about the previous / next links. Noted and shall be fixed.

dn lodge 12-30-2005 09:01 PM

I would like to say Dean, I dont like how you have a link to a random site in my footer. I wouldent care if it was all in text, or there was just a copyright from you (which dosnt need to be, only in the code) but a sitewide link on my pages.... I dont like that. How can I turn it into text and not a link??

I have barely any outgoing links on my site, testing some seo stuff, and this is ruining it. How can I remove your link to whatever site that is?

If it was like a link to this thread, or something HAVING to do with the subject, fine, but I dont like linking to that site, because its not relevant and isnt helping me with seo.............

Dean C 12-31-2005 01:44 PM

It's my website, and it's a required copyright. It has everything to do with this modification as I have some future plans for my website which revolve around this modification.

Dean C 12-31-2005 03:00 PM

By the way dn_lodge, the reason you couldn't post on the TR beta forum is because you didn't activate your account :) I've done it manually for you so you should be able to post there now.

dn lodge 12-31-2005 07:40 PM

I dont know why I didnt.... but thanks

kafi 01-01-2006 09:45 AM

Dean how do I get rid of these (in bold) in the url ......f96-span-classsmallfont....."pagename"..span.html

P.S. do you have any news for CEE language characters?

Dean C 01-01-2006 12:53 PM

Well I'm guessing is that is in your URL, then the thread title was <span class="smallfont">pagename</span> In which case, that is a correct rewrite.

SportBikeAddict 01-01-2006 07:57 PM

Great work, clicking install. Thank you!

kafi 01-02-2006 09:30 AM

Quote:

Originally Posted by Dean C
Well I'm guessing is that is in your URL, then the thread title was <span class="smallfont">pagename</span> In which case, that is a correct rewrite.

Ok, but how do I remove this without changing font style? I think that formating should not be the part of url...

Dean C 01-02-2006 01:40 PM

kafi please show me the thread.

kafi 01-03-2006 12:32 PM

Quote:

Originally Posted by Dean C
kafi please show me the thread.

I have send you the link.

Also do you have a problem with numbering of thread pages?

For instance if there is 26 pages and you want to jump to nr. 20 the link is incorrect and it will direct you to nr. 2 instead of nr.20

Masiello 01-03-2006 02:33 PM

Simple The BEST, Thanks very much for sharing this, It works be great on my vb 3.5.2, Thanks again!

To see how it work www.lottosqueeze.org/forum
For now, no error messages.

AshokForums.com 01-03-2006 02:37 PM

Dean, a new version of DC SEO is coming up?

If its gonna be a long wait then i am gonna install the current version..

Masiello 01-03-2006 04:57 PM

I have a question, why when I'm going on a user List online, on the some users I showing Unknown Location...and the page with .html extension, is that a Bug? Or it normal because the output isn't reconized by the board?

Sorry my poor english.

dn lodge 01-03-2006 06:40 PM

Ashok: Use this version, its in beta though, so checkback often for new versions: https://vborg.vbsupport.ru/showpost....&postcount=526

AshokForums.com 01-03-2006 11:16 PM

Quote:

Originally Posted by dn lodge
Ashok: Use this version, its in beta though, so checkback often for new versions: https://vborg.vbsupport.ru/showpost....&postcount=526

Installed it now... But i dont seem to notice any difference other than the copyright in the footer..

jlaine 01-03-2006 11:18 PM

Quote:

Originally Posted by AshokForums.com
Installed it now... But i dont seem to notice any difference other than the copyright in the footer..

There are several differences - I'd stick with the current released beta available in the above link if you're going to use the hack at all - you'll be better off in the long run.

AshokForums.com 01-04-2006 12:57 AM

Quote:

Originally Posted by jlaine
There are several differences - I'd stick with the current released beta available in the above link if you're going to use the hack at all - you'll be better off in the long run.

Thanks.. Installed the beta version.. No bugs.. :)

One more aspect i am keen to know more about is the Meta Description.. Specially since i have installed the "Welcome headers - Improve community registration rates" hack

Here is an example.. Of hows my pages are displayed in google and msn..

8 killed, 45 injured in Indonesia bombing - AshokForums

8 killed, 45 injured in Indonesia bombing Breaking News Home Forums Gallery Games Contact Us About Us ... You are currently viewing our boards as a guest which gives you limited access to view most ...


I want the Meta Description to be based on the Thread contents say contents from the first post and not on the Title and header.. can something be done about it?

I think vbSEO does that.. I do not have a paypal account nor do i have a international Credit card nor do i have that much money to buy vbSEO :(
meta descriptions?

zylstra 01-04-2006 05:29 PM

Quote:

Originally Posted by Floris
I use a links category where forums are actually forum links...

Floris, I'm not sure what you mean by this.

jlaine 01-04-2006 09:49 PM

Quote:

Originally Posted by AshokForums.com
Thanks.. Installed the beta version.. No bugs.. :)

One more aspect i am keen to know more about is the Meta Description.. Specially since i have installed the "Welcome headers - Improve community registration rates" hack

Here is an example.. Of hows my pages are displayed in google and msn..

8 killed, 45 injured in Indonesia bombing - AshokForums

8 killed, 45 injured in Indonesia bombing Breaking News Home Forums Gallery Games Contact Us About Us ... You are currently viewing our boards as a guest which gives you limited access to view most ...

be done about it?

I want the Meta Description to be based on the Thread contents say contents from the first post and not on the Title and header.. can something
I think vbSEO does that.. I do not have a paypal account nor do i have a international Credit card nor do i have that much money to buy vbSEO :(
meta descriptions?

I have the welcome headers installed on my site, but I am not experiencing your problems - I don't have them installed on the thread display primarily because I find them annoying to be globalized like that - but even so - I don't see any of the navbar contents present in your meta description - per that thread page:

"meta name="description" content="8 killed, 45 injured in Indonesia bombing Top Stories"

So I guess I either don't quite fully understand what you're attempting to impart or can't see the same problem you happen to be having.

Dean C 01-05-2006 03:31 PM

I've got exams up til next saturday, so I'm afraid I'm going to have to leave you all for the next 9-10 days. I'll be back then, with plenty of free time (hopefully), and hope to fix the bugs people are reporting on the beta forum :) Many thanks especially to jlaine for his help thus far!

Masiello 01-05-2006 03:36 PM

Nobody Know why the board say "Unknow location" on whois online users list, I attempt for cache is full?

sellbuydomain 01-07-2006 01:49 PM

i install it as follow, after i install it ,nothing happen, nothing change ,still php code directory, any one know why ? thanks

also , Mod_rewrite is enabled by default in my the servers.

i am using 3.5.3 version

hdrmut 01-07-2006 02:56 PM

no update ?

Snake 01-08-2006 11:53 AM

Is this going to work on v3.5.3?

irishblacknight 01-08-2006 12:11 PM

It's working fine for me :)

jlaine 01-08-2006 02:11 PM

Quote:

Originally Posted by Aftermath
Is this going to work on v3.5.3?

It works on 3.5.3 - I'm running it - grab the latest beta available aforementioned on this thread @ teckreviews if you want to run it.

rlamego 01-11-2006 11:03 AM

Ok, so I downloaded and installed this latest beta from Dean's site.
Seems that beside the two thread and forum options in vB options panel, I can't do anything else.
Due to the way its done (between htaccess, seourls.php and product) I'm afraid I might break something trying to tweak it to my needs.
Will future versions include more options? Can you share a bit of your plans Dean?

bold 01-13-2006 08:24 AM

when's your update coming out?

x-land 01-13-2006 07:27 PM

I install beta2 modification on v3.5.3 board.
Bug? : "Previous Thread" and "Next Thread" don't work (show same thread).
One simple question: exist sitemap generator for that URLs??????

Dean C 01-14-2006 03:21 PM

Quote:

Originally Posted by rlamego
Ok, so I downloaded and installed this latest beta from Dean's site.
Seems that beside the two thread and forum options in vB options panel, I can't do anything else.
Due to the way its done (between htaccess, seourls.php and product) I'm afraid I might break something trying to tweak it to my needs.
Will future versions include more options? Can you share a bit of your plans Dean?

Well what more options do you want?

Dean C 01-14-2006 03:22 PM

Quote:

Originally Posted by bold
when's your update coming out?

When it's ready :) When bugs are found, they have to be fixed, and without my beta testers, I can't find all the bugs by myself.


All times are GMT. The time now is 07:42 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01907 seconds
  • Memory Usage 1,836KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete