vBulletin SEO Forums

SEO

vBulletin Search Engine Optimization

Buy vBSEO Now! HACKER SAFE certified sites prevent over 99.9% of hacker crime.
ne nw
New vBSEO Discount Level for Network Builders Meet vBSEO Team in New York (Nov. 3rd & 4th) vBSEO 3.2.0 GOLD Has Landed Success with vBSEO = 600ore Web Visitors + $1400 in a Day! Crawlability Inc. Files for SEO Technology Patent
se sw

Add-on for vBadvanced Gallery URLs

This is a discussion on Add-on for vBadvanced Gallery URLs within the Feature Requests forums, part of the vBSEO Google/Yahoo Sitemap category; Progress , but there is still a couple of problems. The URLs get added to the files, but the showimage.php ...

Go Back   vBulletin SEO Forums > vBSEO Google/Yahoo Sitemap > Feature Requests

Enhancing 80 million pages.

Register FAQ Members List Social Groups Calendar Search Today's Posts Mark Forums Read

Reply

 

LinkBack Thread Tools
  #16  
Old 07-11-2006, 12:14 PM
Junior Member
Big Board Administrator
 
Real Name: Joe
Join Date: Oct 2005
Posts: 28
Talking Re: Add-on for vBadvanced Gallery URLs

Progress , but there is still a couple of problems.
The URLs get added to the files, but the showimage.php URLs are missing the 'i=' part
For example:
Code:
http://gallery.wirelessadvisor.com//showimage.php?900

should be
Code:
http://gallery.wirelessadvisor.com/showimage.php?i=900


I see where to add that in your php file, but I wanted to point it out for other people who want to use this.

Also the URLs added have that double forward slash // can I just remove the trailing forward slash from $gallery_url ?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #17  
Old 07-11-2006, 01:03 PM
Mert Gökçeimam's Avatar
vBSEO.com Webmaster
vBSEO Total Customer SupportvBulletin HackerBig Board Administrator
 
Real Name: Lizard King
Join Date: Oct 2005
Location: Istanbul
Posts: 7,542
Blog Entries: 3
Send a message via MSN to Mert Gökçeimam
Re: Add-on for vBadvanced Gallery URLs

Quote:
Originally Posted by Ocean
Progress , but there is still a couple of problems.
The URLs get added to the files, but the showimage.php URLs are missing the 'i=' part
For example:
Code:
http://gallery.wirelessadvisor.com//showimage.php?900

should be
Code:
http://gallery.wirelessadvisor.com/showimage.php?i=900


I see where to add that in your php file, but I wanted to point it out for other people who want to use this.

Also the URLs added have that double forward slash // can I just remove the trailing forward slash from $gallery_url ?
Thanks for pointing that

The correct one shall be
Code:
<?php
	# vbSEO Google Sitemap Generator - PhotoPost vbGallery Add On.
	# Written by Lizard King (http://www.ayyas.com)
	# Full HTTP path to your gallery root (without trailing forwardslash ex: 'http://www.ayyas.com/galeri'; )
	$gallery_url = 'http://www.ayyas.com/galeri';
	
	$mods = $db->query("SELECT catid,title FROM " . TABLE_PREFIX . "adv_gallery_categories ORDER BY `displayorder`");
	while ($mod = $db->fetch_array($mods))
	{	
		$url = $gallery_url.'/browseimages.php?c='.$mod['catid'];

		if(VBSEO_ON)
			$url = vbseo_any_url($url);

  		vbseo_add_url($url, 1.0, '', 'daily');
	}

	$mods = $db->query_read('SELECT imageid,dateline FROM ' . TABLE_PREFIX . 'adv_gallery_images');
	while ($mod = $db->fetch_array($mods))
	{	
		$url = $gallery_url.'/showimage.php?i='.$mod['imageid'];

		if(VBSEO_ON)
			$url = vbseo_any_url($url);
  		vbseo_add_url($url, 1.0, '', 'daily');
	}
?>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #18  
Old 07-11-2006, 02:13 PM
Junior Member
Big Board Administrator
 
Real Name: Joe
Join Date: Oct 2005
Posts: 28
Thumbs up Re: Add-on for vBadvanced Gallery URLs

It works great now. Thank you for making this!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #19  
Old 07-18-2006, 08:19 PM
Junior Member
Big Board Administrator
 
Real Name: Joe
Join Date: Oct 2005
Posts: 28
Question Re: Add-on for vBadvanced Gallery URLs

deleted
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #20  
Old 07-18-2006, 08:21 PM
Keith Cohen's Avatar
vBSEO Staff
vBSEO Total Customer SupportBig Board Administrator
 
Real Name: Keith Cohen
Join Date: Jul 2005
Location: Raleigh, NC USA
Posts: 6,265
Blog Entries: 1
Re: Add-on for vBadvanced Gallery URLs

Ah yes, you have your Gallery on another domain. You'll have to add it to a separate Google Webmaster entry. You would need to find some way to separate the Gallery URLs into their own sitemap file(s).
__________________
Keith Cohen / Crawlability Inc.
vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.


My Personal Sites: My Blog | GPS Discussion Forum
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #21  
Old 07-18-2006, 08:26 PM
Junior Member
Big Board Administrator
 
Real Name: Joe
Join Date: Oct 2005
Posts: 28
Question Re: Add-on for vBadvanced Gallery URLs

I have run into a new problem with the Gallery URLs. After they are submitted to Google, I get this error in my account for each one:

Quote:
This url is not allowed for a Sitemap at this location.

URL not allowed


