Zen Cart Logo
Forums / All Other Contributions/Addons / Google SitemapAdmin

Google SitemapAdmin

Views: 229,059

Results 561 to 580 of 842
26 May 2008, 4:59 PM
#561
smoke133 avatar

smoke133

Zen Follower

Join Date:
Jul 2007
Location:
Roseville, Michigan
Posts:
188
Plugin Contributions:
0

Google SitemapAdmin

I'm getting a "PHP Fatal error: Allowed memory size of 25165824 bytes exhausted (tried to allocate 3381193 bytes) in ../jhelectronics.com/catalog/googlesitemap.php on line 307" Why am I getting this error?

27 May 2008, 6:46 PM
#562
jeffreydesign avatar

jeffreydesign

New Zenner

Join Date:
Apr 2008
Location:
Chehalis, Washington, United States
Posts:
30
Plugin Contributions:
0

Re: Google SitemapAdmin

So far, GoogleSitemapAdmin is working great, thank you very much! I haven't had any problems with it and those spiders are keeping busy on my site. Google doesn't report any errors.

So, here's my 'problem'... I have a bunch of link pages generated by the linkadmin add-on that are not being indexed. I have actually had some link refusals because my link pages aren't 'pageranked'. I don't have to say how important good inbound links are, but to get those good inbound links one must reciprocate and in order to get the better sites to do so, my link pages need to be indexed.

Is there a fairly simple way to do this? :lamo:

Jeff
https://www.jeffreydesign.com

28 May 2008, 4:55 AM
#563
hxh444 avatar

hxh444

New Zenner

Join Date:
Apr 2008
Posts:
1
Plugin Contributions:
0

Re: Google SitemapAdmin

Hi,I have installed the "ADMIN PROFILE" module first.When I installed the "Google SitemapAdmin" and assign the right items in admin permissions.
But in the config->Google XML Sitemap,there is no config content but the title.However,in the tools->Google XML Sitemap ,everything is OK.Is there any one can help me?Thanks!

29 May 2008, 3:04 AM
#564
imperialis avatar

imperialis

Zen Follower

Join Date:
Apr 2008
Posts:
123
Plugin Contributions:
0

Re: Google SitemapAdmin

Hi
When I go to Google it says I have an error
Unsuported file format
This is what it says where should I change this?

Unsupported file format Your Sitemap does not appear to be in a supported format. Please ensure it meets our Sitemap guidelines and resubmit.

Some things you might check are:

That the file uses the correct header. For a Sitemap file, the header can look like this:

<?xml version="1.0" encoding="UTF-8"?>
    <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

For a Sitemap index file, the header can look like this:

<?xml version="1.0" encoding="UTF-8"?>
    <sitemapindex
    xmlns="http://www.sitemaps.org/schemas<wbr>/sitemap/0.9">

That the namespace in the header is "http://www.sitemaps.org/schemas/sitemap/0.9". Note that this must end in 0.9. If it ends in .9, you'll see an error.

