vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Administrative and Maintenance Tools - vBSEO Google/Yahoo Sitemap Generator (https://vborg.vbsupport.ru/showthread.php?t=184573)

Fireproof 09-09-2008 11:16 PM

Quote:

Originally Posted by iojam (Post 1618547)
Fireproof,

you can check if mod_rewrite works on your site as described in http://www.vbseo.com/f77/how-check-i...my-site-21502/

hima85222,

are your forums open for guests?

Awesome - got it working.

I think part of the problem is I was using a text file and not a .htaccess file. The .htaccess file works with the rewrite test.

Can you tell me which specific directory I need to have the vbseo_sitemap htaccess file in?

shotkey 09-10-2008 02:16 AM

My question is a little different - main site is Joomla and the Joomla main menu has link to the sites vbulletin forum (they are not integrated). Have Joomap and Jpromoter2 and wanted to know:
-is installing this redundant?
-if benifical would there be any conflicts with the above mods?
-any recommendations with this setup (Joomla/vbulletin)?

angiulli 09-10-2008 04:34 AM

where is the file "read me"? How install it?

iojam 09-10-2008 07:52 AM

arena,

what exactly is the error you get?

Fireproof,

.htaccess should be created in forums folder.

angiulli,

it's included in the package.

veenuisthebest 09-10-2008 10:02 AM

Quote:

Originally Posted by iojam (Post 1618547)

thanks that worked great but just for tags and groups. Album URL's still show 0. I do have album.php enabled and also have them enabled for guests. I manually looked in sitemap file, album isn't there.

Thanks

Fireproof 09-10-2008 02:05 PM

Quote:

Originally Posted by iojam (Post 1618798)
Fireproof,

.htaccess should be created in forums folder.

Thanks. But for some reason, it's STILL not copying the files to the /forums directory. I don't know what else to do. I've verified that they get created successfully in the /vbseo_sitemap/data folder okay. But then they are stuck there.

This is what I have in total in my .htaccess file. I'm not sure what the other stuff is - it was already there - so maybe you can tell me if that's causing a problem or what it's for...

Code:

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^view_(.*).htm$ view.php?pg=$1
RewriteEngine On
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ forums/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]


atxtraveler 09-10-2008 07:17 PM

I do not have anything else or changes to the .htaccess, and have tried both htaccess. and htaccess.txt and neither word on my system. I have followed the instructions in the readme document several times, and still am not able to generate a sitemap.

Any help would be greatly appreciated.

atxtraveler 09-11-2008 05:36 AM

I also can not access the http://www.yoursite.com/vB-root/vbseo_sitemap/ site either to verify that it is set up correctly.

I have uploaded all files, added the product through the AdminCP, scheduled the tasks, waiting for it to run for multiple days, tried .htaccess with and without the .txt, and also tried manually added the sitemap using the Google webmaster tools.

veenuisthebest 09-11-2008 05:37 AM

Quote:

Originally Posted by Fireproof (Post 1619006)
Thanks. But for some reason, it's STILL not copying the files to the /forums directory. I don't know what else to do. I've verified that they get created successfully in the /vbseo_sitemap/data folder okay. But then they are stuck there.

This is what I have in total in my .htaccess file. I'm not sure what the other stuff is - it was already there - so maybe you can tell me if that's causing a problem or what it's for...

Code:

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^view_(.*).htm$ view.php?pg=$1
RewriteEngine On
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ forums/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]


They won't be copied to forums directory.

Do you have the .htaccess in your forums root ? I don't think "RewriteEngine On" is required two times.

Quote:

Originally Posted by atxtraveler (Post 1619332)
I do not have anything else or changes to the .htaccess, and have tried both htaccess. and htaccess.txt and neither word on my system. I have followed the instructions in the readme document several times, and still am not able to generate a sitemap.

Any help would be greatly appreciated.

Forget about htaccess.txt. You just need .htaccess, copy it to forums root. If it doesn't work then you probably do not have htaccess enabled on your server. contact your host.

veenuisthebest 09-11-2008 05:38 AM

Quote:

Originally Posted by atxtraveler (Post 1619650)
I also can not access the http://www.yoursite.com/vB-root/vbseo_sitemap/ site either to verify that it is set up correctly.

I have uploaded all files, added the product through the AdminCP, scheduled the tasks, waiting for it to run for multiple days, tried .htaccess with and without the .txt, and also tried manually added the sitemap using the Google webmaster tools.

