Google Optimization
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
Go Back   SEO Chat ForumsGoogleGoogle Optimization

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread SEO Chat Forums Sponsor:
  #1  
Old August 26th, 2008, 08:02 AM
turboblast turboblast is offline
Registered User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Aug 2008
Posts: 5 turboblast User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 56 m 38 sec
Reputation Power: 0
Sitemap Generation

I am trying to generate a sitemap for my entire site using a php sitemap generator. I have tried two or three on the recommended list by google. They all seem to have the same problem which is this: They work fine for my main pages and blog, but when it comes to the forum (phpbb) and gallery (coppermine) they get bogged down into way to many entries.

Let me give you an example, I created a test phpbb forum with 1 forum, 2 threads and 3 posts. The generated sitemap had 28 entries (200 lines). There are many repetitive entries. The gallery had 2 albums and 6 pictures. It generated 186 entries with over 1100 lines in the site map.

I believe since the coppermine + phpbb are challenging to generate sitemaps for, these applications have homegrown sitemap generators, but I am looking for one overall sitemap application.

Do you have any suggestions for a sitemap generation that can handle this? I am really new to this xml sitemap generation and appreciate any help or suggestions.

Reply With Quote
  #2  
Old August 26th, 2008, 09:13 AM
paulsheff paulsheff is offline
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Aug 2005
Location: Here
Posts: 91 paulsheff User rank is Corporal (100 - 500 Reputation Level)paulsheff User rank is Corporal (100 - 500 Reputation Level)paulsheff User rank is Corporal (100 - 500 Reputation Level)paulsheff User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 1 Day 1 h 4 m 46 sec
Reputation Power: 5
Send a message via MSN to paulsheff
Hi Turbo

What's you experience of hand coding php yourself? If you can edit your htaccess file you can fake an xml file outputted from a custom php file you write (which can output a text/xml header for you) to pull out exactly what you want from your database.
__________________
Said Ello Optimistically...

Reply With Quote
  #3  
Old August 26th, 2008, 09:19 AM
turboblast turboblast is offline
Registered User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Aug 2008
Posts: 5 turboblast User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 56 m 38 sec
Reputation Power: 0
I have done some php coding but was still hoping to find something ready to go out there.

I think if I was to look at coding something I would look at one of the php scripts and modify it to eliminate most of the redundant links generated when crawling the coppermine gallery + phpbb forum.

Quote:
If you can edit your htaccess file you can fake an xml file outputted from a custom php file you write
- can you explain more, not quite sure I follow.

Reply With Quote
  #4  
Old August 26th, 2008, 10:32 AM
GroupWebmaster GroupWebmaster is offline
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Sep 2007
Posts: 52 GroupWebmaster User rank is Lance Corporal (50 - 100 Reputation Level)GroupWebmaster User rank is Lance Corporal (50 - 100 Reputation Level)GroupWebmaster User rank is Lance Corporal (50 - 100 Reputation Level) 
Time spent in forums: 20 h 23 m 20 sec
Reputation Power: 2
Use GSiteCrawler... it's quick and painless and generates sitemaps for both .xml and urllist.txt (Google/Yahoo).

Reply With Quote
  #5  
Old August 26th, 2008, 05:18 PM
paulsheff paulsheff is offline
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Aug 2005
Location: Here
Posts: 91 paulsheff User rank is Corporal (100 - 500 Reputation Level)paulsheff User rank is Corporal (100 - 500 Reputation Level)paulsheff User rank is Corporal (100 - 500 Reputation Level)paulsheff User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 1 Day 1 h 4 m 46 sec
Reputation Power: 5
Send a message via MSN to paulsheff
Quote:
Originally Posted by turboblast
I have done some php coding but was still hoping to find something ready to go out there.

I think if I was to look at coding something I would look at one of the php scripts and modify it to eliminate most of the redundant links generated when crawling the coppermine gallery + phpbb forum.

- can you explain more, not quite sure I follow.


In your htaccess put

Code:
Options +FollowSymlinks
RewriteEngine on

# Fake XML sitemap
RewriteRule ^sitemap\.xml$ /sitemap.php [L]


That way when you access yoursite.com/sitemap.xml it'll output whatever sitemap.php contains. In the header of sitemap.php put

PHP Code:
<?php
header
('Content-type: text/xml');
?>


which'll tell your browser the nature of the file and Google will read it like a static file. You can then build the file from the database on the fly.

PHP Code:
echo "<url>\r\n";
echo 
"<loc>http://www.yoursite.com/</loc>\r\n";
echo 
"<priority>0.5</priority>\r\n";
echo 
"<changefreq>daily</changefreq>\r\n";
echo 
"</url>\r\n"


pulling out whatever addresses you want to show.

Reply With Quote
  #6  
Old August 27th, 2008, 12:14 AM
hanene.mourey hanene.mourey is offline
Registered User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Aug 2008
Posts: 15 hanene.mourey User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 4 h 24 m 52 sec
Reputation Power: 0
Send a message via Google Talk to hanene.mourey
Orkut
Exactly, Use Google Site map... it's quick generates site maps for both .xml and urllist.txt

You will see the generated sitemap details page, including number of pages, broken links list, XML file content and link to a compressed sitemap.

Reply With Quote
Reply

Viewing: SEO Chat ForumsGoogleGoogle Optimization > Sitemap Generation


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump



 Free IT White Papers!
 
How to Present Effectively Online
This white paper offers practical and actionable advice on the key steps that any presenter should consider as they plan and execute a Webinar or online meeting.

Request Your Free Technology Downloads!
 
Open Source Security Myths
Open Source Software (OSS) is computer software whose source code is available to the general public with relaxed or non-existent intellectual property restrictions (or arrangement such as the public domain), and is usually developed with the input of many contributors.

Request Your Free Technology Downloads!
 
Power and Cooling Capacity Management for Data Centers
This paper describes the principles for achieving power and cooling capacity management.

Request Your Free Technology Downloads!
 
Scalable, Fault-Tolerant NAS for Oracle - The Next Generation
For several years NAS has been evolving as a storage alternative for Oracle databases, and for good reason: NAS is quite often the simplest, most cost-effective storage approach for Oracle. Learn about the benefits that HP's approach to scalable NAS brings to Oracle environments in this comprehensive white paper.

Request Your Free Technology Downloads!
 
Understanding Web Application Security Challenges
This white paper discusses many common threats and preventive measures for Web application security, and explains what you can do to help protect your organization.

Request Your Free Technology Downloads!
 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2009 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway
Stay green...Green IT