That each XML attribute is enclosed in either single quotes (') or double quotes (") and that those quotes are straight, not curly. If you use a word processing program, such as Microsoft Word, you may find that it inserts curly quotes.

1 Jun 2008, 8:48 PM
#565
michelle_rvc avatar

michelle_rvc

New Zenner

Join Date:
May 2006
Posts:
31
Plugin Contributions:
0

Re: Google SitemapAdmin

8808alpha:

Okay so here is my issue and I'll try my best to expalin it.

I have created my site map through site map admin and it creates the three site maps for the index, categories and products. However it displays:

Generated Google Sitemap Index Successfully - http://www.mydomain.com/sitemapindex.xml

The above message is displayed for all three files but the problem is that they are really not there and were actually created in the http://www.mydomain.com/mystore/ directory which is the correct place.

And eventhough sitemapindex.xml, sitemapcategories.xml and sitemapproducts.xml are all in http://www.mydomain.com/mystore/ - sitemapindex.xml has the path of the other two files as http://www.mydomain.com/sitemapcategories.xml and http://www.mydomain.com/sitemapproducts.xml

And if I hit send to crawler in step 2 of site map admin, it sends the sitemap path of http://www.mydomain.com/sitemapindex.xml

So this is causing the search engines to fail when they try and crawl my site.

Any ideas on how to fix? Thanks.

I am having the exact same problem also. Does anyone have a fix for this? My robots.txt file is located in http://www.mydomain.com/robots.tx but my store is at http://www.mydomain.com/mystore

Thanks in advance!
michelle

3 Jun 2008, 12:24 PM
#566
babltd avatar

babltd

New Zenner

Join Date:
Oct 2007
Posts:
73
Plugin Contributions:
0

Re: Google SitemapAdmin

I have the same issue.

It looks like it is down to the base url which shows as:

Save path - "/kunden/homepages/27/d171695210/htdocs/xxx/store/"
Base URL - "http://www.xxx.co.uk/"

but shouldnt this be:

Save path - "/kunden/homepages/27/d171695210/htdocs/xxx/store/"
Base URL - "http://www.xxx**/store/**"

6 Jun 2008, 5:28 AM
#567
emtecmedia avatar

emtecmedia

Zen Follower

Join Date:
May 2005
Posts:
108
Plugin Contributions:
0

Re: Google SitemapAdmin

I had the same issue, quick fix:

edit: googlesitemap.php on line 225

change: $this->base_url = HTTP_SERVER . '/';
to: $this->base_url = HTTP_SERVER . '/mystore/';

worked for me.

6 Jun 2008, 1:24 PM
#568
michelle_rvc avatar

michelle_rvc

New Zenner

Join Date:
May 2006
Posts:
31
Plugin Contributions:
0

Re: Google SitemapAdmin

emtecmedia:

I had the same issue, quick fix:

edit: googlesitemap.php on line 225

change: $this->base_url = HTTP_SERVER . '/';
to: $this->base_url = HTTP_SERVER . '/mystore/';

worked for me.

That worked for me as well. Thanks so much!

Another question when I run the sitemap admin. It says it can't find my robots.txt in "www.mysite/mystore" I have the robots.txt file in "www.mysite". Where should it be?

michelle

13 Jun 2008, 12:28 PM
#569
james739 avatar

james739

Zen Follower

Join Date:
Jun 2007
Posts:
210
Plugin Contributions:
0

Re: Google SitemapAdmin

How can I get the sitemap resulting urls to show http://www.domain.com instead of just http://domain.com? I have the 301 redirect to http://www but it does not show that in my sitemap urls.
Thank you!

19 Jun 2008, 1:23 PM
#570
briansok avatar

briansok

New Zenner

Join Date:
May 2008
Posts:
17
Plugin Contributions:
0

Re: Google SitemapAdmin

I am getting some errors in Google Webmaster Tools after submitting my sitemaps. Please tell me what I did wrong. In Google I submitted 2 sites https://www.mydomain.com and https://www.mydomain.com/store. I was not sure if I needed both or only one. Google bots came and went through my site. Now it is showing sitemap errors.
Sitemapindex.xml does not show any errors but has these stats:
Total URLs in Sitemap 808
Indexed URLs in Sitemap 12

Why are only 12 urls indexed?

The other two sitemap files both have similar errors:
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).

I am new at this so I am not sure what is correct. I assumed that the site I submitted to google should use the WWW prefix. If you go to my site at http://www.mydomain.com it will redirect to http://mydomain.com/store without the www. What should I do?

25 Jun 2008, 4:36 PM
#571
travel124 avatar

travel124

Zen Follower

Join Date:
Mar 2006
Location:
White Pigeon, MI
Posts:
160
Plugin Contributions:
0

Re: Google SitemapAdmin

I am getting this error.

I have changed my Permission to 755 and 777 on the xml files and I also use admin profiles.

I anot able to configure the Google XML Sitemap in configuration.

Sorry, your security clearance does not allow you to access this resource.

Please contact your site administrator if you believe this to be incorrect.

Sorry for any inconvenience.

Thanks for you help!

25 Jun 2008, 5:16 PM
#572
ology avatar

ology

New Zenner

Join Date:
Dec 2007
Posts:
6
Plugin Contributions:
0

Re: Google SitemapAdmin

Is there an easy way to modify this so that it pays attention to the Customer Authentication settings I have for the site?

Currently the sitemap it created indexed all the products and categories, but the problem is I don't want those directly viewed, therefore the Customer Authentication settings.

Thanks

1 Jul 2008, 12:44 AM
#573
all4coffee avatar

all4coffee

Zen Follower

Join Date:
Jul 2007
Posts:
154
Plugin Contributions:
0

Re: Google SitemapAdmin

I use ZenCart v.1.37 and the Google Sitemap v. 1.3.1430.10.
Recently we started receving "redirect error" for few pages from Google's Webmasters Tools. We did change/deleted few categories and products.

Question: is the newest version of Google Sitemaps compatible with ZenCart 1.37 and if it is would the recent improvements i.e. skip 1 product categories allow us to eliminate Google redirect errors?

Do we need to remove our old Sitemaps version before installing the newest one?