the url will be http://www.yoursite.com/forums/vbseo_sitemap/ and NOT http://www.yoursite.com/vB-root/vbseo_sitemap/

replace vB-root with your forums directory.

veenuisthebest 09-11-2008 06:17 AM

A tip:-

I noticed we can easily link it with Google webmasters account so that we do not need to submit it their manually everytime.

1. First make sure you're .htaccess is working fine and sitemaps are generated.

2. Simply sign to Google Webmasters -> Dashboard -> Sitemaps -> Add General Web Sitemap -> and give your sitemap URL as http://www.yoursite.com/forum/sitemap_index.xml.gz and Add it.

This way your sitemap would automatically be updated.

3. You can do the same thing with Yahoo Site Explorer.

Go to Yahoo Site Explorer -> My Sites -> Manage -> and Add Website Feed as http://www.yoursite.com/forum/sitemap_index.xml.gz

Yahoo doesn't update/download sitemap automatically, so all you need to do is to Select your feed and click "Resubmit".

iojam 09-11-2008 11:07 AM

veenuisthebest,

try to replace "if(!vbseo_dbtbl_exists('album') || !function_exists('vbseo_album_url_row'))" with "if(!vbseo_dbtbl_exists('album'))" in vbseo_sitemap_functions.php file.

Fireproof 09-11-2008 12:19 PM

Quote:

Originally Posted by veenuisthebest (Post 1619651)
They won't be copied to forums directory.

Do you have the .htaccess in your forums root ? I don't think "RewriteEngine On" is required two times.

Okay - I didn't think two were required, but wasn't sure if it had to be right next to the next line. I told you I'm a newbie. :p

I have the .htaccess file in my forums root, yes.

Regarding "they won't be copied to your forums directory" - then what is the rewrite actually doing? And what path should I be telling google my sitemaps reside in? I have it set right now to http://www.clutchfitness.com/forums/...p_index.xml.gz, and then after I manually run the sitemap generator, and it returns the link to the sitemap, I click on it and get this error:

Code:

Not Found

The requested URL /forums/forums/vbseo_sitemap/vbseo_getsitemap.php was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

If the .htaccess file is located IN the mysite.com/forums directory does that mean I do NOT need the .htaccess file to have "forums" in it, like this:

Code:

RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
Or should it still have forums in it, like this?
Code:

RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ /forums/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
Sorry I'm so confused, but I know I can get this to work. :)

veenuisthebest 09-11-2008 01:39 PM

yes you do not need "forums" in it. As you can see your sitemap URL http://www.clutchfitness.com/forums/...p_index.xml.gz works fine.

But the one you're requesting is /forums/forums/vbseo_sitemap/vbseo_getsitemap.php (note the "forums" twice)

Remove forums from .htaccess and you're done.

Fireproof 09-11-2008 01:50 PM

Quote:

Originally Posted by veenuisthebest (Post 1619836)
yes you do not need "forums" in it. As you can see your sitemap URL http://www.clutchfitness.com/forums/...p_index.xml.gz works fine.

But the one you're requesting is /forums/forums/vbseo_sitemap/vbseo_getsitemap.php (note the "forums" twice)

Remove forums from .htaccess and you're done.


Ahhhh...thank you. I think I have it working now. :)

veenuisthebest 09-11-2008 05:29 PM

Quote:

Originally Posted by iojam (Post 1619775)
veenuisthebest,

try to replace "if(!vbseo_dbtbl_exists('album') || !function_exists('vbseo_album_url_row'))" with "if(!vbseo_dbtbl_exists('album'))" in vbseo_sitemap_functions.php file.

"if(!vbseo_dbtbl_exists('album') || !function_exists('vbseo_album_url_row'))" doesn't exist in vbseo_sitemap_functions.php

all what I had added in the file was this

if(!function_exists('vbseo_group_url_row')){functi on vbseo_group_url_row(){}}
if(!function_exists('vbseo_tags_url')){function vbseo_tags_url(){}}
if(!function_exists('vbseo_album_url_row')){functi on vbseo_album_url_row(){}}

iojam 09-11-2008 10:26 PM

Can you PM me your admincp access to check this?

ahmedzbeda 09-11-2008 11:12 PM

Im a using the vbseo 3.1.0 version .. with vb 3.7.3

and i dont want to upgrade vbseo right now to 3.2.0 ..

my question is ...

can i install this version of generator on 3.1.0 ? and what could happen if i cant do so ?

arena 09-12-2008 12:18 AM

Show Reports List menu Not working

AzzX 09-12-2008 01:03 AM

