Go Back   vBulletin Modification Discussions > vBulletin Discusions > vBulletin Modifications
Home Register FAQ Members List Calendar Mark Forums Read
vBSEO Info Tags

About This Page: This is a discussion on vBulletin Search Engine Optimization sitemap within the vBulletin Modifications forums, part of the vBulletin Discusions category, at vBulletin Modification Discussions. I have installed the hack vbseo sitemap like you said CM, but i cant get google to recognise a sitemap for the index. htttp://www.monster-designs.com is the homepage and the main page. Monster Designs Forums is where


Reply
 
LinkBack Thread Tools
Old 10-22-2006, 08:42 PM   #1 (permalink)
Member
 
Black Cobra's Avatar
 
Join Date: Oct 2006
Posts: 47
Black Cobra is on a distinguished road
iTrader: (0)
Send a message via MSN to Black Cobra
vBulletin Search Engine Optimization sitemap

I have installed the hack vbseo sitemap like you said CM, but i cant get google to recognise a sitemap for the index.

htttp://www.monster-designs.com is the homepage and the main page.
Monster Designs Forums is where the forums are located.

I got google to see the sitemap for the forums but not for the index..

please help..
Black Cobra is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links

Old 10-22-2006, 08:53 PM   #2 (permalink)
Administrator
 
Code Monkey's Avatar
 
Join Date: May 2006
Posts: 2,223
Code Monkey is on a distinguished road
iTrader: (0)
I just sent you an email. While you are dealing with that I will attempt to layout what you need to do.
__________________
Please do not PM me unless it's personal. General vBulletin or mod questions by PM will be ignored.

Try the vBSEO Demo

Click here for Instant Community
Code Monkey is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-22-2006, 09:03 PM   #3 (permalink)
Administrator
 
Code Monkey's Avatar
 
Join Date: May 2006
Posts: 2,223
Code Monkey is on a distinguished road
iTrader: (0)
First of all, your root level .htaccess needs to have the code listed below. If your forums are in a directory other than "forums" then change the name accordingly.

Code:
RewriteEngine On
RewriteRule ^sitemap(\.txt(\.gz)?)$ forums/vbseo_sitemap/vbseo_getsitemap.php?sitemap=urllist$1 [L]
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ forums/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
If you already have an .htaccess with RewriteEngine On then you don't need to add that part.

Secondly, make sure you have set all the directory permissions as per the install instructions. And that you set the forum and root directory in the sitemap options.
__________________
Please do not PM me unless it's personal. General vBulletin or mod questions by PM will be ignored.

Try the vBSEO Demo

Click here for Instant Community
Code Monkey is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-22-2006, 10:45 PM   #4 (permalink)
Senior Member
 
G_Man's Avatar
 
Join Date: Oct 2006
Posts: 475
G_Man is on a distinguished road
iTrader: (0)
gonna try that with mine, CM. I had the exact same issue...
G_Man is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-23-2006, 04:30 AM   #5 (permalink)
Senior Member
 
Eric's Avatar
 
Join Date: May 2006
Location: France
Posts: 458
Eric is on a distinguished road
iTrader: (2)
Send a message via ICQ to Eric Send a message via MSN to Eric
Today RC6 has been released btw, I got a mail regardingt his
Eric is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-23-2006, 05:38 AM   #6 (permalink)
Member
 
Black Cobra's Avatar
 
Join Date: Oct 2006
Posts: 47
Black Cobra is on a distinguished road
iTrader: (0)
Send a message via MSN to Black Cobra
Quote:
Originally Posted by Code Monkey View Post
First of all, your root level .htaccess needs to have the code listed below. If your forums are in a directory other than "forums" then change the name accordingly.

Code:
RewriteEngine On
RewriteRule ^sitemap(\.txt(\.gz)?)$ forums/vbseo_sitemap/vbseo_getsitemap.php?sitemap=urllist$1 [L]
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ forums/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
If you already have an .htaccess with RewriteEngine On then you don't need to add that part.

Secondly, make sure you have set all the directory permissions as per the install instructions. And that you set the forum and root directory in the sitemap options.

OK, Thanks for the file.
Done the .htaccess part.
But what do you mean by the last part?

*edit*
I assume you meant Sitemap files and i added this too it:
Monster Designs

The sitemap works for the main page, but now the sitemap for the forums does not work..

Last edited by Black Cobra : 10-23-2006 at 05:55 AM.
Black Cobra is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-23-2006, 07:09 AM   #7 (permalink)
Administrator
 
Code Monkey's Avatar
 
Join Date: May 2006
Posts: 2,223
Code Monkey is on a distinguished road
iTrader: (0)
There is no sitemap in the forums directory now. If you want your root page in the sitemap it must apear to google to be in the root directory. That's what the .htaccess is doing.
__________________
Please do not PM me unless it's personal. General vBulletin or mod questions by PM will be ignored.

