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: 6
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: 3
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: 6
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: 16 hanene.mourey User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 4 h 38 m 29 sec
Reputation Power: 0
Send a message via Google Talk to hanene.mourey
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!
 
Create the Optimal Architecture for your Critical Applications
Warburton's the largest independently owned bakery in the UK faced a number of difficult challenges in providing the most robust yet efficient IT infrastructure for their organization's success. IBM's services combined with their xSeries servers created the perfect platform for their SAP environment with sufficient flexibility, and did so in very time effective fashion.

Request Your Free Technology Downloads!
 
Five Best Practices for Deploying a Successful Service-Oriented Architecture
This white paper describes the benefits you can expect with SOA, and how IBM can help take your business there.

Request Your Free Technology Downloads!
 
Gartner Magic Quadrant for Application Delivery Controllers
Gartner summarizes its view on Application Delivery Controllers, evaluates strengths and weaknesses of solutions, and provides Magic Quadrant reporting for a quick comparison across all vendors. Learn from Gartner how you can benefit from an all-in-one device like Citrix NetScaler that delivers the highest levels of availability, performance and security.

Request Your Free Technology Downloads!
 
Knowledge is Power
What you don't know can hurt you, and is likely costing you money and increasing your security risks during an era of scarce resources. This white paper proposes six key strategies that enterprise security managers can use to improve their network defense posture.

Request Your Free Technology Downloads!
 
Rationalizing the Multi-Tool Environment
The rationalized multi-tool approach is flexible, scalable and cost effective. It provides the necessary input to the IT service management business processes. It preserves prior investments in monitoring tools, empowers technologists to select the best tools with which to do their jobs, and enhances effective response to incidents.

Request Your Free Technology Downloads!
 

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




© 2003-2010 by Developer Shed. All rights reserved. DS Cluster 11 Hosted by Hostway
For more Enterprise Application Development news, visit eWeek