Been using with no issue for a couple of weeks - Now I am getting this error in Google Webmaster tools:
Quote:

Unsupported file format
Your Sitemap does not appear to be in a supported format. Please ensure it meets our Sitemap guidelines and resubmit. Help Help
Problem detected on: Sep 11, 2008

iojam 09-12-2008 06:53 AM

ahmedzbeda,

it should be used with vBSEO3.2.0.

arena,

what exactly is the error you get?

AzzX,

what is your sitemap URL?

AzzX 09-12-2008 08:35 AM

Thanks for replying iojam

The sitemap url in question is http://www.ozsource.org/forums/sitemap_index.xml.gz

Thanks.

iojam 09-12-2008 02:15 PM

Your sitemap looks ok, I've submitted it to Google and got no errors:
Quote:

sitemap_index.xml.gz
Sitemap Index 7 minutes ago OK -- Details

gregmlb 09-12-2008 05:15 PM

Is it possible to have this tool ONLY generate the URL list for the forum (so that I can add that to the URL list for the rest of my site before I run my own sitemap-generation script)?

In other words, my site consists of two sections:
1) an informational site
2) the forum which sits in the forums directory

Whenever I add anything to my site, I add the new URL into a text file that contains all URLs of my site ... I then run a server script which then generates my google sitemap file. What I'd like to do is have this tool generate the text-only URL list for my forums section (and not generate the whole sitemap) ... I would then add that URL list to the URL list for the rest of my site, then run my sitemap-generation script. Is that possible?

shotkey 09-13-2008 02:16 AM

Quote:

Originally Posted by gregmlb (Post 1620652)
Is it possible to have this tool ONLY generate the URL list for the forum (so that I can add that to the URL list for the rest of my site before I run my own sitemap-generation script)?

In other words, my site consists of two sections:
1) an informational site
2) the forum which sits in the forums directory

Whenever I add anything to my site, I add the new URL into a text file that contains all URLs of my site ... I then run a server script which then generates my google sitemap file. What I'd like to do is have this tool generate the text-only URL list for my forums section (and not generate the whole sitemap) ... I would then add that URL list to the URL list for the rest of my site, then run my sitemap-generation script. Is that possible?

That's similar to what I asked before and need an answer on as I'm not really familiar with seo tools - only my question was that the main part of the site is Joomla which has a menu link to the vbulliten forum (no bridge or integration other than the forum is a subdomain) - so the question was if you run seo (Jpromoter) on the main site does it pick up the forum too? In other words would be redundant to run this mod on the forum side or would this help?

AzzX 09-15-2008 08:23 AM

Quote:

Originally Posted by iojam (Post 1620542)
Your sitemap looks ok, I've submitted it to Google and got no errors:

Thanks for looking - It is ok now - must have been an issue with google.

realmr 09-15-2008 09:44 AM

I use lighthttpd server, so should I replace the
Code:

riteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
to
Code:

url.rewrite-once = ( "^/((urllist|sitemap).*\.(xml|txt)(\.gz)?)" => "/forums/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1" )
or do I need to add it beneath the rewrite rule in htaccess ??

realmr 09-15-2008 10:20 AM

I have installed everything. I get the following record:

I submitted and got results,
2008-09-15 05:56 2.52 s 139 - Yes Yes
but they sitemap links give me 404 error

I have uploaded lighthttpd_rewrite renamed it as .htaccess and uploaded them. I found no such files (sitemap.xml and urllist) on forum directory.

I had created manually - sitemap_index.xml.gz, sitemap_1.xml.gz

When clicked on those file after once again running sitemap generator, the files are getting downloadable and there's only a blank file while in reports it show as - 139 URLs, 26.43Kb) 26.12Kb uncompressed,

chmod permission for forum directory is - 755, data folder is 777 only the folder and not the files under it

Can I know what should be done now ?

iojam 09-15-2008 06:12 PM

gregmlb,

vBSEO Sitemap Generator has a built-in option to create text based sitemap (urllist.txt file with one URL per line).

realmr,

in case of lighttpd rewrite rules should be entered in existing lighty config file (lighttpd.conf) on your server, not in .htaccess file.

arena 09-15-2008 08:55 PM

Run Sitemap Generator error help please

Code:


[SECTION START] tags [4,033.4Kb mem used] [256,690s (+256,592s)]
[create sitemap index] filename: sitemap_index.xml.gz, number of sitemaps: 18 [4,040.5Kb mem used] [256,690s (+0s)]

