Submit SiteMap to Google

DaveSalazJ

Newbie
Joined
Mar 13, 2020
Messages
4
Reaction score
0
Am I going about this the right way?
The client has hundreds of books that can be viewed individually like:
http://publications.lhfmissions.org/PublSearchDetail.asp?selectLang=Latvian&langSrch=Language+search&ID=706

According to google I can submit each URL using a sitemap
https://support.google.com/webmasters/answer/6065812?hl=en

Any thoughts?
 
That support article is to use when you want to re-crawl your website. if you want to fresh index your website and it's pages.
Generate sitemap using tools like xml-sitemaps.com or software like Screamingfrog.
Once you generate the sitemap, submit it to Google Webmaster tool.
All your webpages will index automatically, you don't need to submit it individually.

Hope that helps!
 
First, your URL is wrong. That URL comes when you search. You should use
Code:
http://publications.lhfmissions.org/PublSearchDetail.asp?ID=706
Second, you should build a sitemap with all the publications, and submit that sitemap.
 
First, your URL is wrong. That URL comes when you search. You should use
Code:
http://publications.lhfmissions.org/PublSearchDetail.asp?ID=706
Second, you should build a sitemap with all the publications, and submit that sitemap.
You are correct, there is no need for the other search querystrings. Ok, I will use the ID only. Thanks alot.
 
That support article is to use when you want to re-crawl your website. if you want to fresh index your website and it's pages.
Generate sitemap using tools like xml-sitemaps.com or software like Screamingfrog.
Once you generate the sitemap, submit it to Google Webmaster tool.
All your webpages will index automatically, you don't need to submit it individually.

Hope that helps!
Thank you for the information, very helpful
 
Back
Top