vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   vBSEO Google/Yahoo Sitemap Generator for vBulletin 3.6.x, 3.5.x & 3.0.x (https://vborg.vbsupport.ru/showthread.php?t=100435)

NeutralizeR 03-20-2006 03:50 AM

Quote:

URL not allowed (Line 55) in Sitemap http://www.msxlabs.com/forum/sitemap_1.xml.gz with URL http://www.msxlabs.com/html/emoticons.php

This url is not allowed for a Sitemap at this location.
Using version 1.6.1.

extra-urls.txt:
Quote:

http://www.msxlabs.com/index.html,daily,1.0
http://www.msxlabs.com/index.php,daily,1.0
http://www.msxlabs.com/legend.php,weekly,1.0
http://www.msxlabs.com/chat/index.php,weekly,1.0
http://www.msxlabs.com/forum/chat.php,weekly,1.0
http://www.msxlabs.com/forum/chat/fl...php,weekly,1.0
http://www.msxlabs.com/html/dpictures.php,weekly,1.0
http://www.msxlabs.com/html/emoticons.php,weekly,1.0
http://www.msxlabs.com/html/emugame.php,weekly,1.0
http://www.msxlabs.com/html/gallery.php,weekly,1.0
http://www.msxlabs.com/html/list.php,weekly,1.0
http://www.msxlabs.com/html/mdiscovery.php,weekly,1.0
http://www.msxlabs.com/html/mplus.php,weekly,1.0
http://www.msxlabs.com/html/msnmessenger.php,weekly,1.0
http://www.msxlabs.com/html/msxlabs.php,weekly,1.0
http://www.msxlabs.com/html/photoalbum.php,weekly,1.0
http://www.msxlabs.com/html/software.php,weekly,1.0
http://www.msxlabs.com/html/splugng.php,weekly,1.0
http://www.msxlabs.com/html/turkishrap.php,weekly,1.0
http://www.msxlabs.com/html/webtools.php,weekly,1.0
http://www.msxlabs.com/html/winks.php,weekly,1.0
http://www.msxlabs.com/html/ad.html,weekly,1.0
http://www.msxlabs.com/html/policies.html,weekly,1.0

MotMann 03-20-2006 07:11 AM

In my .htacces:

RewriteEngine On
RewriteRule ^(sitemap.*\.(xml\.gz|txt))$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

i Think, i have the wrong URL in Google.

i addet http://www.xxxxxxxxx.de/vbseo_sitemap/ and then i have errorcode 1 in google.

bada_bing 03-20-2006 04:36 PM

Installed.. I will see how things look within the next few days.. Hopefully I can move my site ranks from 3 to higher with this..

iojam 03-20-2006 08:17 PM

Loco.M

Quote:

"Unsupported file format"
please PM me the URL of your sitemap.

MotMann

you should use the followin URL for google submission:
http://yourforumsroot/sitemap_index.xml.gz
http://yourforumsroot/sitemap_1.xml.gz
http://yourforumsroot/sitemap_2.xml.gz
etc.
(although the files are *physically* stored in vbseo_sitemap/data/ folder)

carwash,

if you have .htaccess file already, you should merge the contents of both files.

BillP,
yes, this is just a displaying mistype, you can ignore it :)


NeutralizeR,

you have included URLs that point *above* the forums folder where sitemap files reside. This is disallowed by google and you should move sitemap to the root.
You can do the following:
1. create .htaccess file in the root like this:
Quote:

RewriteEngine On
RewriteRule ^(sitemap.*\.(xml\.gz|txt))$ forum/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
2. Submit to your google webmaster account individual sitemap files referring to the root of your site:
http://www.msxlabs.com/sitemap_1.xml.gz
http://www.msxlabs.com/sitemap_2.xml.gz
etc.

3. You should not submit index file, because it contains links to sitempa files in forum/ folder. Note that v1.7 of vBSEO Sitemap Generator will have a special option to address this non-standard configurationa nd let you submit index file as well.

T2DMan 03-20-2006 08:43 PM

Quote:

Originally Posted by iojam

MotMann

you should use the followin URL for google submission:
http://yourforumsroot/sitemap_index.xml.gz
http://yourforumsroot/sitemap_1.xml.gz
http://yourforumsroot/sitemap_2.xml.gz
etc.
(although the files are *physically* stored in vbseo_sitemap/data/ folder)

Please note that the purpose of the sitemap_index is to store all the other sitemap_1-x file names. The index file is the only one that should be submitted.

Unless of course you have a situation similar to NeutralizeR where you should not be submitting the index, rather each individual file, and using htaccess to access via the root etc.

Quote:

Originally Posted by iojam
NeutralizeR
you have included URLs that point *above* the forums folder where sitemap files reside. This is disallowed by google and you should move sitemap to the root.
You can do the following:....


T2DMan 03-20-2006 08:52 PM

Quote:

Originally Posted by bada_bing
Installed.. I will see how things look within the next few days.. Hopefully I can move my site ranks from 3 to higher with this..

  • How do you expect to see your Google PR increase with using a Google sitemap???
  • or How do you expect your SERPS to increase with using the site map???
Using a sitemap may help a small amount, since Google will find your pages easier, therefore be able to factor in the internal linking better. But in general, having a sitemap only speeds up the inevitable of what Google and Yahoo would have done anyway.

To achieve any real increase in Google PR, you need:
  • more inbound links
  • and also to use the vbseo url rewriter - one of the benefits is that you only have one url per page, and the url is not a string, therefore Google assigns higher PR per page, and higher rankings since the PR is concentrated onto one page.
To achieve best increase in SERP rankings, you need:
  • more inbound links
  • vbseo url rewriter
  • and better onpage SEO - my speciality - see sig link
    • selecting search phrases that people are searching for, and that you stand a chance at ranking for
    • using those search phrases in the proper places on the page
All the best for your journies up the SERP's.

NeutralizeR 03-21-2006 05:53 AM

Thanks for the reply. It's working...

but should i submit each individual file one by one? there are 8 sitemap files at the moment (1 to 8) and i think there will be more when i have more threads, posts and members. Isn't there any automated function for this? or will the version 1.7 include this feature?

Regards

beansbaxter 03-21-2006 11:23 PM

How do you view the sitemap reports? And how do you know if this is installed correctly and is working with Google?

Why do you have to edit .htaccess with that info when the included file already has that?

And where is the extra-urls.txt file at??

trigon 03-22-2006 12:49 AM

i have the problem tha my sitemap is empy, dont know why.
plz take a look here: http://www.hayaletler.tk/forum/vbseo_sitemap/
(i pm you the passwort for it)
here i copied the log:
Report:
============================
Click the following link for your vBSEO Google/Yahoo Sitemap Report:
http://www.hayaletler.tk/forum/vbseo_sitemap/

Summary:
============================
Forum Display: 0
Show Thread: 0
Show Post:
Member Profiles: 3729
Archive: 1

Total Indexed URLs: 3731
Total Processing Time: 0.76 seconds

Google ping: Successful.

bada_bing 03-22-2006 03:04 AM

I am trying to submit my sitemaps to google and get this message

Please correct the errors below.

Enter your Sitemap URL below:
http://www.mysite.com/sitemap_1.xml.qz
We couldn't find the Sitemap at the location you provided. Please make sure the Sitemap URL is correct and resubmit your Sitemap.



What am I doing wrong?


All times are GMT. The time now is 03:11 AM.

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.02829 seconds
  • Memory Usage 1,761KB
  • 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
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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