vb.org Archive

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

TosaInu 06-21-2009 07:27 PM

Quote:

Originally Posted by djbaxter (Post 1834280)
:confused:

How can it be both the "default values" and an "edited line"?

In any case, try what I've suggested so far. I don't understand a lot of what you're posting here, not the least of which is the statement that Webmaster Central is trying to download the sitemap, apparently not finding it, and yet not showing any errors. Either I'm missing something or you are - I don't see how that's possible.

If my suggestions don't work, you may need to wait for one of the vBSEO people to log in.

Hello djbaxter,

Sorry for the confusion. By default values I mean what I set in Vbulletins ACP/VBSEO settings.

The edited line applies to the .ht I already had before I even knew about VBSEO. As far as I know searchbots only look in the root of a domain or subdomain for a sitemap. So, it has to be told there that it's somewhere else.

According to the VBSEO control panel, the sitemaps are created (and they are) and google is notified. Google then manages to download the files (according to the same VBSEO control panel). But when I go to googles Webmaster Central for my site, nothing is there.

Brathamike 06-22-2009 01:03 AM

hello what are the these files for in the htaccess file

isapi_rewrite, lighttpd_rewrite, zeus_rewrite

do i keep them in the htaccess folder and put the whole folder in the root directory
or
do i take those files out of the htaccess folder and put them in the root directory

Also it says that this file is in my root directory sitemap_index.xml.gz but its not. when i generate
a site map i dont see this in my root directory when i click on the link to see my site map it says
page not found? any thoughts on this

thanks

please answer..

going to buy gold soon as i get the ansawer

Budweiser 06-22-2009 02:18 PM

Hello. I use VBSEO and installed the sitemap v2.5
I want to add a line to robots.txt (EG: "sitemap: http://www.example.com/sitemap.xml")

What file is the sitemap? I see "sitemap_1.xml.gz" and "sitemap_index.xml.gz" and few others... I assume one of these is the file I need to point to?

Thnx, Kev

djbaxter 06-22-2009 02:34 PM

Quote:

Originally Posted by TosaInu (Post 1834284)
The edited line applies to the .ht I already had before I even knew about VBSEO. As far as I know searchbots only look in the root of a domain or subdomain for a sitemap. So, it has to be told there that it's somewhere else.

Yes. That's what the mod_rewrite line and vbseo_getsitemap.php does. The bots will look in the root (usually); the mod_rewrite and vbseo_getsitemap.php redirect it to where the files are actually physically located. If you try to do the work of those two functions, you'll end up confusing the bots, yourself, and everyone else. Think simple. Let the add-on do the complicated work.

Quote:

Originally Posted by Brathamike (Post 1834450)
hello what are the these files for in the htaccess file

isapi_rewrite, lighttpd_rewrite, zeus_rewrite

do i keep them in the htaccess folder and put the whole folder in the root directory or do i take those files out of the htaccess folder and put them in the root directory

If you are using an Apache server with mod_rewrite enabled, ignore those files. They are for alternate server operating systems or configurations.

Quote:

Originally Posted by Brathamike (Post 1834450)
Also it says that this file is in my root directory sitemap_index.xml.gz but its not. when i generate a site map i dont see this in my root directory when i click on the link to see my site map it says page not found? any thoughts on this

See my reply to TosaInu above.

Quote:

Originally Posted by Budweiser (Post 1834788)
Hello. I use VBSEO and installed the sitemap v2.5
I want to add a line to robots.txt (EG: "sitemap: http://www.example.com/sitemap.xml")

What file is the sitemap? I see "sitemap_1.xml.gz" and "sitemap_index.xml.gz" and few others... I assume one of these is the file I need to point to?

Thnx, Kev

No. Just point to sitemap.xml -- mod_rewrite and vbseo_getsitemap.php take care of the rest.

Budweiser 06-22-2009 07:11 PM

Quote:

Hello. I use VBSEO and installed the sitemap v2.5
I want to add a line to robots.txt (EG: "sitemap: http://www.example.com/sitemap.xml")

What file is the sitemap? I see "sitemap_1.xml.gz" and "sitemap_index.xml.gz" and few others... I assume one of these is the file I need to point to?

Thnx, Kev
Quote:

Originally Posted by djbaxter (Post 1834806)
No. Just point to sitemap.xml -- mod_rewrite and vbseo_getsitemap.php take care of the rest.