Fatal error: Allowed memory size of 10485760 bytes exhausted (tried to allocate 9865885 bytes) in /home2/xxx/public_html/vbseo_sitemap/vbseo_sitemap_functions.php on line 1298


kyle1745 09-16-2008 02:37 AM

If I clear the directory I still get the error. I do have a question since I did install the full version of VBSEO after having sitemap installed. Do I need to modify the VBSEO htaccess?

If I clear all of the files and rerun the generator it makes it all the way to the end then I get this:

Code:

[create sitemap file] filename: sitemap_32.xml.gz, number of urls: 18528 [5,460.9Kb mem used] [163s (+0s)]
[create sitemap in text format] part #33 [5,460.9Kb mem used] [163s (+0s)]
[create sitemap index] filename: sitemap_index.xml.gz, number of sitemaps: 32 [5,470.2Kb mem used] [163s (+0s)]

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 38703067 bytes) in /sitedir/forum/vbseo_sitemap/vbseo_sitemap_functions.php on line 1298


veenuisthebest 09-16-2008 03:37 AM

Quote:

Originally Posted by kyle1745 (Post 1623111)
If I clear the directory I still get the error. I do have a question since I did install the full version of VBSEO after having sitemap installed. Do I need to modify the VBSEO htaccess?

If I clear all of the files and rerun the generator it makes it all the way to the end then I get this:

Code:

[create sitemap file] filename: sitemap_32.xml.gz, number of urls: 18528 [5,460.9Kb mem used] [163s (+0s)]
[create sitemap in text format] part #33 [5,460.9Kb mem used] [163s (+0s)]
[create sitemap index] filename: sitemap_index.xml.gz, number of sitemaps: 32 [5,470.2Kb mem used] [163s (+0s)]

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 38703067 bytes) in /sitedir/forum/vbseo_sitemap/vbseo_sitemap_functions.php on line 1298


no vbseo's .htaccess is already modified for vbSEO and Sitemap generator both. so you just need to upload the .htaccess that came with vBSEO package.

try disabling Generate Yahoo-Compatible Text Sitemap in vBSEO sitemap settings.

ugr|dual 09-16-2008 07:19 AM

I installed this version with vb 3.73pl1.

Starting the cron job manually for the first time gave me a memory allocation error with over 1 gig wanted by the script.

I then cleared the data directory from *.gz and started again - worked.

However, the cron job is doing very strange things.

Let's say I have 48 sitemaps in data with #48 being below my limit of 50000 URLs. It then just adds a #49 with URLs from vbseo_sm_vba.php - no forum URLs added or changed, which is not correct.

So I set up a batch clearing the directory from *.gz prior to the cron job - same behaviour, but now I just have that #49, the index (correct with all files) and a Yahoo list (also only few URLs) in there.

Having the cron job run a second time does exactly the same again. I have to clear the directory manually, login and run the job. That's the only way everything is ok.

Any hints on this one?

I am a vbseo owner but do not use it currently, not installed.

Adam H 09-16-2008 01:23 PM

I get this error when looking for the sitemap

Code:

Not Found
The requested URL /sitemap_index.xml.gz was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

I have installed it all correctly on my other forums but this one seems to be a pain and not working, ive run the sitemap generator and it looks ok :

Code:

