Zen Cart Logo

SitemapXML v.2

Views: 613,404

Results 2,121 to 2,140 of 2,226
15 May 2024, 4:12 PM
#2121
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,675
Plugin Contributions:
0

SitemapXML v.2

Now, Bing.com wants me to do this:

  1. Download the file BingSiteAuth.xml
  2. Upload the file to root directory of your site https://galaxyhomedecor.us/sitemap.xml

Do I need to do this?

15 May 2024, 4:19 PM
#2122
jeking avatar

jeking

Totally Zenned

Join Date:
Oct 2005
Location:
Chicago, IL USA
Posts:
1,592
Plugin Contributions:
0

Re: SitemapXML v.2

wmorris:

Now, Bing.com wants me to do this:

  1. Download the file BingSiteAuth.xml
  2. Upload the file to root directory of your site https://galaxyhomedecor.us/sitemap.xml

Do I need to do this?

Need to? No. You don't need to do anything. But they use it to verify you own the site, so it's a good idea.

15 May 2024, 4:35 PM
#2123
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,675
Plugin Contributions:
0

Re: SitemapXML v.2

I had to resubmit the sitemap.

So bing discovered the sitemap no problem.

Now the crawl is giving me this:

The inspected URL is known to Bing but has some issues which are preventing indexation. We recommend you to follow Bing Webmaster Guidelines to increase your chances of indexation.

22 May 2024, 12:32 PM
#2124
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,675
Plugin Contributions:
0

Re: SitemapXML v.2

Now, google wants me to verify my domain ether using:

HTML file.
HTML Tag.
Google Analytics.
Google Tag Manager.
or Domain name provider.

22 May 2024, 1:39 PM
#2125
jameswilson avatar

jameswilson

New Zenner

Join Date:
Jul 2006
Posts:
69
Plugin Contributions:
0

Re: SitemapXML v.2

You will need to do as google requests to prove you are the owner etc.
Easist way id probably the html file.
If you add the supplied file to your webserver google will know you have full access etc. Else you could set this up on your competitors website to see what is going on!

2 Jun 2024, 1:21 PM
#2126
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,675
Plugin Contributions:
0

Re: SitemapXML v.2

Well, according to google some or most pages fail because of this "Alternate page with proper canonical tag". How can I fix this?

2 Jun 2024, 1:57 PM
#2127
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Location:
N of San Antonio TX
Posts:
9,763
Plugin Contributions:
9

Re: SitemapXML v.2

wmorris:

Well, according to google some or most pages fail because of this "Alternate page with proper canonical tag". How can I fix this?

Making sure your SSL, and your ultimate URL match should take care of it.

If your SSL is set for https://www.yoursite.com, all URLs should be redirected to wind up at https://www.yoursite.com.

A 301 can be done in cPanel or equivalent controllers or added to your root's .htaccess file.

All e-commerce sites should be forced to https://. That can be done in cPanel or .htaccess as well. Of course, both configure.php files should be set for https:// as well.

Google and other SEs look at the following sites as duplicates:

https://www.yoursite.com
yoursite.com
test.yoursite.com (if the same data from your main site is located there for testing)

There are ways of letting Google and the other SEs know that test.yoursite.com is not a duplicate but that's another story.

2 Jun 2024, 2:01 PM
#2128
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,675
Plugin Contributions:
0

Re: SitemapXML v.2

I am not using ultimate URL. Should I use it? Also, the site is directing to https://yourdomain.com instead of https://www.yourdomain.com

dbltoe:

Making sure your SSL, and your ultimate URL match should take care of it.

If your SSL is set for https://www.yoursite.com, all URLs should be redirected to wind up at https://www.yoursite.com.

A 301 can be done in cPanel or equivalent controllers or added to your root's .htaccess file.

All e-commerce sites should be forced to https://. That can be done in cPanel or .htaccess as well. Of course, both configure.php files should be set for https:// as well.

Google and other SEs look at the following sites as duplicates:

https://www.yoursite.com
yoursite.com
test.yoursite.com (if the same data from your main site is located there for testing)

There are ways of letting Google and the other SEs know that test.yoursite.com is not a duplicate but that's another story.

2 Jun 2024, 3:21 PM
#2129
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Location:
N of San Antonio TX
Posts:
9,763
Plugin Contributions:
9

Re: SitemapXML v.2

Ultimate/Friendly URLs are a whole other discussion.

Try adding the following to your .htaccess and use cPanel to aid in forcing the site to https://

