s06e02 - XML Sitemaps SUPPORT / QUESTIONS

Open to all! Ask other shopowners for help.
radhavallabh
Senior Contributor
Posts: 466
Joined: Tue Oct 27, 2020 4:09 am
Phoenix Version: 1.1.0.6
Has thanked: 29 times
Been thanked: 3 times

Re: Renew XML file

Post by radhavallabh »

burt wrote: Sat Oct 11, 2025 1:41 pm First, please try this change, and post back if it works;

viewtopic.php?p=20793#p20793
Hi dear @burt , Thank you works all well now...

Very Warm Regds./
radhavallabh

Tags:


Join The Code Co-op to get access to your library in the Code Co-op Forum
User avatar
burt
Core Team
Posts: 4550
Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
Has thanked: 252 times
Been thanked: 412 times

Re: s06e02 - XML Sitemaps SUPPORT / QUESTIONS

Post by burt »

BatteryTrader wrote: Fri Oct 10, 2025 10:37 am I would have thought that the canonical should match the sitemap, at least I believe that's what Google asks for
Yes, maybe. I really don't know.
Is anyone else have an opinion?
I am not here to build for you.
I am here to build with you. Let's help each other.
azpro
Contributor
Posts: 177
Joined: Fri Nov 06, 2020 8:25 am
Phoenix Version: v1.1.0.6
Has thanked: 30 times
Been thanked: 34 times

Re: s06e02 - XML Sitemaps SUPPORT / QUESTIONS

Post by azpro »

burt wrote: Sun Oct 12, 2025 12:04 pm
BatteryTrader wrote: Fri Oct 10, 2025 10:37 am I would have thought that the canonical should match the sitemap, at least I believe that's what Google asks for
Yes, maybe. I really don't know.
Is anyone else have an opinion?
Also think it should allways be a canonical. Otherwise Google Search Console will complain - and pick it's own preferred page / skip potential pages. In that sense it's more about controlling the pages.

But - I am not an expert on Google (who is these past 10 years or so :lol: ) - This is more an opinion based on experience.
User avatar
burt
Core Team
Posts: 4550
Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
Has thanked: 252 times
Been thanked: 412 times

Re: s06e02 - XML Sitemaps SUPPORT / QUESTIONS

Post by burt »

I have asked 3 lots of AI (Chatgpt, Deepseek and Perplexity) and they are all saying that the sitemap should contain the URLs to pages that you want to be listed. Therefore if shopowner wants the `view=all` to be listed, that is what should be in the sitemap.

In Phoenix, `view=all` is the default canonical for;
index.php -> cPath
index.php -> manufacturers_id
specials.php

It means this addon should be updated, I guess.
I am not here to build for you.
I am here to build with you. Let's help each other.
BatteryTrader
Contributor
Posts: 153
Joined: Thu Apr 11, 2024 7:18 am
Phoenix Version: 1.1.0.3
Has thanked: 3 times
Been thanked: 17 times

Re: s06e02 - XML Sitemaps SUPPORT / QUESTIONS

Post by BatteryTrader »

In my opinion, the only issue with View-all is the size of the page it creates. It's fine if it's just a few pages combined, but if the products are in the thousands, then the page takes longer to load, causing its own seo issue. Load time is such an important factor now.

I currently have new products canonical to view-all, but i forgot about a rewrite i have put in when i updated to a newer version of Phoenix and went from multiple languages to just one, So its 301 to products_new.php, right this minute google seems happy with that, certainly not by intention, but just hanging back for a minute to see how it transpires. maybe if the view all had a limit on the number of products it showed, view-all-almost if you like, babling now, wish i did know the best way forward, but I dont, and this is just a discussion.

A far better way would be to have the set of pages self-canonical, but this would cause its own issues with a dynamically produced list that could be sorted in different ways, among other problems, so probably a non-starter.

David
User avatar
burt
Core Team
Posts: 4550
Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
Has thanked: 252 times
Been thanked: 412 times

Re: s06e02 - XML Sitemaps SUPPORT / QUESTIONS

Post by burt »

If anyone else has any thoughts or advice on this, please post...
I am not here to build for you.
I am here to build with you. Let's help each other.
artfulweb
Contributor
Posts: 184
Joined: Thu Oct 29, 2020 12:34 pm
Phoenix Version: v1.1.0.6
Has thanked: 29 times
Been thanked: 14 times

XML Sitemaps giving google a 403 error

Post by artfulweb »

Hi, I am using the most recent version of Burt's XML Sitemaps on Phoenix 1.1.0.6. Although I have no problem reading it Google gets a 403 Error and says it can not fetch because of it. Have tried permissions 604 and 704 with no results. What could be wrong please?
User avatar
burt
Core Team
Posts: 4550
Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
Has thanked: 252 times
Been thanked: 412 times

Re: XML Sitemaps giving google a 403 error

Post by burt »

Some things to check;

1. Check if your robots.txt file is blocking Googlebot <--- site level
2. Check if Googlebot is being denied in htaccess <--- site level
3. MIght be an IP based restriction, blocking Googlebot <--- hosting level
4. MIght be your server blocking Googlebot via User Agent <--- hosting level

If you can see it in a browser...that's usually a good sign.
Checked Error_log?
Checked hosting access_log ?
I am not here to build for you.
I am here to build with you. Let's help each other.
artfulweb
Contributor
Posts: 184
Joined: Thu Oct 29, 2020 12:34 pm
Phoenix Version: v1.1.0.6
Has thanked: 29 times
Been thanked: 14 times

Re: XML Sitemaps giving google a 403 error

Post by artfulweb »

artfulweb wrote: Tue Dec 09, 2025 2:51 pm Hi, I am using the most recent version of Burt's XML Sitemaps on Phoenix 1.1.0.6. Although I have no problem reading it Google gets a 403 Error and says it can not fetch because of it. Have tried permissions 604 and 704 with no results. What could be wrong please?
Found it... needed 755 permissions.


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply