Contact Us Forum Rules Search Archive
WebProWorld Part of WebProNews.com
Page One Link To Us Edit Profile Private Messages Archives FAQ RSS Feeds  
 

Go Back   WebProWorld > Webmaster, IT and Security Discussion > Web Programming Discussion Forum
Subscribe to the Newsletter FREE!


Register FAQ Members List Calendar Arcade Chatbox Mark Forums Read

Web Programming Discussion Forum Working with an API? Developing a plugin? Writing a Mod or script for your favorite blog, Web 2.0 site or Forum? Welcome.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 08-03-2006, 04:09 PM
WebProWorld New Member
 

Join Date: Aug 2006
Location: New Hampshire
Posts: 0
hampsteadanimalhospital RepRank 0
Default Oracle Dynamic VS Static websites

Google requires a sitemap.xml. I have been told that it is not possible to set up such a page in a dynamic website.

What can be done to make google find the site. If I type my name into the google ...

Is it necessary to have doctype on the home page.
__________________
www.hampsteadanimalhospital.com
Reply With Quote
  #2 (permalink)  
Old 08-03-2006, 04:14 PM
Vectorman211's Avatar
WebProWorld Member
 

Join Date: Jul 2006
Posts: 89
Vectorman211 RepRank 2
Default

sitemap.xml is not required for google to spider your site. It provides additional features you may be interested in, however. There is not reason why the wouldn't work w/ a dynamic site either.

Here's everything you ever need to know about google sitemaps:

http://www.smart-it-consulting.com/article.htm?node=133
Reply With Quote
  #3 (permalink)  
Old 08-03-2006, 06:31 PM
wige's Avatar
Moderator
WebProWorld Moderator
 

Join Date: Jun 2006
Location: United States
Posts: 1,840
wige RepRank 4wige RepRank 4wige RepRank 4wige RepRank 4
Default

From a development standpoint, doctype can be of benefit, especially if you have a lot of CSS as it forces most browsers into a more standards compliant mode.

As far as getting dynamic pages into a sitemap file, I take it you are looking at a sitemap generator that you install and run on your web server. Most of these programs have two modes that determine how they find the files on your site. The first option is file scan (or something similar), which is a quick and efficient method of indexing static pages on the server by simply scanning the files in the root web directory and subdirectories.

The second option is web crawl. For that option, the program will crawl your site like a search engine spider, using the links in your site to find the pages. This takes longer because the web server has to process each page, and the sitemap program has to process the data rather than just generating a list of files, but it will allow you to create a sitemap of your dynamic pages.
Reply With Quote
  #4 (permalink)  
Old 08-03-2006, 10:35 PM
Vectorman211's Avatar
WebProWorld Member
 

Join Date: Jul 2006
Posts: 89
Vectorman211 RepRank 2
Default

doctype declaration is imperative IMHO.

Example:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
__________________
http://www.wis-tech.net
Reply With Quote
  #5 (permalink)  
Old 08-04-2006, 09:42 AM
chadhaajay's Avatar
WebProWorld Pro
 

Join Date: Dec 2003
Location: INDIA
Posts: 165
chadhaajay RepRank 1
Default Answers

Hello,

First of all let me clarify a few things to you. You might be either "unaware" or "misguided" by some one about the dynamic generation of google sitemap.

First of all, it is possible to generate Google Sitemap of Dynamic websites whenever you want. We have this feature "Google Sitemap Generator" in our software "PHPKB Knowledge Base Software". If you would like to check its working then you are most welcome to try the online hosted demo version of PHPKB Software.

Article: Google Sitemap Generator for Dynamic Content Resource Websites built using PHPKB
URL: http://www.knowledgebase-script.com/...tion.php?ID=69

Secondly, sitemap is not at all required for your website to be indexed by google or other search engines. It is advised to have a sitemap so that search engines can crawl all the pages of your website specificed in the sitemap file. there are some other benefits as well of using sitemap file but this is not true that without a sitemap, google won't index your website. However since you say that your website has dynamically generated pages so it might not be possible to create sitemap file for each new content. There you need some sitemap generator with which you can create sitemap whenever you want for submission to google, yahoo or other search engines.

Thirdly, It is always advised to have a DOCTYPE declared at the top of every webpage even if it is being generated dynamically.

Example: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

Kind Regards,

Ajay Chadha (Director)
Chadha Software Technologies
Reply With Quote
  #6 (permalink)  
Old 08-04-2006, 03:09 PM
WebProWorld Member
 

Join Date: Aug 2004
Posts: 63
ticketauction RepRank 0
Default

Does anyone know of a good program or script to create a sitemap for a dynamic driven site with over 50,000+ pages of content that change fairly often?
__________________
http://www.ticket-auction.net Tickets Auctions at Ticket Auction net - Find sold out sports tickets, premium concert tickets, hard to get theater tickets and more.
Reply With Quote
  #7 (permalink)  
Old 08-05-2006, 02:12 AM
chadhaajay's Avatar
WebProWorld Pro
 

Join Date: Dec 2003
Location: INDIA
Posts: 165
chadhaajay RepRank 1
Default

Hello ticketauction,

I'd suggest you to progra your own sitemap generator module for your dynamic content website. It is not difficult to program such a module. All you have to do is create a script that will query your database for content, create their respective URLs and put them in XML tags required by google sitemaps.

Thats all what is involved....!

Sincerely,

Ajay Chadha (Director)
Chadha Software Technologies
Reply With Quote
  #8 (permalink)  
Old 08-08-2006, 04:34 PM
incrediblehelp's Avatar
Moderator
WebProWorld Moderator
 

Join Date: Jan 2004
Location: Live in Cincy Now
Posts: 7,702
incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4
Default

Quote:
Originally Posted by ticketauction
Does anyone know of a good program or script to create a sitemap for a dynamic driven site with over 50,000+ pages of content that change fairly often?
More on Google Sitemap Generators from Google themsleves:

http://www.google.com/webmasters/sit...generator.html
Reply With Quote
Reply

  WebProWorld > Webmaster, IT and Security Discussion > Web Programming Discussion Forum
Tags: , , ,



Thread Tools
Display Modes

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
Trackbacks are On
Pingbacks are On
Refbacks are On


Search Engine Optimization by vBSEO 3.2.0