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)

New-Age 05-02-2009 05:46 AM

Originally Posted by New-Age View Post

The below was sent to me however when I click the link http://www.new-age.net.au/forums/ind...vbseo_sitemap/

It directs me to my forum page less some images -
Is this normal?

No. What do you mean it was sent to you? By what or whom?

By email from below:

vBSEO(TM) c 2005-2009 Crawlability, Inc.
http://www.crawlability.com/vbseo
http://www.vbseo.com



Originally Posted by New-Age View Post

The vBSEO Google/Yahoo Sitemap has been successfully generated for your vBulletin forums at:
New Age Forums (http://www.new-age.net.au/forums/index.php)

This is the link you use and report to Google, etc.

However, the actual location will be redirected by an .htaccess file mod_rewrite. Did you add the required lines to your .htaccess file?

I could not find the .htaccess file in my files of vBulletin Forum so I uploaded the htaccess file
from the htaccess folder in vbseo_sitemap- 2-5



:confused:

iojam 05-03-2009 09:35 AM

Black Tiger,

yes, you should apply the same fix.

Chris!,

you can try to create robots.txt file in domain root with:
User-agent: *
Disallow: /external.php

Black Tiger 05-03-2009 12:04 PM

Thanks Chris.
But it would be very nice if the files too would be upgraded so with the next upgrade everything will go ok.;)

Come2Daddy 05-03-2009 09:04 PM

I don't get it.

Actually, I installed it so my forums urls would change into .html instead of .php
but I don't see niether this nor vbseo brand on the footer of my forum

is my situation as it should be?? or I should install some other plugins??

djbaxter 05-03-2009 09:26 PM

Quote:

Originally Posted by Come2Daddy (Post 1803915)
I don't get it.

Actually, I installed it so my forums urls would change into .html instead of .php
but I don't see niether this nor vbseo brand on the footer of my forum

is my situation as it should be?? or I should install some other plugins??

This isn't vBSEO - that is a paid product you can find at http://www.vbseo.com

This is a free and independent add-on by the people who created vBSEO. All it does it generate sitemaps for search engines. It doesn't rewrite URLS or do anything else except the sitemap.

Come2Daddy 05-03-2009 10:55 PM

Quote:

Originally Posted by djbaxter (Post 1803933)
This isn't vBSEO - that is a paid product you can find at http://www.vbseo.com

This is a free and independent add-on by the people who created vBSEO. All it does it generate sitemaps for search engines. It doesn't rewrite URLS or do anything else except the sitemap.

I see

thank u buddy :)

vbplusme 05-04-2009 09:44 AM

I am wondering what the recommended "exclude" list is for this sitemap? How does it handle/manage duplicate content?

Ogmuk 05-08-2009 12:48 PM

For those without Apache, ISAPI_Rewrite 3 Lite's httpd.conf can block direct access to the data directory this way:
Code:

#Deny all
RewriteCond %{REQUEST_URI} ^/forum/vbseo_sitemap/data/
RewriteRule .? - [F]


The thing works fine on my test forum but I'm getting an error when running it on my live server:
Code:

[create sitemap file] filename: sitemap_27.xml.gz, number of urls: 19334 [3,470.2Kb mem used] [291s (+0s)]
[create sitemap in text format] part #28 [3,470.1Kb mem used] [291s (+0s)]
[create sitemap index] filename: sitemap_index.xml.gz, number of sitemaps: 27 [3,474.4Kb mem used] [291s (+0s)]

Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 36363178 bytes) in C:\Inetpub\vhosts\mydomain.com\httpdocs\forum\vbseo_sitemap\vbseo_sitemap_functions.php on line 1537


I'll try increasing the PHP Memory Limit in php.ini.


EDIT: Yeah, it worked fine when increasing the memory to 48mb.

I'm pretty sure it's being caused by urllist.txt.gz, which is precisely that size. No way to make it create it in parts and then, when it's done, merge the parts together? That way it would work for those who do not have access to php.ini. This way I'll need to keep increasing my memory as my board gets bigger.

Bug:
Quote:

Generate Yahoo-Compatible Text Sitemap
Select "Yes" to automatically generate a text format sitemap with 1 URL per line.

This text sitemap must be manually submitted to Yahoo at http://submit.search.yahoo.com/free/request/.
Should be: https://siteexplorer.search.yahoo.com/submit?


Feedback:
MSN is not listed as bot in Sitemap Downloads Log: msnbot-webmaster/1.0 (+http://search.msn.com/msnbot.htm)

hamid.park 05-09-2009 08:46 AM

i have installed this Mod , But When I want to submit sittemaps , i Got 403 Forbiden error .
I Have Copyed Sotemaps to Forums Root Folder , But Then I Got 404 Can not Find error .
When I Type Sitemapp Url In Broeser It Will Open , But Gogle return 404 . Why this Happen ?!
data folder is 777

Ogmuk 05-09-2009 09:31 AM

You shouldn't copy or move the data to the forum root. That's what the htaccess is for:

Quote:

Note: If you already have an .htaccess file in your forum root, DO NOT upload the vBSEO Google/Yahoo Sitemap .htaccess file as it will replace the contents of this file. Instead, enter the following code in your 'forum-root/.htaccess' file at the bottom:

RewriteEngine On
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
If you have IIS instead of Apache, then use ISAPI_Rewrite 3 Lite but since you're getting forbidden errors it looks like the htaccess files are working for you. Once you submit, then use this link: http://www.yourdomain.com/forum/sitemap_index.xml.gz - and not http://www.yourdomain.com/forum/vbseo_sitemap/data/sitemap_index.xml.gz - because that will give a forbidden error. The first link will redirect the search engine to the second link (because of the htaccess file) and it will not give a forbidden error.


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