vb.org Archive

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

Paul M 04-15-2008 11:53 PM

You can get mod_rewrite modules for IIS, google is your friend. :)

alm3refh 04-16-2008 04:58 AM

The problem in the work vbseo_sitemap
Where to send reports Should Google be reduced began links indexed

http://www.alamuae.com/up/Folder-013...4048_154d5.jpg


A reply to me earlier in the context of the topic

https://vborg.vbsupport.ru/showpost....&postcount=693

Alfa1 04-16-2008 11:18 AM

Quote:

Originally Posted by iojam (Post 1491280)
Alfa1,

what exactly is the error you get from Google?

General HTTP error: 404 not found

iojam 04-16-2008 02:47 PM

forumbust,

did you generate sitemap in vbseo_sitemap/ interface?

Alfa1,

what is the sitemap URL you submit?

Alfa1 04-16-2008 07:17 PM

<a href="http://www.mysite.com/sitemap_index.xml.gz" target="_blank">http://www.mysite.com/sitemap_index.xml.gz</a>

forumbust 04-16-2008 11:43 PM

Quote:

Originally Posted by iojam (Post 1492190)
forumbust,

did you generate sitemap in vbseo_sitemap/ interface?



Alfa1,

what is the sitemap URL you submit?

Yes, i did it twice and now the report show that sitemap is submitted at the sitemap history. But still i get this when i click the " Google site map URL"

<<Not Found
The requested URL /forum/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.>>

At my forum folder, there is no .gz file in it. i am not sure what happen. Will the gz file shown on a page normally?


Err.. Do i have to submit anything or create my own sitemap URL????? I thought it will be submitted automatically? Did i miss something? btw, i am running vb 3.6.9

iojam 04-17-2008 08:19 PM

Did you create .htaccess file in forum folder as described? Does your server support mod_rewrite?

timefactor 04-17-2008 08:24 PM

Excellent mod, working fine with vbulletin 3.7 RC1

Alfa1 04-17-2008 08:55 PM

Quote:

Originally Posted by iojam (Post 1493265)
Did you create .htaccess file in forum folder as described? Does your server support mod_rewrite?

Yes, to both.
I see the sitemaps are being created.
The contents of my .htaccess of my forum DIR is:
RewriteEngine On
RewriteRule ^$ index.php
RewriteRule (^[-_A-Za-z0-9\ ]*$) member.php?&username=$1
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

I do have a .htaccess active at site root.

Here is it's content:
RewriteEngine on
RedirectMatch permanent ^/index.html$ http://www.mysite.com/index.php
RedirectMatch permanent ^/$ /index.php
RewriteRule local_links/links/(.+)/(.+) local_links.php?catid=$1&linkid=$2 [R]
RewriteRule local_links/links/(.+) local_links.php?catid=$1 [R]
RewriteRule local_links/jump/(.+)/(.+) local_links.php?action=jump&id=$1&catid=$2 [R]
RewriteRule local_links/jump/(.+) local_links.php?action=jump&id=$1 [R]

iojam 04-19-2008 02:49 PM

You should move sitemap rewrite rule above others (right after "RewriteEngine on" line).

Alfa1 04-19-2008 03:37 PM

I followed your instruction and changed the .htaccess, but opening http://www.mysite.com/sitemap_index.xml.gz does not open the sitemap index. The sitemap index should be accessible from that url right?

baymortgage99 04-20-2008 05:11 AM

Have the bugs been worked out on this?

baghdad4ever 04-21-2008 09:46 AM

any idea please

i want to put the entire folder inside /vb/archive/

instead of

/vb/

how to make that??

forumbust 04-21-2008 10:37 AM

My .htaccess at the root is input like this:

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

Is there anything wrong?

Do i need a .htaccess for my forum folder too? The instruction didn't state that.

iojam 04-21-2008 08:02 PM

Alfa1,

sitemap URL is: http://yourforumsroot/sitemap_index.xml.gz