[homepage] [2,827.3Kb mem used] [0s (+0s)]
[SECTION START] forumdisplay [2,827.5Kb mem used] [0s (+0s)]
[forumdisplay] forum_id: 4, total threads: 0, pages: 1 [2,827.6Kb mem used] [0s (+0s)]
[forumdisplay] forum_id: 12, total threads: 90, pages: 5 [2,827.9Kb mem used] [0s (+0s)]
[forumdisplay] forum_id: 39, total threads: 75, pages: 4 [2,828.5Kb mem used] [0s (+0s)]
[forumdisplay] forum_id: 15, total threads: 35, pages: 2 [2,829.0Kb mem used] [0s (+0s)]
[forumdisplay] forum_id: 16, total threads: 60, pages: 3 [2,829.3Kb mem used] [0s (+0s)]
[forumdisplay] forum_id: 37, total threads: 16, pages: 1 [2,829.8Kb mem used] [0s (+0s)]
[forumdisplay] forum_id: 32, total threads: 17, pages: 1 [2,830.0Kb mem used] [0s (+0s)]
[forumdisplay] forum_id: 43, total threads: 50, pages: 3 [2,830.3Kb mem used] [0s (+0s)]
[forumdisplay] forum_id: 9, total threads: 0, pages: 1 [2,830.7Kb mem used] [0s (+0s)]
[forumdisplay] forum_id: 33, total threads: 68, pages: 4 [2,831.0Kb mem used] [0s (+0s)]
[forumdisplay] forum_id: 34, total threads: 75, pages: 4 [2,831.4Kb mem used] [0s (+0s)]
[forumdisplay] forum_id: 42, total threads: 19, pages: 1 [2,831.9Kb mem used] [0s (+0s)]
[forumdisplay] forum_id: 41, total threads: 18, pages: 1 [2,832.1Kb mem used] [0s (+0s)]
[forumdisplay] forum_id: 36, total threads: 18, pages: 1 [2,832.2Kb mem used] [0s (+0s)]
[forumdisplay] forum_id: 44, total threads: 2, pages: 1 [2,832.6Kb mem used] [0s (+0s)]
[forumdisplay] forum_id: 10, total threads: 0, pages: 1 [2,832.7Kb mem used] [0s (+0s)]
[forumdisplay] forum_id: 18, total threads: 25, pages: 2 [2,832.8Kb mem used] [0s (+0s)]
[forumdisplay] forum_id: 6, total threads: 0, pages: 1 [2,833.0Kb mem used] [0s (+0s)]
[forumdisplay] forum_id: 20, total threads: 53, pages: 3 [2,833.0Kb mem used] [0s (+0s)]
[forumdisplay] forum_id: 21, total threads: 38, pages: 2 [2,833.3Kb mem used] [0s (+0s)]
[forumdisplay] forum_id: 22, total threads: 113, pages: 6 [2,833.5Kb mem used] [0s (+0s)]
[forumdisplay] forum_id: 23, total threads: 97, pages: 5 [2,834.0Kb mem used] [0s (+0s)]
[forumdisplay] forum_id: 35, total threads: 20, pages: 1 [2,834.4Kb mem used] [0s (+0s)]
[forumdisplay] forum_id: 7, total threads: 0, pages: 1 [2,834.5Kb mem used] [0s (+0s)]
[forumdisplay] forum_id: 25, total threads: 3, pages: 1 [2,834.6Kb mem used] [0s (+0s)]
[forumdisplay] forum_id: 26, total threads: 8, pages: 1 [2,834.7Kb mem used] [0s (+0s)]
[forumdisplay] forum_id: 27, total threads: 17, pages: 1 [2,834.8Kb mem used] [0s (+0s)]
[forumdisplay] forum_id: 28, total threads: 21, pages: 2 [2,834.9Kb mem used] [0s (+0s)]
[forumdisplay] forum_id: 29, total threads: 1, pages: 1 [2,835.4Kb mem used] [0s (+0s)]
[forumdisplay] forum_id: 8, total threads: 0, pages: 1 [2,835.6Kb mem used] [0s (+0s)]
[forumdisplay] forum_id: 30, total threads: 10, pages: 1 [2,835.8Kb mem used] [0s (+0s)]
[forumdisplay] forum_id: 31, total threads: 6, pages: 1 [2,836.0Kb mem used] [0s (+0s)]
[forumdisplay] forum_id: 40, total threads: 3, pages: 1 [2,836.5Kb mem used] [0s (+0s)]
[forumdisplay] forum_id: 5, total threads: 0, pages: 1 [2,836.7Kb mem used] [0s (+0s)]
[forumdisplay] forum_id: 17, total threads: 8, pages: 1 [2,837.0Kb mem used] [0s (+0s)]
[forumdisplay] forum_id: 19, total threads: 8, pages: 1 [2,837.3Kb mem used] [0s (+0s)]
[forumdisplay] forum_id: 24, total threads: 4, pages: 1 [2,837.6Kb mem used] [0s (+0s)]
[forumdisplay] forum_id: 3, total threads: 0, pages: 1 [2,837.9Kb mem used] [0s (+0s)]
[forumdisplay] forum_id: 13, total threads: 4, pages: 1 [2,838.2Kb mem used] [0s (+0s)]
[forumdisplay] forum_id: 14, total threads: 30, pages: 2 [2,838.5Kb mem used] [0s (+0s)]
[forumdisplay] forum_id: 38, total threads: 29, pages: 2 [2,839.1Kb mem used] [0s (+0s)]
[SECTION START] showthread [2,839.7Kb mem used] [0s (+0s)]
[archive homepage] [3,367.7Kb mem used] [1s (+1s)]
[SECTION START] forumdisplay archived [3,368.7Kb mem used] [1s (+0s)]
[SECTION START] showthread archived [3,392.0Kb mem used] [1s (+0s)]
[SECTION START] member [2,856.9Kb mem used] [2s (+0s)]
[SECTION START] polls [3,306.5Kb mem used] [2s (+0s)]
[SECTION START] blogs [3,306.5Kb mem used] [2s (+0s)]
[SECTION START] albums [3,307.2Kb mem used] [2s (+0s)]
[SECTION START] groups [3,307.3Kb mem used] [2s (+0s)]
[SECTION START] tags [3,307.2Kb mem used] [2s (+0s)]
[create sitemap file] filename: sitemap_1.xml.gz, number of urls: 15855 [2,834.2Kb mem used] [2s (+0s)]
[create sitemap in text format] part #2 [2,834.1Kb mem used] [2s (+0s)]
[create sitemap index] filename: sitemap_index.xml.gz, number of sitemaps: 1 [2,836.5Kb mem used] [2s (+0s)]
Sitemap has been created. Click here to return [2,836.6Kb mem used] [7s (+5s)]

