954,355 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Site map for Google

I am writting a site map for Google with the notepad with this format:
<?xml version="1.0" encoding="UTF-8"?>
< urlset xmlns="http://www.google.com/schemas/sitemap/0.84">
< url >
< loc >http://www.example.com/

I would to know if is there any place online, where I can create the sitemap?

Jhon100
Junior Poster in Training
95 posts since Oct 2006
Reputation Points: 10
Solved Threads: 0
 
stymiee
He's No Good To Me Dead
Moderator
3,360 posts since May 2006
Reputation Points: 161
Solved Threads: 38
 

Thanks Jhon. This site is very good http://www.xml-sitemaps.com/ alghotught has a Maximum for 500 pages in sitemap. Is tired to write the code manually.

Jhon100
Junior Poster in Training
95 posts since Oct 2006
Reputation Points: 10
Solved Threads: 0
 

If your site is dynamic making a sitemap that updates itself is very handy. I have a site with articles, blog, and forums and I never have to update my sitemap because new pages are automatically added dynamically.

stymiee
He's No Good To Me Dead
Moderator
3,360 posts since May 2006
Reputation Points: 161
Solved Threads: 38
 
If your site is dynamic making a sitemap that updates itself is very handy. I have a site with articles, blog, and forums and I never have to update my sitemap because new pages are automatically added dynamically.


I always send site map to google when I create news URLS
Could you explain me, how can I automatically added dynamically new pages?

Jhon100
Junior Poster in Training
95 posts since Oct 2006
Reputation Points: 10
Solved Threads: 0
 

A sitemap can be generated by PHP or any server-side language. If your conten6t is in database you just have to pull it out and create the XML dynamically. A few lines of PHP can add thousands of pages to a sitemap. Then every time new content is added to your database it automatically is added to your sitemap.

stymiee
He's No Good To Me Dead
Moderator
3,360 posts since May 2006
Reputation Points: 161
Solved Threads: 38
 

You don't need to be manually resubmitting a sitemap either. Google automatically checks your sitemap file multiple times daily.

cscgal
The Queen of DaniWeb
Administrator
19,421 posts since Feb 2002
Reputation Points: 1,474
Solved Threads: 229
 
A sitemap can be generated by PHP or any server-side language. If your conten6t is in database you just have to pull it out and create the XML dynamically. A few lines of PHP can add thousands of pages to a sitemap. Then every time new content is added to your database it automatically is added to your sitemap.


I'm going to create a sitema by Asp.
Thanks for your help

Jhon100
Junior Poster in Training
95 posts since Oct 2006
Reputation Points: 10
Solved Threads: 0
 

I'm getting this error:
Warning: fopen(/home/pandeblog/domains/pandeblog.net/public_html/sitemap.bb.xml) [function.fopen]: failed to open stream: Permission denied in /home/domain/domains/domain.net/public_html/foros/my-plugins/bbpress_sitemap.php on line 154
Warning: fwrite(): supplied argument is not a valid stream resource in /home/domain/domains/domain.net/public_html/foros/my-plugins/bbpress_sitemap.php on line 167

Can anyone help

Candy_ME
Junior Poster in Training
65 posts since Mar 2007
Reputation Points: 10
Solved Threads: 0
 

You may want to consult the author of the plug-in as they will know much better then we will as they know their code and we don't.

stymiee
He's No Good To Me Dead
Moderator
3,360 posts since May 2006
Reputation Points: 161
Solved Threads: 38
 

Make sure the file /home/pandeblog/domains/pandeblog.net/public_html/sitemap.bb.xml exists and everyone has read access to it.

cscgal
The Queen of DaniWeb
Administrator
19,421 posts since Feb 2002
Reputation Points: 1,474
Solved Threads: 229
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You