forumbust,

rewrite rules for vBSEO Sitemap Generator should be entered in .htaccess file in forums folder.

Alfa1 04-21-2008 10:25 PM

Yes, this works: http://www.mysite.com/forum/sitemap_index.xml.gz
but google says it needs to be at http://www.mysite.com/sitemap_index.xml.gz

Parabellum 04-22-2008 12:49 AM

Quote:

Originally Posted by Alfa1 (Post 1496174)

I had the same problem. The way I got it to work was to go to settings and in the box for Sitemap Files URL enter http://www.yoursite.com now in your root .htaccess file add forum/ in front of vbseo_sitemap/.
example below:
Code:

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


btw this great product works perfect with vB 3.7 RC3

Alfa1 04-22-2008 01:21 AM

Quote:

Originally Posted by Parabellum (Post 1496250)
I had the same problem. The way I got it to work was to go to settings and in the box for Sitemap Files URL enter http://www.yoursite.com now in your root .htaccess file add forum/ in front of vbseo_sitemap/.
example below:
Code:

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


Many thanks!!!!!!
That did it.

Super Jinni 04-22-2008 01:40 AM

Quote:

Originally Posted by iojam (Post 1491280)
Super Jinni,

do you have sitemap files created in vbseo_sitemap/data/ folder?

these are the files that I have in the vbseo_sitemap/data/ folder:

.htaccess
index.php
sitemap_1.xml.gz
urllist.txt.gz


so what's wrong?

should I install the first version of this and uninstall this one?

baghdad4ever 04-22-2008 07:44 AM

Quote:

Originally Posted by baghdad4ever (Post 1495667)
any idea please

i want to put the entire folder inside /vb/archive/

instead of

/vb/


how to make that??


plz any idea about that???

i want somebody help

zeus_r6 04-22-2008 07:45 PM

For whatever reason, this mod has stopped submitting URL's .... what should I look for as a source of the problem?

zeus_r6 04-22-2008 08:08 PM

Reinstalled and the problem went away :)

nsolanki 04-22-2008 08:30 PM

I noticed, that everything works fine, except that the program doesn't generate a text file for yahoo submission. Any ideas? In the options panel, I set output textfile for yahoo, and it still doesn't do it.

Alfa1 04-22-2008 10:38 PM

Quote:

Originally Posted by Parabellum (Post 1496250)
I had the same problem. The way I got it to work was to go to settings and in the box for Sitemap Files URL enter http://www.yoursite.com now in your root .htaccess file add forum/ in front of vbseo_sitemap/.
example below:
Code:

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


Ehm. correction. Google now finds my sitemap index, but not my sitemaps. Does anyone have a clue how to solve that one?

nirvana43 04-23-2008 01:26 PM

ok now its been 2 months and here is my sitemap status :
Sitemap statistics:
Total URLs: 3132
Indexed URLs: 2
also how come it shows my PR = 0 for all pages???