Try the vBSEO Demo

Click here for Instant Community
Code Monkey is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-23-2006, 07:11 AM   #8 (permalink)
Administrator
 
Code Monkey's Avatar
 
Join Date: May 2006
Posts: 2,223
Code Monkey is on a distinguished road
iTrader: (0)
Quote:
Originally Posted by Eric View Post
Today RC6 has been released btw, I got a mail regardingt his
This is about the sitemap not vBSEO Eric.

That other was released days ago, you just got the email today.

Now back on topic.
__________________
Please do not PM me unless it's personal. General vBulletin or mod questions by PM will be ignored.

Try the vBSEO Demo

Click here for Instant Community
Code Monkey is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-23-2006, 08:40 PM   #9 (permalink)
Member
 
Black Cobra's Avatar
 
Join Date: Oct 2006
Posts: 47
Black Cobra is on a distinguished road
iTrader: (0)
Send a message via MSN to Black Cobra
Quote:
Originally Posted by Code Monkey View Post
There is no sitemap in the forums directory now. If you want your root page in the sitemap it must apear to google to be in the root directory. That's what the .htaccess is doing.
ok i think i understand now. And the sitemap will include all the forums anyhow from the home page.

Thanks.
Black Cobra is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-23-2006, 08:46 PM   #10 (permalink)
Administrator
 
Code Monkey's Avatar
 
Join Date: May 2006
Posts: 2,223
Code Monkey is on a distinguished road
iTrader: (0)
It will include every viewable page on your site. It doesn't get it from the home page it's created from the database. The only reason you needed to do the above is because google will only recognise directories below the sitemaps location. So to rcognize your homepage the site map has to apear to be in that root directory. In reality it is in root/forums/vbseo_sitemap but google doesn't need to know the truth and it doesn't care to know. It just wants to be made happy.
__________________
Please do not PM me unless it's personal. General vBulletin or mod questions by PM will be ignored.

Try the vBSEO Demo

Click here for Instant Community
Code Monkey is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-23-2006, 08:54 PM   #11 (permalink)
Member
 
Black Cobra's Avatar
 
Join Date: Oct 2006
Posts: 47
Black Cobra is on a distinguished road
iTrader: (0)
Send a message via MSN to Black Cobra
fair enough, that all makes sense

Will it do the same for yahoo as well??
Black Cobra is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-23-2006, 09:06 PM   #12 (permalink)
Senior Member
 
Join Date: May 2006
Posts: 140
Kihon Kata is on a distinguished road
iTrader: (0)
Quote:
Originally Posted by Code Monkey View Post
That other was released days ago
I'm glad I told you that lol
Kihon Kata is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-23-2006, 09:19 PM   #13 (permalink)
Administrator
 
Code Monkey's Avatar
 
Join Date: May 2006
Posts: 2,223
Code Monkey is on a distinguished road
iTrader: (0)
Quote:
Originally Posted by Kihon Kata View Post
I'm glad I told you that lol
Um, I'm on the pre-release team bud. It's been with us for weeks.
__________________
Please do not PM me unless it's personal. General vBulletin or mod questions by PM will be ignored.

Try the vBSEO Demo

Click here for Instant Community
Code Monkey is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-25-2006, 02:19 PM   #14 (permalink)
Senior Member
 
G_Man's Avatar
 
Join Date: Oct 2006
Posts: 475
G_Man is on a distinguished road
iTrader: (0)
*scratches head*

I seem completely unable (probably more like inept) to get google to accept a sitemap. Always something wrong with one of the links, etc...
G_Man is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-25-2006, 07:10 PM   #15 (permalink)
Administrator
 
Code Monkey's Avatar
 
Join Date: May 2006
Posts: 2,223
Code Monkey is on a distinguished road
iTrader: (0)
Why don't you make a new thread describing the steps you have taken and see if we can help you?
__________________
Please do not PM me unless it's personal. General vBulletin or mod questions by PM will be ignored.

Try the vBSEO Demo

Click here for Instant Community
Code Monkey is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply
Tags: ,





Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


A vBSkinworks Design Recoded By vBModder.
All Code Distributed On This Site is © 2006 by it's author.
Search Engine Optimization by vBSEO 3.1.0

All times are GMT -7. The time now is 04:00 PM.
Online Users 34
Registered 2
Guests 32
Members 3746
Active Members 164
Threads 1791
Posts 7271
Top poster: Code Monkey (2223)
Welcome to our newest member, punko3000
Most users ever online was 235, 04-11-2007 at 08:59 AM.
Speak Out! vBulletin gets the web talking!


vBulletin Setup SEO

vBulletin graphics resource images