|
 
 |
|
|
 |
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 |
10-22-2006, 08:42 PM
|
#1 (permalink)
|
|
Member
Join Date: Oct 2006
Posts: 47
|
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..
|
|
|
10-22-2006, 08:53 PM
|
#2 (permalink)
|
|
Administrator
Join Date: May 2006
Posts: 2,223
|
I just sent you an email. While you are dealing with that I will attempt to layout what you need to do.
|
|
|
10-22-2006, 09:03 PM
|
#3 (permalink)
|
|
Administrator
Join Date: May 2006
Posts: 2,223
|
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.
|
|
|
10-22-2006, 10:45 PM
|
#4 (permalink)
|
|
Senior Member
Join Date: Oct 2006
Posts: 475
|
gonna try that with mine, CM. I had the exact same issue...
|
|
|
10-23-2006, 04:30 AM
|
#5 (permalink)
|
|
Senior Member
Join Date: May 2006
Location: France
Posts: 458
|
Today RC6 has been released btw, I got a mail regardingt his
|
|
|
10-23-2006, 05:38 AM
|
#6 (permalink)
|
|
Member
Join Date: Oct 2006
Posts: 47
|
Quote:
Originally Posted by Code Monkey
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.
|
|
|
10-23-2006, 07:09 AM
|
#7 (permalink)
|
|
Administrator
Join Date: May 2006
Posts: 2,223
|
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.
|
|
|
10-23-2006, 07:11 AM
|
#8 (permalink)
|
|
Administrator
Join Date: May 2006
Posts: 2,223
|
Quote:
Originally Posted by Eric
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.
|
|
|
10-23-2006, 08:40 PM
|
#9 (permalink)
|
|
Member
Join Date: Oct 2006
Posts: 47
|
Quote:
Originally Posted by Code Monkey
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. 
|
|
|
10-23-2006, 08:46 PM
|
#10 (permalink)
|
|
Administrator
Join Date: May 2006
Posts: 2,223
|
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. 
|
|
|
10-23-2006, 08:54 PM
|
#11 (permalink)
|
|
Member
Join Date: Oct 2006
Posts: 47
|
fair enough, that all makes sense
Will it do the same for yahoo as well??
|
|
|
10-23-2006, 09:06 PM
|
#12 (permalink)
|
|
Senior Member
Join Date: May 2006
Posts: 140
|
Quote:
Originally Posted by Code Monkey
That other was released days ago
|
I'm glad I told you that  lol
|
|
|
10-23-2006, 09:19 PM
|
#13 (permalink)
|
|
Administrator
Join Date: May 2006
Posts: 2,223
|
Quote:
Originally Posted by Kihon Kata
I'm glad I told you that  lol
|
Um, I'm on the pre-release team bud. It's been with us for weeks. 
|
|
|
10-25-2006, 02:19 PM
|
#14 (permalink)
|
|
Senior Member
Join Date: Oct 2006
Posts: 475
|
*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...
|
|
|
10-25-2006, 07:10 PM
|
#15 (permalink)
|
|
Administrator
Join Date: May 2006
Posts: 2,223
|
Why don't you make a new thread describing the steps you have taken and see if we can help you?
|
|
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
 |
|
| 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. |
|
|