Welcome, Guest. Please login or register.
Did you miss your activation email?
May 26, 2012, 05:48:22 AM

Login with username, password and session length
Search:     Advanced search
Interested in joining the WebsiteBaker team?
For more Information read here or on our new website.
155533 Posts in 21713 Topics by 7739 Members
Latest Member: audillino
* Home Help Search Login Register
Pages: 1 ... 5 6 [7] 8   Go Down
Print
Author Topic: [module] Google sitemap.xml Generator  (Read 61865 times)
sky writer

Offline Offline

Posts: 285



« Reply #150 on: February 28, 2010, 05:19:58 PM »

Sign in to your Google Account
Go to - Settings - Webmaster Tools
Choose the website you want to add the map to
Click - Site Configuration - Sitemaps
Click "Submit a Sitemap", enter "google_sitemap.php"

Hope this helps.
Logged
SickBoy75

Offline Offline

Posts: 16


« Reply #151 on: February 28, 2010, 09:41:54 PM »

PERFECT!!!!

Thanks a lot.
Logged
zarathustra.at

Offline Offline

Posts: 56


« Reply #152 on: March 07, 2010, 05:07:09 PM »

I think I just found a bug, which has been introduced with version 1.5.2 (1.5 is doing as it should).

I'm using a page with bakery and this is the only output of the 1.5.2 sitemap file:

Code:
<urlset>
−<url>
<loc>http://www.vitagil.at/pages/bakery/jxl-4.php</loc>
<lastmod>2010-03-05</lastmod>
<changefreq>weekly</changefreq>
<priority>0.5</priority>
</url>
−<url>
-<loc>
http://www.vitagil.at/pages/bakery/go-relaxed-warm-up-75ml-5.php
</loc>
<lastmod>2010-03-05</lastmod>
<changefreq>weekly</changefreq>
<priority>0.5</priority>
</url>
−<url>
−<loc>
http://www.vitagil.at/pages/bakery/sashas-blend---250g-6.php
</loc>
<lastmod>2010-03-05</lastmod>
<changefreq>weekly</changefreq>
<priority>0.5</priority>
</url>
−<url>
−<loc>
http://www.vitagil.at/pages/bakery/sashas-blend---100g-7.php
</loc>
<lastmod>2010-03-05</lastmod>
<changefreq>weekly</changefreq>
<priority>0.5</priority>
</url>
</urlset>

The output of the 1.5 file on AMASP you can find at http://www.vitagil.at/google_sitemap.php
Logged
craigmollekin

Offline Offline

Posts: 4


« Reply #153 on: April 03, 2010, 01:54:35 AM »

Hi,

I'm using the 1.5.2 version.  I do exactly as instructed - unzip the file and upload it the root of my website.  I then submit the file to Google through their Webmaster tools.  But I keep getting the following message.  Am I missing a part of the process out or something?:-

