Tab Content
No More Results
About KURTZ

Basic Information

Date of Birth
September 29, 1972 (40)
About KURTZ
Real Name:
Christian
Location:
Italy
vBulletin Version:
4.0.3

Contact


This Page
http://www.vbseo.com/members/kurtz/
Instant Messaging

Send an Instant Message to KURTZ Using...

Statistics


Total Posts
Total Posts
287
Posts Per Day
0.16
Last Post
change SEO license url 03-29-2011 07:16 AM
General Information
Last Activity
08-12-2011 06:27 AM
Join Date
05-04-2008
Referrals
0

2 Friends

  1. Marco Mamdouh  Marco Mamdouh is offline

    vBSEO Staff

    Marco Mamdouh
  2. Vodkaholic  Vodkaholic is offline

    Senior Member

    • Send a message via MSN to Vodkaholic
    Vodkaholic
Showing Friends 1 to 2 of 2
View KURTZ's Blog

Recent Entries

robots.txt

by KURTZ on 07-25-2010 at 04:32 PM
Quote Originally Posted by KURTZ View Post
thanks Brian just tested this:

Code:
# Allow Archive.org to save snapshots of everything
User-agent: ia_archiver
Allow: /

# Tame yahoo... it tends to eat a ton of resources without a delay
User-agent: Slurp
Crawl-delay: 60


#list individual pages and files here that all bots should ignore, as well as group extentions.
#If you re-write everything to .html, you can disallow *.php, but note that if you don't have a CRR

Read More

Categories
SEO Tips

vB Calendar CRR

by KURTZ on 07-21-2010 at 06:50 AM
Quote Originally Posted by KURTZ View Post
Code:
// Calendar
'calendar\.php$' => 'calendar/'
'^calendar\.php\?c=1$' => 'calendar/'
'^calendar\.php\?(c=1&)?do=(display.+?)(&year=)?$' => 'calendar/$2/[NF]'
'calendar\.php\?(c=1&)?nojs=1' => 'calendar/nojs/[NF]'
'calendar\.php\?(c=1&)?do=(display.+?)&nojs=1' => 'calendar/$2/nojs/[NF]'
'calendar\.php\?(c=1&)?week=(\d+)&nojs=1' => 'calendar/week-$2/nojs/[NF]'
'calendar\.php\?(c=1&)?month=(\d+)&year=(\d+)&nojs=1'

Read More

Categories
SEO Tips , CRR

vBsoccer CRR

by KURTZ on 06-30-2010 at 04:46 PM
Quote Originally Posted by KURTZ View Post
i found this (after request ): what do you think about?

vBulletin.org Forum - View Single Post - Soccer Betting Game ("Fussball-Tippspiele")

Code:
//Vbsoccer
//========================================================
'^vbsoccer\.php$' => 'soccer/'
'^vbsoccer\.php\?do=(\w+)$' => 'soccer/$1/'
'^vbsoccer\.php\?do=(\w+)&l=(\d+)$' => 'soccer/$1/$2/'
'^vbsoccer\.php\?do=(\w+)&l=(\d+)&m=(\d+)$' => 'soccer/$1/$2/$3'

Read More

Categories
SEO Tips , CRR

vBexperience CRR

by KURTZ on 06-30-2010 at 04:42 PM
Quote Originally Posted by Ceri May View Post

PHP Code:
'xperience\.php\?go=(\w+)$' => 'experience/$1/' 
Ceri
Categories
SEO Tips , CRR

ibproarcade CRR

by KURTZ on 05-26-2010 at 06:58 AM
PHP Code:
// ibProArcade
'arcade\.php$' => 'arcade.html'
'arcade\.php\?&$' 
=> 'arcade.html'
'arcade\.php\?&act=Arcade$' 
=> 'arcade.html'
'arcade\.php\?do=play&gameid=(\d+)$' 
=> 'arcade/game/$1.html'
'arcade\.php\?&act=Arcade&do=play&gameid=(\d+)$' 
=> 'arcade/game/$1.html'
'arcade\.php\?act=Arcade&do=play&gameid=(\d+)$' 
=> 'arcade/game/$1.html'
'arcade\.php\?&do=play&gameid=(\d+)$' 
=> 'arcade/game/$1.html' 

Read More

Categories
SEO Tips , CRR