RewriteEngine OnRewriteCond %{HTTP_HOST} ^yourdomain.com [NC]
RewriteRule ^(.*)$ http://www.yourdomain.com/$1 [L,R=301]
14 Jun 2024, 2:45 AM
#2130
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,675
Plugin Contributions:
0

Re: SitemapXML v.2

Ok, Yahoo, Bing and Google isn't crawling my site using the sitemap it has been 3 weeks and the site hasn't indexing. I did everything. I don't know what to do.

14 Jun 2024, 2:15 PM
#2131
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,065
Plugin Contributions:
56

Re: SitemapXML v.2

wmorris:

Ok, Yahoo, Bing and Google isn't crawling my site using the sitemap it has been 3 weeks and the site hasn't indexing. I did everything. I don't know what to do.
Based on your previous posts, I'd check:

  1. That the site's /includes/configure.php references the correct HTTP_SERVER and HTTPS_SERVER (https://www.mydomain.com or https://mydomain.com). Both should be the same and both should be https:// based.
  2. That the site's .htaccess file is (like @dbltoe identified above) performing a redirect to the 'correct' server, as identified in the configure.php.
  3. Ensure that the site's robots.txt points the search engines to the generated sitemap.xml file, again using the 'correct' server.
14 Jun 2024, 6:21 PM
#2132
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,675
Plugin Contributions:
0

Re: SitemapXML v.2

Everything is correct.

lat9:

Based on your previous posts, I'd check:

  1. That the site's /includes/configure.php references the correct HTTP_SERVER and HTTPS_SERVER (https://www.mydomain.com or https://mydomain.com). Both should be the same and both should be https:// based.
  2. That the site's .htaccess file is (like @dbltoe identified above) performing a redirect to the 'correct' server, as identified in the configure.php.
  3. Ensure that the site's robots.txt points the search engines to the generated sitemap.xml file, again using the 'correct' server.
14 Jun 2024, 6:36 PM
#2133
jeking avatar

jeking

Totally Zenned

Join Date:
Oct 2005
Location:
Chicago, IL USA
Posts:
1,592
Plugin Contributions:
0

Re: SitemapXML v.2

wmorris:

Ok, Yahoo, Bing and Google isn't crawling my site using the sitemap it has been 3 weeks and the site hasn't indexing. I did everything. I don't know what to do.

Maybe they just haven't gotten to it yet. Does your Search Console report show any crawling errors?

14 Jun 2024, 6:42 PM
#2134
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Location:
N of San Antonio TX
Posts:
9,763
Plugin Contributions:
9

Re: SitemapXML v.2

Oddly enough, the fastest any site i've done has gotten crawled was when I post the link on this forum:P

14 Jun 2024, 7:40 PM
#2135
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,675
Plugin Contributions:
0

Re: SitemapXML v.2

This is the errors I am getting!!!!

14 Jun 2024, 7:44 PM
#2136
jeking avatar

jeking

Totally Zenned

Join Date:
Oct 2005
Location:
Chicago, IL USA
Posts:
1,592
Plugin Contributions:
0

Re: SitemapXML v.2

Those are not errors!!!! And no need to shout :-)

What's at the top of that page that you cut off? That will show you the indexed and not-indexed pages. Something link this:
https://screenrec.com/share/bZqViW4KdR

14 Jun 2024, 8:50 PM
#2137
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,675
Plugin Contributions:
0

Re: SitemapXML v.2

Ok here is the top one!
Attachment 20652

jeking:

Those are not errors!!!! And no need to shout :-)

What's at the top of that page that you cut off? That will show you the indexed and not-indexed pages. Something link this:
https://screenrec.com/share/bZqViW4KdR

14 Jun 2024, 8:54 PM
#2138
jeking avatar

jeking

Totally Zenned

Join Date:
Oct 2005
Location:
Chicago, IL USA
Posts:
1,592
Plugin Contributions:
0

Re: SitemapXML v.2

There you have it, Google IS crawling and indexing your pages. You cannot control what pages they crawl. You cannot control when or if they they put them in their index. All you can do is be sure that they are crawlable....and they are.

15 Jun 2024, 2:16 AM
#2139
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,675
Plugin Contributions:
0

Re: SitemapXML v.2

So, give Google sometime crawl the whole website/product pages...

15 Jun 2024, 1:44 PM
#2140
jeking avatar

jeking

Totally Zenned

Join Date:
Oct 2005
Location:
Chicago, IL USA
Posts:
1,592
Plugin Contributions:
0

Re: SitemapXML v.2

wmorris:

So, give Google sometime crawl the whole website/product pages...

Yep, it usually doesn't but can take weeks or months.