Previous Thread
Next Thread
Print Thread
Hop To
#235536 03/11/2010 8:24 PM
Joined: Nov 2006
Posts: 173
member
member
Joined: Nov 2006
Posts: 173
Have been trying to use a search engine (Zoom by wrensoft) that indexes my website to index the message board also.

you put skips in to have it not index BS links like the login screens, cookies, profiles, etc.

sure is tough with this board.


from a knowledgable friend:

i asked:
Good morning! I use a search engine called Zoom (wrensoft.com) to index my website. when i turn it loose in the message board it runs forever.

i can put "skips" in there to skip files with a URL that doesn't add much like the calendar and the PM zones and stuff, but it seems like the threads are referenced more than one way. some like this:

http://ambergriscaye.com/forum/ubbthreads.php/topics/357702/1.html
with numbers and some like this:
http://ambergriscaye.com/forum/ubbthreads.php/topics/97134/Cave_Tubing_Attire.html

with the words of the topic name.

then again like this:
http://ambergriscaye.com/forum/ubbthreads.php/topics/227639/JeanH.html

with the name of the person who did each post.

I need to figure out how to just index each file once.

here's my skip list:
?ubb=private_message
?ubb=edit_post
?ubb=send_topic
?ubb=report_a_post
?ubb=reply
?ubb=get_ip
/ubb/get_profile/
?ubb=get_daily
?ubb=next_topic
?ubb=delete_topic
?ubb=print_topic
?ubb=close_topic
?ubb=stick_topic
?ubb=send_topic
?/ubb/my_profile.html
?/ubb/directory.html
?/ubb/search.html
?/ubb/logoff.html
ubb=poll
ubb=transfer
/forums/private.php
/forums/usercp.php
/forums/memberlist.php
/forums/calendar.php
/forums/login.php
/forums/modcp/
/forums/member.php
&topic=0&Search=true
__fav
__subscribe
__postcomment
login&lostpw
&gonew=
ubb=online
printthread
ubb=sendprivate
ubb=showday
ubb=calendar
ubb=showprofile
ubb=newreply
ubb=addfavuser
/forums/subscription.php
/forums/poll.php
/forums/sendmessage.php
/forums/printthread.php
/forums/forumdisplay.php?do=markread
/forums/showthread.php?goto=newpost
/forums/newthread.php
/forums/infraction.php
/forums/archive/
/forums/editpost.php
/forums/newreply.php
/forums/online.php
/forums/profile.php
/forums/report.php
/forums/cron.php
/forums/admincp/
=com_events&task
&uid=default&view_records=
addsubscription&threadid
sendtofriend.php?
lastpost&threadid
asc&sortfield
addlist&userlist
addsubscription&forumid
&daysprune
ubb=markallread
ubb=mycookies
/ubb/newuser
/ubb/cfrm
/ubb/calendar
showprofile
ubbthreads.php/posts/
/userposts/
addfavuser
sendprivate
ubbthreads.php/users/
activetopics
/Re_
/all/
grabnext
ubb/markallread.html
ubbthreads.php/ubb/boardrules

any ideas how to narrow it down so it just indexes each thread once??

they all start with
http://ambergriscaye.com/forum/ubbthreads.php/topics/

so i can't figure out a good skip



His response:

Hmmm. 3 different views of the same data, all presented with the same URL structure using Apache URL re-writing.
http://ambergriscaye.com/forum/ubbthreads.php/topics/97134/Cave_Tubing_Attire.html
http://ambergriscaye.com/forum/ubbthreads.php/topics/97134/jsmoore.html
http://ambergriscaye.com/forum/ubbthreads.php/topics/97134/2.html
http://ambergriscaye.com/forum/ubbthreads.php/topics/97134/
http://ambergriscaye.com/forum/ubbthreads.php/topics/97134/index.html
http://ambergriscaye.com/forum/ubbthreads.php/topics/97134/xqxqxqxqxq.html

None of these are real static URLs. They must be getting rewritten by the web server into hidden dynamic URLs, which are then processed by UBB. Note the last one can’t really exist, but UBB doesn’t seem to mind and returns a page for the garbage URL.

There might be a UBB option to turn off the re-writing, but turning this off might break a lot of incoming links.

This is going to be hard to filter. Looks like someone tried to make the links look search engine friendly, but didn’t think very hard about it.


Comments? i was told by a smart person on this forum that its all dynamic addressing thus real tough to filter out duplicate urls.


Is there anyway to tighten this up without turning off SEO friendly URLS? will that even do it?

gracias


Joined: Jun 2006
Posts: 16,299
Likes: 116
UBB.threads Developer
UBB.threads Developer
Joined: Jun 2006
Posts: 16,299
Likes: 116
Well, turning off SEO urls will take out the subject line