But still not working please help

Im running on Godaddy hosting, i know its not the best but i know it works as my other sites work fine.

pranaysanghavi 09-16-2008 06:45 PM

It says, Your Google Sitemap Index URL: http://www.officechai.com/forum/sitemap_index.xml.gz
  • but when i open filezilla, and go to this path, /public_html/forum, i dont see that xml.gz file. if i dont find it, how will google? but yes, i can see a similar file in /public_html/forum/vbseo_sitemap/data
  • what is the path I should give to google? It says, You have recently submitted one or more Sitemaps for this site. Processing Sitemaps may take some time. Check again later to see if pages from your Sitemaps are included in Google's index. and the file path I filled int that text box is forum/sitemap_index.xml.gz
  • moreover google only accepts xml format, what is that xml.gz format? Do i have to convert it before submitting to google?

Which step is correct and which is incorrect; how should i rectify the incorrect one. thanks for the product, and your time to us.

Adam H 09-16-2008 06:54 PM

Quote:

Originally Posted by pranaysanghavi (Post 1623558)
It says, Your Google Sitemap Index URL: http://www.officechai.com/forum/sitemap_index.xml.gz
  • but when i open filezilla, and go to this path, /public_html/forum, i dont see that xml.gz file. if i dont find it, how will google? but yes, i can see a similar file in /public_html/forum/vbseo_sitemap/data
  • what is the path I should give to google? It says, You have recently submitted one or more Sitemaps for this site. Processing Sitemaps may take some time. Check again later to see if pages from your Sitemaps are included in Google's index. and the file path I filled int that text box is forum/sitemap_index.xml.gz
  • moreover google only accepts xml format, what is that xml.gz format? Do i have to convert it before submitting to google?

Which step is correct and which is incorrect; how should i rectify the incorrect one. thanks for the product, and your time to us.


I believe its like a ghost file generated by the script, if you click on the URL it shows the site map is there, thats what google will see.

Google accept .gz too

kyle1745 09-17-2008 01:24 AM

This worked but how do I correct the yahoo sitemaps?

Thanks for the help,

Quote:

Originally Posted by veenuisthebest (Post 1623129)
no vbseo's .htaccess is already modified for vbSEO and Sitemap generator both. so you just need to upload the .htaccess that came with vBSEO package.

try disabling Generate Yahoo-Compatible Text Sitemap in vBSEO sitemap settings.


veenuisthebest 09-17-2008 09:42 AM

Quote:

Originally Posted by kyle1745 (Post 1623820)
This worked but how do I correct the yahoo sitemaps?

Thanks for the help,

You do not need to *correct* any yahoo sitemaps. They do not accept .txt files anymore, so the same index.xml.gz would work fine for Yahoo

PWO81 09-17-2008 03:18 PM

I just installed the VBSEO sitemap and I followed the directions perfect. But when I go to access my Sitemap reports (I go to http://www.mysite.com/Forum/vbseo_sitemap) I get this error message:

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@mysite.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.


I installed everything where it needed to be installed. I see VBseo in my control panel and I can see the settings. But when I click on reports I get that same error message. Is it because any reports havent been made yet since its scheduled to run at 2am?

Would anyone know whats wrong?

Adam H 09-17-2008 03:23 PM

Sorry But Bump for my post too, still not working


All times are GMT. The time now is 08:36 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.02123 seconds
  • Memory Usage 1,900KB
  • 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
  • (12)bbcode_code_printable
  • (17)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