what could be the problem? :(

iojam 04-23-2008 09:39 PM

Super Jinni,

there should be also sitemap_index.xml.gz file, so probably sitemap was not completed.


baghdad4ever,

do you mean vbseo_sitemap/ folder? Why do you want to put it into archive/ ?


nsolanki,

Yahoo now supports xml sitemaps, there is no need for text sitemap now.


Alfa1,

you should set "Sitemap Files URL" to http://www.domain.com and regenerate sitemap.

Super Jinni 04-24-2008 10:52 AM

Quote:

Originally Posted by iojam (Post 1497677)
Super Jinni,

there should be also sitemap_index.xml.gz file, so probably sitemap was not completed.

but there is no..

ok, I think I have found out what's the difference between the two site that I have

this software worked with the first website because I installed the first version.. but in the second website I installed the newest version of vbseo generator..

so I'll try to uninstall this version and install the oldest one and see if it going to work..

Possemaster 04-24-2008 02:34 PM

I got the same problem, my forum is at the root of the site. Default setting in vbseo, sitemap generates perfectly. only it is not there.
chmod 777 data and all sub dirs and files.
settings in admincp site url is www.console-forums.net
there is a sitemap1.xml.gz in de data dir, but the isn?t any sitemap_index.xml.

my .htaccess look like this

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


i don?t know what i could done wrong

baghdad4ever 04-25-2008 01:02 PM

Quote:

Originally Posted by iojam (Post 1497677)
baghdad4ever,

do you mean vbseo_sitemap/ folder? Why do you want to put it into archive/ ?


.

google doesnt enter my site

i write in google groups

some one tell me

Quote:

Wit a vb forum I would think you can get a lot more out of letting
only the archives get indexed rather than the whole forum

press here please



so i want to disallow /vb

and allow /vb/archieve

in robots


thanks

Alfa1 04-25-2008 03:01 PM

How long should it take before google indexes the urls in the sitemap?
Yahoo is all over the place with up to 1100 bots.
Google lists to have downloaded the sitemap on the 23rd, but nothing indexed yet. Listing: 'No data available. Please check back soon.' Previously google indexed my site immediately.

iojam 04-25-2008 10:45 PM

Possemaster,

Quote:

there is a sitemap1.xml.gz in de data dir, but the isn?t any sitemap_index.xml.
You should generate sitemap - open vbseo_sitemap/ interface in browser and click "Run generator" link.


baghdad4ever,

Quote:


so i want to disallow /vb

and allow /vb/archieve
This is not related to the location on vbseo_sitemap/ folder.

Wobbly Goblin 04-26-2008 01:07 AM

Are there any issues with this running on version 3.6.10?

Thanks,
Nick

iojam 04-26-2008 07:35 PM

There are no known issues.

MissKalunji 04-26-2008 08:07 PM

uhm id on't see if i did posted so ill ask around do i have to submit manually yahoo or does it do on its own?

Wobbly Goblin 04-26-2008 08:59 PM

Quote:

Originally Posted by iojam (Post 1500046)
There are no known issues.

Thanks iojam :)

Nick

forumbust 04-27-2008 03:59 AM

Quote:

forumbust,

rewrite rules for vBSEO Sitemap Generator should be entered in .htaccess file in forums folder.
Shall i remove the rewrite rule in the .htaccess at the root folder? I guess i have to create a new .htaccess in my forum folder as there is non there at the moment.

forumbust 04-27-2008 04:09 AM

After i have done that i click on the http://mysite.com/forum/sitemap_1.xml.gz

It shows me this:

This XML file does not appear to have any style information associated with it. The document tree is shown below.


<sitemapindex xsi:schemaLocation=" http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/09/siteindex.xsd">

<sitemap>
<loc>http://mysite.com/forum/sitemap_1.xml.gz</loc>
<lastmod>2008-04-22T17:04:55+00:00</lastmod>
</sitemap>
</sitemapindex>

baghdad4ever 04-27-2008 05:55 AM

Quote:

Originally Posted by iojam (Post 1499368)
baghdad4ever,

This is not related to the location on vbseo_sitemap/ folder.

i disallow google spider from vb folder which is contain vbseo folder

so how it download the sitemap parts which is present inside vbseo folder??

this is my question and because this i want to move vbseo folder to archive

thanks

iojam 04-29-2008 12:22 AM

MissKalunji,

you can submit it here: http://siteexplorer.search.yahoo.com/


forumbust,

that is ok, you can submit sitemap to Google now.


baghdad4ever,

vBSEO Sitemap Generator doesn't allow that and I wouldn't suggest that.

Riccardo83 05-01-2008 06:24 AM

Does it work with vb 3.70 ?


All times are GMT. The time now is 03:37 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.02367 seconds
  • Memory Usage 1,834KB
  • 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
  • (3)bbcode_code_printable
  • (16)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