I am a Web Development Contractor, I do not work for UBBCentral. I have provided free User to User Support since the beginning of these support forums.
Do you need Forum Install or Upgrade Services?
Forums: A Gardeners Forum, Scouters World
UBB.threads: UBBWiki, UBB Styles, UBB.Sitemaps
Longtime Supporter & Resident Post-A-Holic
VNC Web Services: Code Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!
Joined: Jun 2006
Posts: 9,242
Likes: 1
R
Former Developer
Former Developer
R Offline
Joined: Jun 2006
Posts: 9,242
Likes: 1
Turning off the search engine friendly URLs is going to probably be your best option for now, since as Gizmo stated it won't add the subject line, poster name, after the topic/post. But as mentioned, if you turn them off and you've been running with them on for quite a while, any indexed links by search engines will not work.

We don't do any webserver url rewriting. There are always going to be multiple URLs to each individual topic, since you'll have the topic url, and then the permalink to individual posts in the topic. The only part of the URL that is actually used is the topic or post id, everything after that is ignored, which is why anything will work, such as topics/97134/xqxqxqxqxq.html as was noted. But that URL would never be generated by the forum.

We will be working on cleaning this up to try and cut down on the URLs that are displayed when a search engine visits the forum.


Rick #235575 03/12/2010 8:12 PM
Joined: Nov 2006
Posts: 173
member
member
Joined: Nov 2006
Posts: 173
thats marvelous Rick thanks. Kinda needs to be done I think,.

Yeah I don't want to lose all my links. they are would all thru my main website as well as search engines...

appreciate the great support. and gizmo is AWESOME!

Joined: Jun 2006
Posts: 16,299
Likes: 116
UBB.threads Developer
UBB.threads Developer
Joined: Jun 2006
Posts: 16,299
Likes: 116
Hehe, Marty likes to toot my horn... lol


I am a Web Development Contractor, I do not work for UBBCentral. I have provided free User to User Support since the beginning of these support forums.
Do you need Forum Install or Upgrade Services?
Forums: A Gardeners Forum, Scouters World
UBB.threads: UBBWiki, UBB Styles, UBB.Sitemaps
Longtime Supporter & Resident Post-A-Holic
VNC Web Services: Code Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!
Gizmo #235578 03/13/2010 12:40 AM
Joined: Apr 2007
Posts: 3,940
Likes: 1
SD Offline
Former Developer
Former Developer
Joined: Apr 2007
Posts: 3,940
Likes: 1
Originally Posted by Gizmo
Hehe, Marty likes to toot my horn... lol


i won't touch that line eek

Joined: Jan 2004
Posts: 2,474
Likes: 3
D
Pooh-Bah
Pooh-Bah
D Offline
Joined: Jan 2004
Posts: 2,474
Likes: 3
Originally Posted by Gizmo
Hehe, Marty likes to toot my horn... lol

...and you call me a 'creeper'? tongue

driv #235580 03/13/2010 8:36 AM
Joined: Jan 2008
Posts: 514
addict
addict
Joined: Jan 2008
Posts: 514
Yeah Gizmo that was bad even for you tongue
ROFL


Joined: Jun 2006
Posts: 16,299
Likes: 116
UBB.threads Developer
UBB.threads Developer
Joined: Jun 2006
Posts: 16,299
Likes: 116
It was meant to be questionable tongue


I am a Web Development Contractor, I do not work for UBBCentral. I have provided free User to User Support since the beginning of these support forums.
Do you need Forum Install or Upgrade Services?
Forums: A Gardeners Forum, Scouters World
UBB.threads: UBBWiki, UBB Styles, UBB.Sitemaps
Longtime Supporter & Resident Post-A-Holic
VNC Web Services: Code Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!

Link Copied to Clipboard
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Recent Topics
Bots
by Outdoorking - 04/13/2024 5:08 PM
Can you add html to language files?
by Baldeagle - 04/07/2024 2:41 PM
Do I need to rebuild my database?
by Baldeagle - 04/07/2024 2:58 AM
This is not a bug, but a suggestion
by Baldeagle - 04/05/2024 11:25 PM
spam issues
by ECNet - 03/19/2024 11:45 PM
Who's Online Now
1 members (Nightcrawler), 602 guests, and 132 robots.
Key: Admin, Global Mod, Mod
Random Gallery Image
Latest Gallery Images
Los Angeles
Los Angeles
by isaac, August 6
3D Creations
3D Creations
by JAISP, December 30
Artistic structures
Artistic structures
by isaac, August 29
Stones
Stones
by isaac, August 19
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20230217)