Yes but... there is no sitemap.xml file to point to.. I am supposed to point to a file that is not there??

djbaxter 06-22-2009 07:51 PM

Quote:

Originally Posted by Budweiser (Post 1835028)
Yes but... there is no sitemap.xml file to point to.. I am supposed to point to a file that is not there??

Yes. That's what those mod_rewrite lines do. They intercept any attempts to retirve sitemap.xml and redirect them to the appropriate file name and location.

Brathamike 06-22-2009 08:47 PM

Originally Posted by Budweiser
Yes but... there is no sitemap.xml file to point to.. I am supposed to point to a file that is not there??
Yes. That's what those mod_rewrite lines do. They intercept any attempts to retirve sitemap.xml and redirect them to the appropriate file name and location.

I don't have mod rewrite and I still don't
see the site map and I still get a page that's not there
when I try to viewy site map

I still don't get it

djbaxter 06-22-2009 09:22 PM

Quote:

Originally Posted by Brathamike (Post 1835108)
I don't have mod rewrite and I still don't
see the site map and I still get a page that's not there
when I try to viewy site map

I still don't get it

If you don't have mod_rewrite enabled on your server, the standard solution contained in the installation instructions for the vbseo_sitemap add-on will not work.

In that case, try the following...

Add the following line to the robots.txt file in the root directory of your site or create a plain text file (ASCII/ANSI format) containing the line and upload it to the root of your site:


Code:

Sitemap: http://www.yoursite.com/forum/vbseo_sitemap/data/sitemap_index.xml.gz
This assumes your forum is installed in a subfolder called "forum". If the subfolder name is something else, change the line to reflect both your actual domain and the actual subfolder name.

If your forum is installed in the root directory, the line would look like this:

Code:

Sitemap: http://www.yoursite.com/vbseo_sitemap/data/sitemap_index.xml.gz
If your forum is installed in the root of a subdomain, it would look something like this:

Code:

Sitemap: http://forum.yoursite.com/vbseo_sitemap/data/sitemap_index.xml.gz
  1. Note that in all cases you are pointing the spiders to the real location of the sitemaps index file, which tells the spider how many sitemap files to look for and their filenames. This index file is created automatically by the vbseo_sitemap cron job.
  2. Note that what I'm suggesting in this post is to be used instead of the standard mod_rewrite solution indicated in the vbseo_sitemap installation insturctions.

Brathamike 06-22-2009 09:53 PM

Quote:

Originally Posted by djbaxter (Post 1835130)
If you don't have mod_rewrite enabled on your server, the standard solution contained in the installation instructions for the vbseo_sitemap add-on will not work.

In that case, try the following...

Add the following line to the robots.txt file in the root directory of your site or create a plain text file (ASCII/ANSI format) containing the line and upload it to the root of your site:


Code:

Sitemap: http://www.yoursite.com/forum/vbseo_sitemap/data/sitemap_index.xml.gz
This assumes your forum is installed in a subfolder called "forum". If the subfolder name is something else, change the line to reflect both your actual domain and the actual subfolder name.

If your forum is installed in the root directory, the line would look like this:

Code:

Sitemap: http://www.yoursite.com/vbseo_sitemap/data/sitemap_index.xml.gz
If your forum is installed in the root of a subdomain, it would look something like this:

Code:

Sitemap: http://forum.yoursite.com/vbseo_sitemap/data/sitemap_index.xml.gz
  1. Note that in all cases you are pointing the spiders to the real location of the sitemaps index file, which tells the spider how many sitemap files to look for and their filenames. This index file is created automatically by the vbseo_sitemap cron job.
  2. Note that what I'm suggesting in this post is to be used instead of the standard mod_rewrite solution indicated in the vbseo_sitemap installation insturctions.

Hello i check the server and i do have it
mod_rewrite is enabled :
LoadModule rewrite_module libexec/mod_rewrite.so

so what should i do now since i do have mod_rewrite

thanks

djbaxter 06-22-2009 10:24 PM

Quote:

Originally Posted by Brathamike (Post 1835150)
Hello i check the server and i do have it
mod_rewrite is enabled :
LoadModule rewrite_module libexec/mod_rewrite.so

so what should i do now since i do have mod_rewrite

thanks

Follow the installation instructions for the add-on and add the lines to your .htaccess file.


All times are GMT. The time now is 08:59 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.01771 seconds
  • Memory Usage 1,766KB
  • 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
  • (6)bbcode_code_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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