hello
my sitemap index reduce
my google sitemap reduce too
from more than 1000 to 8 with
Filename Status Format Downloaded URLs submitted Indexed URLs forum/vbseo_sitemap/data/sitemap_index.xml.gzSitemap Index Jan 4, 2010 119,842 8
This is a discussion on my website index reduce within the General Discussion forums, part of the vBSEO Google/Yahoo Sitemap category; hello my sitemap index reduce my google sitemap reduce too from more than 1000 to 8 with :tblgrid.doSort('grid.sortBy',%20'1')" target="_blank">Filename :tblgrid.doSort('grid.sortBy',%20'2')" ...
hello
my sitemap index reduce
my google sitemap reduce too
from more than 1000 to 8 with
Filename Status Format Downloaded URLs submitted Indexed URLs forum/vbseo_sitemap/data/sitemap_index.xml.gzSitemap Index Jan 4, 2010 119,842 8
up to 13 now
Hello,
You should submit
site.com/forum/sitemap_index.xml.gz
You should NOT include the vbseo_sitemap/data/ paths.
The htaccess directs the forum root call to that folder.
Google does NOT index files in the sitemap that are in a directory above it, which is why you are having indexing problems.
Brian Cummiskey / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
oh
ok tq
i`ll try
<?xml version="1.0" encoding="UTF-8" ?>
- <sitemapindex xmlns="Index of /schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="Index of /schemas/sitemap/0.9 http://www.sitemaps.org/schemas/site.../siteindex.xsd">
- <sitemap>
<loc>http://www.nusantaraku.org/forum/vbseo_sitemap/data/sitemap_1.xml.gz</loc>
<lastmod>2009-10-17T02:01:17+00:00</lastmod>
</sitemap>
</sitemapindex>
my forum/sitemap_index.xml.gz point to
point to /vbseo_sitemap/data/sitemap_1.xml.gz
at my ftp
there are no /forum/sitemap_1.xml.gz or another sitemap
sitemap still at
/forum/vbseo_sitemap/data/ folder
only sitemap_index.xml.gz found in /forum/ folder
Format URLs in Sitemap Submitted Downloaded Sitemap Index Total: 20,000, Indexed: 1 Jan 5, 2010 – Resubmit
Jan 5, 2010 Sitemap errors and warnings
Line Status Details No errors or warnings found.
Filename Status Format Downloaded URLs submitted Indexed URLs forum/vbseo_sitemap/data/sitemap_1.xml.gzSitemap Jan 4, 2010 20,000 1
where is sitemap 2-7?
If you entered a setting in "Sitemap Files URL", remove it. 99.9% of the time, this field should be blank.
The sitemap_index file should also not reference the data/ folders, just forumroot/sitemap_X.xml.gz
Brian Cummiskey / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
http://www.nusantaraku.org/forum/sitemap_index.xml.gz
reference to /data/
By default the vBSEO Sitemap files will be located in your forum root. Use this field to specify a different location, for example, your site root: http://www.yourdomain.com
i put Forum Diskusi dan Bisnes Untuk Jawa Melayu Nusantara Malaysia dan Indonesia
but there are no sitemap there
.htaccess at /forum/
RewriteEngine on
# If you are having problems or are using VirtualDocumentRoot, uncomment this line and set it to your vBulletin directory.
RewriteBase /forum/
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^threads/([0-9]+)(?:/?$|(?:-[^/]+))(?:/?$|(?:/page([0-9]+)?)) showthread.php?t=$1&page=$2&%{QUERY_STRING}
RewriteRule ^forums/([0-9]+)(?:/?$|(?:-[^/]+))(?:/?$|(?:/page([0-9]+)?)) forumdisplay.php?f=$1&page=$2&%{QUERY_STRING}
RewriteRule ^members/([0-9]+) member.php?u=$1&%{QUERY_STRING}
RewriteRule ^blogs/([0-9]+)(?:/?$|(?:-[^/]+))(?:/?$|(?:/page([0-9]+)?)) blog.php?u=$1&page=$2&%{QUERY_STRING}
ReWriteRule ^entries/([0-9]+)(?:/?$|(?:-[^/]+))(?:/?$|(?:/page([0-9]+)?)) entry.php?b=$1&page=$2&%{QUERY_STRING}
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^(?:(.*?)/)(.*)$ $1.php?r=$2&%{QUERY_STRING}
RewriteEngine On
RewriteBase /forum/
RewriteCond %{HTTP_HOST} !^www\.nusantaraku\.org
RewriteRule (.*) http://www.nusantaraku.org/forum/$1 [L,R=301]
RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php [L,QSA]
You should use the following .htaccess content
[ocde]RewriteEngine On
RewriteBase /forum/
RewriteCond %{HTTP_HOST} !^www\.nusantaraku\.org
RewriteRule (.*) http://www.nusantaraku.org/forum/$1 [L,R=301]
RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php [L,QSA] [/code]
Mert Gökçeimam / Crawlability Inc.
vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!
Twitter:@Depkac
Personal Blog : Mert Gökçeimam
Brian Cummiskey / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
same too[create sitemap file] filename: sitemap_1.xml.gz, number of urls: 20000 [10,439.9Kb mem used] [7s (+6s)]
[create sitemap file] filename: sitemap_2.xml.gz, number of urls: 20000 [12,299.3Kb mem used] [17s (+10s)]
[create sitemap file] filename: sitemap_3.xml.gz, number of urls: 20000 [14,382.2Kb mem used] [45s (+28s)]
[create sitemap file] filename: sitemap_4.xml.gz, number of urls: 20000 [16,721.3Kb mem used] [55s (+10s)]
[create sitemap file] filename: sitemap_5.xml.gz, number of urls: 20000 [18,801.6Kb mem used] [64s (+10s)]
[archive homepage] [20,919.4Kb mem used] [71s (+7s)]
[SECTION START] forumdisplay archived [20,920.5Kb mem used] [72s (+1s)]
[SECTION START] tags [21,218.8Kb mem used] [72s (+0s)]
[create sitemap file] filename: sitemap_6.xml.gz, number of urls: 20000 [21,257.4Kb mem used] [75s (+3s)]
[create sitemap file] filename: sitemap_7.xml.gz, number of urls: 1883 [21,053.3Kb mem used] [92s (+17s)]
[create sitemap index] filename: sitemap_index.xml.gz, number of sitemaps: 7 [21,054.6Kb mem used] [92s (+0s)]
Sitemap has been created. Click here to return [21,050.2Kb mem used] [95s (+3s)]
created at /forum/vbseo_sitemap/data folder