Please help.

Thanks

13 Jul 2008, 3:08 PM
#574
goofster avatar

goofster

New Zenner

Join Date:
Jul 2008
Posts:
48
Plugin Contributions:
0

Re: Google SitemapAdmin

what should i set my priorites to... products categories and ezpages?

17 Jul 2008, 12:32 AM
#575
all4coffee avatar

all4coffee

Zen Follower

Join Date:
Jul 2007
Posts:
154
Plugin Contributions:
0

Re: Google SitemapAdmin

I use ZenCart v.1.37 and the Google Sitemap v. 1.3.14 from 11/15/2007
and would like to up[grade to the newest version of Google Sitemaps (v. 1.3.19, from April 23rd 2008)

Question 1: is the new version compatible with Zen Cart v. 1.3.7 ?
Question 2: what is the best way to install it? Should I remove the old version first?

Anyone, please help - I have been searching this thread for hours and couldn't find any answers...

17 Jul 2008, 1:47 PM
#576
fantasticals avatar

fantasticals

New Zenner

Join Date:
Mar 2007
Location:
Cheshire
Posts:
73
Plugin Contributions:
0

Re: Google SitemapAdmin

I have v 1.3.19 Google Sitemap installed and working fine on ZC 1.3.7. I also have SEO Urls installed but the sitemap is generating dynamic URLs in the sitemap.

I have both mods installed on another zencart and the sitemap generated is made up of seo urls, but i cant remeber what i did to make this work.

Any ideas ?

17 Jul 2008, 11:02 PM
#577
all4coffee avatar

all4coffee

Zen Follower

Join Date:
Jul 2007
Posts:
154
Plugin Contributions:
0

Re: Google SitemapAdmin

fantasticals:

I have v 1.3.19 Google Sitemap installed and working fine on ZC 1.3.7. I also have SEO Urls installed but the sitemap is generating dynamic URLs in the sitemap.

I have both mods installed on another zencart and the sitemap generated is made up of seo urls, but i cant remeber what i did to make this work.

Any ideas ?

Thanks for responding. Did you just intall the 1.3.19 Google Sitemap over the previous version or you removed the older version first?

Is Google (Webmaster Tools giving you error warnings on duplicate content (meta tags, titles) on the site with the new Google Sitemaps generating the dynamic URLs?

What is the difference between dynamic URL and the SEO URL ?

17 Jul 2008, 11:58 PM
#578
captainmav avatar

captainmav

New Zenner

Join Date:
Jul 2008
Location:
Orlando, Florida and Ft. Worth, TX
Posts:
17
Plugin Contributions:
0

Re: Google SitemapAdmin

I've just installed the zen cart, and am really new at this. How, do I install Google SitemapAdmin. When I download it, uncompress, it gives me a few different folders, and files. Do, I just copy the whole thing onto my site, or do I need to copy them to specific folders? All I need is some really good instructions on installing it.

28 Jul 2008, 8:30 PM
#579
bargaindropper avatar

bargaindropper

New Zenner

Join Date:
Apr 2008
Location:
United Kingdom
Posts:
27
Plugin Contributions:
0

Re: Google SitemapAdmin

fantasticals:

I have v 1.3.19 Google Sitemap installed and working fine on ZC 1.3.7. I also have SEO Urls installed but the sitemap is generating dynamic URLs in the sitemap.

I have both mods installed on another zencart and the sitemap generated is made up of seo urls, but i cant remeber what i did to make this work.

Any ideas ?

Not sure if this is the solution. I downloaded my .htaccess file. In wordpad, it looked fine with all carriage returns. In notepad, it was a jumbled mess, with squares instead of carriage returns.

So, I copied the text from wordpad, into word, saved it and reuploaded it.
Hey presto. Sitemaps picked up all my URL's correctly :D

I did have a problem with using an alternative folder to store sitemaps. To view, it keeps defaulting to the root, but that is not a biggie.

Hope that helps.

28 Jul 2008, 8:32 PM
#580
bargaindropper avatar

bargaindropper

New Zenner

Join Date:
Apr 2008
Location:
United Kingdom
Posts:
27
Plugin Contributions:
0

Re: Google SitemapAdmin

captainmav:

I've just installed the zen cart, and am really new at this. How, do I install Google SitemapAdmin. When I download it, uncompress, it gives me a few different folders, and files. Do, I just copy the whole thing onto my site, or do I need to copy them to specific folders? All I need is some really good instructions on installing it.

Follow the readme file.It tells you everything you need in a step by step format. It can't be explained any simpler :)