Google has detected some URLs that appear to be at a higher level or different domain than the Sitemap file location. If you receive this error, try moving your Sitemap file to a higher location in your site and submitting again. For instance, if your Sitemap is listed under http://www.example.com/mysite/sitemap.xml, the following URLs are not valid for that sitemap
  • http://www.example.com/ - it's at a higher level than the Sitemap
  • http://www.example.com/yoursite/ - it's in a directory parallel to the Sitemap
The problem is my sitemap files are under
http://forums.wirelessadvisor.com
(gallery URLs are appended to these sitemap files)

while the Gallery URLs are all under
http://gallery.wirelessadvisor.com

Any idea how to resolve this issue?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #22  
Old 07-18-2006, 08:27 PM
Keith Cohen's Avatar
vBSEO Staff
vBSEO Total Customer SupportBig Board Administrator
 
Real Name: Keith Cohen
Join Date: Jul 2005
Location: Raleigh, NC USA
Posts: 6,265
Blog Entries: 1
Re: Add-on for vBadvanced Gallery URLs

See my previous reply.
__________________
Keith Cohen / Crawlability Inc.
vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.


My Personal Sites: My Blog | GPS Discussion Forum
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #23  
Old 07-18-2006, 08:28 PM
Keith Cohen's Avatar
vBSEO Staff
vBSEO Total Customer SupportBig Board Administrator
 
Real Name: Keith Cohen
Join Date: Jul 2005
Location: Raleigh, NC USA
Posts: 6,265
Blog Entries: 1
Re: Add-on for vBadvanced Gallery URLs

Or, you could convert everything over to www.wirelessadvisor.com.

Home: http://www.wirelessadvisor.com
Forums: http://www.wirelessadvisor.com
Gallery: http://www.wirelessadvisor.com/gallery
__________________
Keith Cohen / Crawlability Inc.
vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.


My Personal Sites: My Blog | GPS Discussion Forum
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #24  
Old 07-18-2006, 08:31 PM
Junior Member
Big Board Administrator
 
Real Name: Joe
Join Date: Oct 2005
Posts: 28
Re: Add-on for vBadvanced Gallery URLs

Actually, physically on the server that is already my directory structure.

Last edited by Ocean; 11-25-2006 at 07:30 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #25  
Old 07-18-2006, 08:35 PM
Keith Cohen's Avatar
vBSEO Staff
vBSEO Total Customer SupportBig Board Administrator
 
Real Name: Keith Cohen
Join Date: Jul 2005
Location: Raleigh, NC USA
Posts: 6,265
Blog Entries: 1
Re: Add-on for vBadvanced Gallery URLs

True, I remember that now. You could just change your gallery URL to:

http://forums.wirelessadvisor.com/gallery
__________________
Keith Cohen / Crawlability Inc.
vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.


My Personal Sites: My Blog | GPS Discussion Forum
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #26  
Old 07-18-2006, 08:43 PM
Junior Member
Big Board Administrator
 
Real Name: Joe
Join Date: Oct 2005
Posts: 28
Re: Add-on for vBadvanced Gallery URLs

I don't think that will work either because then those URLs actually resolve to:
http://www.wirelessadvisor.com/forums/gallery which doesn't exist.

the /forums/ and /gallery/ directories are parallel.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #27  
Old 07-18-2006, 08:46 PM
Keith Cohen's Avatar
vBSEO Staff
vBSEO Total Customer SupportBig Board Administrator
 
Real Name: Keith Cohen
Join Date: Jul 2005
Location: Raleigh, NC USA
Posts: 6,265
Blog Entries: 1
Re: Add-on for vBadvanced Gallery URLs

Ahhh yes. Quite the conumdrum.

Might be time to try to consolidate your CT server.
__________________
Keith Cohen / Crawlability Inc.
vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.


My Personal Sites: My Blog | GPS Discussion Forum
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #28  
Old 07-19-2006, 04:29 AM
Mert Gökçeimam's Avatar
vBSEO.com Webmaster
vBSEO Total Customer SupportvBulletin HackerBig Board Administrator
 
Real Name: Lizard King
Join Date: Oct 2005
Location: Istanbul
Posts: 7,542
Blog Entries: 3
Send a message via MSN to Mert Gökçeimam
Re: Add-on for vBadvanced Gallery URLs

This is my structure and everythşng is working pretty good.
the only difference is my forum is www.mysite.com/forum.html
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #29  
Old 07-19-2006, 06:10 PM
Junior Member
Big Board Administrator
 
Real Name: Joe
Join Date: Oct 2005
Posts: 28
Re: Add-on for vBadvanced Gallery URLs

Is it possible to have this add-on create a separate .xml.gz sitemap file that contains only the Gallery URLs? And, write that file to a specified directory?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #30  
Old 07-19-2006, 06:32 PM
Mert Gökçeimam's Avatar
vBSEO.com Webmaster
vBSEO Total Customer SupportvBulletin HackerBig Board Administrator
 
Real Name: Lizard King
Join Date: Oct 2005
Location: Istanbul
Posts: 7,542
Blog Entries: 3
Send a message via MSN to Mert Gökçeimam
Re: Add-on for vBadvanced Gallery URLs

Quote:
Originally Posted by Ocean View Post
Is it possible to have this add-on create a separate .xml.gz sitemap file that contains only the Gallery URLs? And, write that file to a specified directory?
I am not sure about it. I will give it a try but it may be though to accomplish.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
Sitemap generating a lot more urls poprulz Troubleshooting 13 02-28-2007 05:15 PM
Google Sitemap-Listing of old url's option-from 1.7 T2DMan Member Articles 0 04-02-2006 09:46 AM
what to do with old urls? Jonathan General Discussion 6 08-04-2005 04:57 PM


All times are GMT -4. The time now is 10:43 AM.


Powered by vBulletin Version 3.8.0 Beta 3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.5 ©2008, Crawlability, Inc.