Paths don't match
We've detected that you submitted your Sitemap using a URL path that includes the www prefix (for instance, http://www.example.com/sitemap.xml). However, the URLs listed inside your Sitemap don't use the www prefix (for instance, http://example.com/myfile.htm).

Any help would be appreciated.

Thanks,

Craig
Logged
craigmollekin

Offline Offline

Posts: 4


« Reply #154 on: April 03, 2010, 02:36:43 AM »

I figure it out.  When submitting the URL for my website into Google, I added www when I should have just left it off.
Logged
Xagone
AddOn Development
*
Offline Offline

Posts: 478



WWW
« Reply #155 on: May 14, 2010, 03:59:42 PM »

i've done some mod on mysql command that wasn't optimals.

and if you had no menulinks, there was an error
Logged

Xagone Inc. (formerly VotreEspace)
http://www.xagone.com/
MurgtalNet

Offline Offline

Posts: 15


WWW
« Reply #156 on: May 20, 2010, 06:39:55 AM »

If a problem when renamed admin-dir.

replace the Line 69
Code:
require_once(WB_PATH."/admin/interface/version.php");

with
Code:
require_once(ADMIN_PATH."/interface/version.php");

greetings
Logged
Xagone
AddOn Development
*
Offline Offline

Posts: 478



WWW
« Reply #157 on: May 20, 2010, 03:55:13 PM »

thanks for the founded bug

made the change, added a version, aknowledge you in the comments !

here it is.
Logged

Xagone Inc. (formerly VotreEspace)
http://www.xagone.com/
ircsurfer

Offline Offline

Posts: 19


« Reply #158 on: August 06, 2010, 03:07:48 AM »

I download this module and when i goto install it via the backend i get the following error

Invalid WebsiteBaker installation file. Please check the *.zip format

I am trying to get this installed on a fresh install of wb
Logged
Xagone
AddOn Development
*
Offline Offline

Posts: 478



WWW
« Reply #159 on: August 06, 2010, 03:16:40 AM »

it's not a module, it's a file, you uncompress the google_sitemap.php file within the zip and place it in your root right beside config.php
then this file need to be added at your robots.txt like that (exemple of an robots.txt)

Sitemap: http://www.yourdomain.com/google_sitemap.php

or you submit your site with the sitemap in some sites like :
Google Webmaster Tools : https://www.google.com/webmasters/tools/
Bing Tools : http://www.bing.com/webmaster/
Yahoo SiteExplorer : https://siteexplorer.search.yahoo.com/
« Last Edit: August 06, 2010, 03:18:30 AM by VotreEspace » Logged

Xagone Inc. (formerly VotreEspace)
http://www.xagone.com/
ircsurfer

Offline Offline

Posts: 19


« Reply #160 on: August 06, 2010, 03:21:00 AM »

i just was finding that out when i got the email. Its been so long since ive used this last that i didnt remember. Thank you for the quick response
Logged
comfort

Offline Offline

Posts: 48


« Reply #161 on: August 31, 2010, 02:01:25 PM »

Nice module, i just got 1 problem.
I get this in my website (20 urls like this).


<url>
   <loc>http://www.domain.nl.php</loc>
   <lastmod>2010-08-30</lastmod>
   <changefreq>weekly</changefreq>
   <priority>0.5</priority>
</url>

This happends on a WB Version 2.8.1 Revision 1287 with Bakery v1.5.6 PHP5 en MySQL5
 afro
« Last Edit: August 31, 2010, 02:03:29 PM by comfort » Logged
Xagone
AddOn Development
*
Offline Offline

Posts: 478



WWW
« Reply #162 on: August 31, 2010, 06:48:40 PM »

can you post you site ?
Logged

Xagone Inc. (formerly VotreEspace)
http://www.xagone.com/
comfort

Offline Offline

Posts: 48


« Reply #163 on: September 16, 2010, 08:39:13 AM »

http://www.unitedfashion.nl/sitemap.php
Logged
Xagone
AddOn Development
*
Offline Offline

Posts: 478



WWW
« Reply #164 on: September 16, 2010, 04:42:09 PM »

you are using using bakery, wich version? it seam to be the problems
Logged

Xagone Inc. (formerly VotreEspace)
http://www.xagone.com/
comfort

Offline Offline

Posts: 48


« Reply #165 on: September 17, 2010, 02:14:26 PM »

This happends on a WB Version 2.8.1 Revision 1287
with Bakery v1.5.6 PHP5 en MySQL5
Logged
Xagone
AddOn Development
*
Offline Offline

Posts: 478



WWW
« Reply #166 on: September 17, 2010, 02:17:04 PM »

the bakery version included in the google sitemap generator is unknown, but more than 1 year old... i'll see what I can do, but i never used bakery, the bakery part was done by the original maker of google_sitemap
Logged

Xagone Inc. (formerly VotreEspace)
http://www.xagone.com/
friedemann

Offline Offline

Posts: 24


« Reply #167 on: September 17, 2010, 05:30:00 PM »

Hi,

it is possible to implementing topics in the google_sitemap.php to display single topics with their urls, keywords etc., not only the general view?
And how is it possible - for a non-Coder?
Please, if somebody can do it - I think a lot of people would be grateful, not only me...

Greetings, Friedemann
Logged
Xagone
AddOn Development
*
Offline Offline

Posts: 478



WWW
« Reply #168 on: September 17, 2010, 05:33:32 PM »

For a non-coder it's not possible, right now somebody have to hard code any new module into the google sitemap.
Logged

Xagone Inc. (formerly VotreEspace)
http://www.xagone.com/
Ruud
WebsiteBaker Org e.V.

Offline Offline

Posts: 2296



WWW
« Reply #169 on: September 17, 2010, 10:27:47 PM »

Version 1.6.0

  • Added Topics (v0.6) support
  • Tested Bakery 1.5.6 - No issues, works fine for me.

Enjoy it.

Ruud
Logged

Professional WebsiteBaker Solutions
Ruud
WebsiteBaker Org e.V.

Offline Offline

Posts: 2296



WWW
« Reply #170 on: September 17, 2010, 10:42:26 PM »


[edit] Removed the solution for the bakery problem because of license violations [/edit]
« Last Edit: September 17, 2010, 11:06:42 PM by Ruud » Logged

Professional WebsiteBaker Solutions
Ruud
WebsiteBaker Org e.V.

Offline Offline

Posts: 2296



WWW
« Reply #171 on: September 17, 2010, 10:57:57 PM »

This happends on a WB Version 2.8.1 Revision 1287
with Bakery v1.5.6 PHP5 en MySQL5

Please confirm your websites to the license you agreed on when you downloaded WebsiteBaker.
http://www.websitebaker2.org/en/download/license.php

Quote
* keeping copyright notices in the source code of all files distributed with WebsiteBaker unchanged
* keeping the link: "WebsiteBaker is released under the GNU General Public License" in the footer of the backend unchanged and visible
Quote
Any violation of the license terms is expressly prohibited by law, and may result in severe civil and criminal penalties.

This means you cannot put your own copyright on the backend of your website and the websites you are selling!
Logged

Professional WebsiteBaker Solutions
friedemann

Offline Offline

Posts: 24


« Reply #172 on: September 18, 2010, 09:53:56 AM »

Version 1.6.0

  • Added Topics (v0.6) support
  • Tested Bakery 1.5.6 - No issues, works fine for me.


Many thanks! Works perfect.
Logged
Xagone
AddOn Development
*
Offline Offline

Posts: 478



WWW
« Reply #173 on: September 19, 2010, 03:34:32 PM »

Just for the fun of it,

i've made my sitemap http://votreespace.net/sitemap.xml an xml file,

I've use htaccess to make it look like it's sitemap.xml

adding this to my htaccess :
Code:
RewriteEngine on
RewriteRule ^sitemap.xml$ google_sitemap.php
Logged

Xagone Inc. (formerly VotreEspace)
http://www.xagone.com/
Paul - Westhouse IT

Offline Offline

Posts: 63


WWW
« Reply #174 on: September 29, 2010, 10:36:19 PM »

Version 1.6.0

  • Added Topics (v0.6) support
  • Tested Bakery 1.5.6 - No issues, works fine for me.

Enjoy it.

Ruud


Thanks!
Logged

Westhouse IT - Professional WebsiteBaker developers for hire.
Pages: 1 ... 5 6 [7] 8   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!