johnbe4 / getSeoSitemap

PHP library to get the sitemap. It crawls a whole website checking all internal and external links plus a Search Engine Optimization.
Other
15 stars 5 forks source link

Fatal error: Uncaught Error: Call to a member function close() #6

Closed nikoboomer closed 3 years ago

nikoboomer commented 3 years ago

Hello sir, first of all congratulations on this tool. Thanks <3 I can't get it to work on my server, I get this error.

Fatal error: Uncaught Error: Call to a member function close() on null in /home/lubipe/public_html/assets/getSeoSitemap/getSeoSitemap.php:355 Stack trace: #0 /home/lubipe/public_html/assets/getSeoSitemap/getSeoSitemap.php(687): getSeoSitemap->closeMysqliStmt() #1 /home/lubipe/public_html/assets/getSeoSitemap/getSeoSitemap.php(159): getSeoSitemap->end() #2 /home/lubipe/public_html/assets/getSeoSitemap/getSeoSitemap.php(2385): getSeoSitemap->start() #3 {main} thrown in /home/lubipe/public_html/assets/getSeoSitemap/getSeoSitemap.php on line 355

and log

[2021-08-02 13:18:34.131600] ## getSeoSitemap v4.1.0 [2021-08-02 13:18:34.132000] ## Execution start [2021-08-02 13:18:34.140000] ## Scan start [2021-08-02 13:18:34.142900] Renamed previous backup sitemap [2021-08-02 13:18:34.143100] Saved backup sitemap [2021-08-02 13:18:34.143300] Deleted previous backup sitemap [2021-08-02 13:18:34.278400] ## Scan end

[2021-08-02 13:18:34.279200] Deleted old URLs [2021-08-02 13:18:34.279900] 1 scanned URLs [2021-08-02 13:18:34.280000] 0 URLs without title into domain (SEO: title should be present) [2021-08-02 13:18:34.280100] 0 URLs with multiple title into domain (SEO: title should be single) [2021-08-02 13:18:34.280300] 0 URLs without description into domain (SEO: description should be present) [2021-08-02 13:18:34.280300] 0 URLs with multiple description into domain (SEO: description should be single) [2021-08-02 13:18:34.280400] 0 URLs without h1 into domain (SEO: h1 should be present) [2021-08-02 13:18:34.280500] 0 URLs with multiple h1 into domain (SEO: h1 should be single) [2021-08-02 13:18:34.280500] 0 URLs without h2 into domain (SEO: h2 should be present) [2021-08-02 13:18:34.280600] 0 URLs without h3 into domain (SEO: h3 should be present)

If I run again I get this other in the log [2021-08-02 13:22:02.808900] An error has occoured: execution has been stopped; maybe the previous scan was not ended correctly. Double-check log to fix it. - fix it remembering to set exec to n in getSeoSitemapExec table.

johnbe4 commented 3 years ago

Hi Niko, How many URLs do you have on your site? It seems you've got 1 URL only. Please let me know. PS: the new release v4.1.1 will be ready in the next few days!

nikoboomer commented 3 years ago

Hello dear, my site is clubi.pe it is made based on create element, apparently getSeoSitemap does not detect the urls that are created in javascript. I came to that conclusion is it true?

My current site has about 25 urls that grow over time when users sign up.

johnbe4 commented 3 years ago

Hi Niko, 1 - About the error "Fatal error: Uncaught Error: Call to a member function close() on null in..." I fixed on the new v4.1.1. I will publish it in the next few days. That error happens when getSeoSitemap finds 1 URL only...,.so your case. 2 - About the error "An error has occurred: execution has been stopped; maybe the previous scan was not ended..." you must set exec => n on getSeoSitemapExec table before restarting getSeoSitemap. 3 - But I checked your web site using Chrome Web Tools discovering several errors (html, double body tag, js, new tabs etc.) So you must fix those errors...and you must do that to get a better clean code for a perfect SEO. My script works with js URLs but you must fix the errors.

Best, John

nikoboomer commented 3 years ago

Hello @johnbe4 my site has links to a new window because it is a different app than the index one

On the other hand, it has a temporary double header because it is an iframe created temporarily by the launch.

Splendid getSeoSitemap is amazing if it detects urls created by javascript. I will be anxious to update and correct part of the code no longer calling for iframe.

Thanks

johnbe4 commented 3 years ago

Hi Niko, The v4.1.1 will be ready in the next 24/48 hours. But you must fix the body tag issues....otherwise getSeoSitemap will not scan your site correctly. Body tag is extremely important on a web page. Chrome Web Tools + HTML validator could help you. Best, John

nikoboomer commented 3 years ago

Hi dear, improve the web code but it still detects 1 url after updating. On the other hand the bug of 1 url disappeared is fabulous.

But I am stuck which is what causes it to only detect 1 URL.

What tool do you use to verify html syntax and if you can provide it to me to solve it more precisely?

Maybe because the links are inside an iframe?

johnbe4 commented 3 years ago

Hi Niko, Please send me the new log. Best, John

nikoboomer commented 3 years ago

Hello dear thanks for answering and for your time

[2021-08-09 07:01:12.125100] ## getSeoSitemap v4.1.1
[2021-08-09 07:01:12.125600] Execution start
[2021-08-09 07:01:12.126900] Renamed previous backup sitemap
[2021-08-09 07:01:12.127400] Saved backup sitemap
[2021-08-09 07:01:12.127800] Deleted previous backup sitemap
[2021-08-09 07:01:12.128700] Scan start
[2021-08-09 07:01:12.394000] Scan end

[2021-08-09 07:01:12.395000] Deleted old URLs
[2021-08-09 07:01:12.395900] 1 scanned URLs
[2021-08-09 07:01:12.396000] 0 URLs without title into domain | SEO: title should be present
[2021-08-09 07:01:12.396100] 0 URLs with multiple title into domain | SEO: title should be single
[2021-08-09 07:01:12.396200] 0 URLs without description into domain | SEO: description should be present
[2021-08-09 07:01:12.396300] 0 URLs with multiple description into domain | SEO: description should be single
[2021-08-09 07:01:12.396400] 0 URLs without h1 into domain | SEO: h1 should be present
[2021-08-09 07:01:12.396400] 0 URLs with multiple h1 into domain | SEO: h1 should be single
[2021-08-09 07:01:12.396500] 0 URLs without h2 into domain | SEO: h2 should be present
[2021-08-09 07:01:12.396600] 0 URLs without h3 into domain | SEO: h3 should be present
[2021-08-09 07:01:12.397500] Checked skipped URLs
[2021-08-09 07:01:12.398600] 0 failed URLs | They are not included into sitemap

[2021-08-09 07:01:12.401600] Set priority
[2021-08-09 07:01:12.500000] Defragged getSeoSitemap table

[2021-08-09 07:01:12.594700] Optimized getSeoSitemap table
[2021-08-09 07:01:12.658200] Defragged getSeoSitemapExec table

[2021-08-09 07:01:12.721500] Optimized getSeoSitemapExec table
[2021-08-09 07:01:12.721700] ##### SEO
[2021-08-09 07:01:12.722800] ##### URLs with size > 132.00 Kb into sitemap | SEO: page size should be lower than 132.00 Kb
[2021-08-09 07:01:12.722900] ##########
[2021-08-09 07:01:12.723000] 0 URLs with size > 132.00 Kb into sitemap

[2021-08-09 07:01:12.724100] 0 URLs with title length < 5 characters into sitemap
[2021-08-09 07:01:12.725000] 0 URLs with title length > 100 characters into sitemap

[2021-08-09 07:01:12.726200] 0 URLs with duplicate title into sitemap
[2021-08-09 07:01:12.727000] 0 URLs with description length < 50 characters into sitemap
[2021-08-09 07:01:12.727900] 0 URLs with description length > 160 characters into sitemap
[2021-08-09 07:01:12.729000] 0 URLs with duplicate description into sitemap
[2021-08-09 07:01:12.729900] 0 URLs into domain out of sitemap

[2021-08-09 07:01:12.730800] Set priority 1.0 to 1 URLs into sitemap
[2021-08-09 07:01:12.731500] Set priority 0.8 to 0 URLs into sitemap
[2021-08-09 07:01:12.732400] Set priority 0.5 to 0 URLs into sitemap
[2021-08-09 07:01:12.733400] Set daily change frequency to 1 URLs into sitemap
[2021-08-09 07:01:12.734100] Set weekly change frequency to 0 URLs into sitemap
[2021-08-09 07:01:12.735000] Set monthly change frequency to 0 URLs into sitemap
[2021-08-09 07:01:12.735900] Set yearly change frequency to 0 URLs into sitemap
[2021-08-09 07:01:12.736800] Min last modified time into sitemap is 2021.08.08 23:57:22
[2021-08-09 07:01:12.736800] Max last modified time into sitemap is 2021.08.08 23:57:22

[2021-08-09 07:01:12.738500] Saved sitemap.xml
[2021-08-09 07:01:12.739200] Saved sitemap.xml.gz
[2021-08-09 07:01:12.739500] Deleted sitemap.xml
[2021-08-09 07:01:12.740600] Wrote robots.txt

[2021-08-09 07:01:12.752800] ################################
[2021-08-09 07:01:12.752900] Included 1 URLs into sitemap
[2021-08-09 07:01:12.753000] ################################

[2021-08-09 07:01:12.754000] 0 URLs out of domain out of sitemap
[2021-08-09 07:01:12.754800] 0 URLs with malformed characters into domain out of sitemap

[2021-08-09 07:01:12.755000] Total execution time 00:00:00
[2021-08-09 07:01:12.755100] ##### Execution end

[2021-08-09 07:02:11.489600] ## getSeoSitemap v4.1.1
[2021-08-09 07:02:11.490000] Execution start
[2021-08-09 07:02:11.491200] Renamed previous backup sitemap
[2021-08-09 07:02:11.491600] Saved backup sitemap
[2021-08-09 07:02:11.491900] Deleted previous backup sitemap
[2021-08-09 07:02:11.492900] Scan start
[2021-08-09 07:02:11.701300] Scan end

[2021-08-09 07:02:11.702100] Deleted old URLs
[2021-08-09 07:02:11.702900] 1 scanned URLs
[2021-08-09 07:02:11.703000] 0 URLs without title into domain | SEO: title should be present
[2021-08-09 07:02:11.703100] 0 URLs with multiple title into domain | SEO: title should be single
[2021-08-09 07:02:11.703200] 0 URLs without description into domain | SEO: description should be present
[2021-08-09 07:02:11.703300] 0 URLs with multiple description into domain | SEO: description should be single
[2021-08-09 07:02:11.703400] 0 URLs without h1 into domain | SEO: h1 should be present
[2021-08-09 07:02:11.703400] 0 URLs with multiple h1 into domain | SEO: h1 should be single
[2021-08-09 07:02:11.703500] 0 URLs without h2 into domain | SEO: h2 should be present
[2021-08-09 07:02:11.703600] 0 URLs without h3 into domain | SEO: h3 should be present
[2021-08-09 07:02:11.704700] Checked skipped URLs
[2021-08-09 07:02:11.706200] 0 failed URLs | They are not included into sitemap

[2021-08-09 07:02:11.709000] Set priority
[2021-08-09 07:02:11.799800] Defragged getSeoSitemap table

[2021-08-09 07:02:11.886300] Optimized getSeoSitemap table
[2021-08-09 07:02:11.942600] Defragged getSeoSitemapExec table

[2021-08-09 07:02:11.999500] Optimized getSeoSitemapExec table
[2021-08-09 07:02:11.999800] ##### SEO
[2021-08-09 07:02:12.000900] ##### URLs with size > 132.00 Kb into sitemap | SEO: page size should be lower than 132.00 Kb
[2021-08-09 07:02:12.001000] ##########
[2021-08-09 07:02:12.001100] 0 URLs with size > 132.00 Kb into sitemap

[2021-08-09 07:02:12.002200] 0 URLs with title length < 5 characters into sitemap
[2021-08-09 07:02:12.003100] 0 URLs with title length > 100 characters into sitemap

[2021-08-09 07:02:12.004100] 0 URLs with duplicate title into sitemap
[2021-08-09 07:02:12.005000] 0 URLs with description length < 50 characters into sitemap
[2021-08-09 07:02:12.005800] 0 URLs with description length > 160 characters into sitemap
[2021-08-09 07:02:12.006800] 0 URLs with duplicate description into sitemap
[2021-08-09 07:02:12.007800] 0 URLs into domain out of sitemap

[2021-08-09 07:02:12.009000] Set priority 1.0 to 1 URLs into sitemap
[2021-08-09 07:02:12.010000] Set priority 0.8 to 0 URLs into sitemap
[2021-08-09 07:02:12.010900] Set priority 0.5 to 0 URLs into sitemap
[2021-08-09 07:02:12.011900] Set daily change frequency to 1 URLs into sitemap
[2021-08-09 07:02:12.012800] Set weekly change frequency to 0 URLs into sitemap
[2021-08-09 07:02:12.013800] Set monthly change frequency to 0 URLs into sitemap
[2021-08-09 07:02:12.014600] Set yearly change frequency to 0 URLs into sitemap
[2021-08-09 07:02:12.015600] Min last modified time into sitemap is 2021.08.08 23:57:22
[2021-08-09 07:02:12.015700] Max last modified time into sitemap is 2021.08.08 23:57:22

[2021-08-09 07:02:12.017700] Saved sitemap.xml
[2021-08-09 07:02:12.018700] Saved sitemap.xml.gz
[2021-08-09 07:02:12.019000] Deleted sitemap.xml
[2021-08-09 07:02:12.020400] Wrote robots.txt

[2021-08-09 07:02:12.032800] ################################
[2021-08-09 07:02:12.032900] Included 1 URLs into sitemap
[2021-08-09 07:02:12.033000] ################################

[2021-08-09 07:02:12.033900] 0 URLs out of domain out of sitemap
[2021-08-09 07:02:12.034800] 0 URLs with malformed characters into domain out of sitemap

[2021-08-09 07:02:12.035000] Total execution time 00:00:01
[2021-08-09 07:02:12.035100] ##### Execution end

[2021-08-09 07:11:06.954900] ## getSeoSitemap v4.1.1
[2021-08-09 07:11:06.955200] Execution start
[2021-08-09 07:11:06.956500] Renamed previous backup sitemap
[2021-08-09 07:11:06.957000] Saved backup sitemap
[2021-08-09 07:11:06.957200] Deleted previous backup sitemap
[2021-08-09 07:11:06.959100] Scan start
[2021-08-09 07:11:07.173200] Scan end

[2021-08-09 07:11:07.174200] Deleted old URLs
[2021-08-09 07:11:07.175100] 1 scanned URLs
[2021-08-09 07:11:07.175300] 0 URLs without title into domain | SEO: title should be present
[2021-08-09 07:11:07.175300] 0 URLs with multiple title into domain | SEO: title should be single
[2021-08-09 07:11:07.175400] 0 URLs without description into domain | SEO: description should be present
[2021-08-09 07:11:07.175500] 0 URLs with multiple description into domain | SEO: description should be single
[2021-08-09 07:11:07.175600] 0 URLs without h1 into domain | SEO: h1 should be present
[2021-08-09 07:11:07.175800] 0 URLs with multiple h1 into domain | SEO: h1 should be single
[2021-08-09 07:11:07.175900] 0 URLs without h2 into domain | SEO: h2 should be present
[2021-08-09 07:11:07.175900] 0 URLs without h3 into domain | SEO: h3 should be present
[2021-08-09 07:11:07.176900] Checked skipped URLs
[2021-08-09 07:11:07.178200] 0 failed URLs | They are not included into sitemap

[2021-08-09 07:11:07.181000] Set priority
[2021-08-09 07:11:07.297100] Defragged getSeoSitemap table

[2021-08-09 07:11:07.390900] Optimized getSeoSitemap table
[2021-08-09 07:11:07.451700] Defragged getSeoSitemapExec table

[2021-08-09 07:11:07.520100] Optimized getSeoSitemapExec table
[2021-08-09 07:11:07.520300] ##### SEO
[2021-08-09 07:11:07.521600] ##### URLs with size > 132.00 Kb into sitemap | SEO: page size should be lower than 132.00 Kb
[2021-08-09 07:11:07.521800] ##########
[2021-08-09 07:11:07.521900] 0 URLs with size > 132.00 Kb into sitemap

[2021-08-09 07:11:07.523000] 0 URLs with title length < 5 characters into sitemap
[2021-08-09 07:11:07.524100] 0 URLs with title length > 100 characters into sitemap

[2021-08-09 07:11:07.525300] 0 URLs with duplicate title into sitemap
[2021-08-09 07:11:07.526400] 0 URLs with description length < 50 characters into sitemap
[2021-08-09 07:11:07.527400] 0 URLs with description length > 160 characters into sitemap
[2021-08-09 07:11:07.528500] 0 URLs with duplicate description into sitemap
[2021-08-09 07:11:07.529600] 0 URLs into domain out of sitemap

[2021-08-09 07:11:07.530700] Set priority 1.0 to 1 URLs into sitemap
[2021-08-09 07:11:07.531800] Set priority 0.8 to 0 URLs into sitemap
[2021-08-09 07:11:07.532900] Set priority 0.5 to 0 URLs into sitemap
[2021-08-09 07:11:07.534000] Set daily change frequency to 1 URLs into sitemap
[2021-08-09 07:11:07.534900] Set weekly change frequency to 0 URLs into sitemap
[2021-08-09 07:11:07.535900] Set monthly change frequency to 0 URLs into sitemap
[2021-08-09 07:11:07.536900] Set yearly change frequency to 0 URLs into sitemap
[2021-08-09 07:11:07.537800] Min last modified time into sitemap is 2021.08.09 00:11:07
[2021-08-09 07:11:07.537900] Max last modified time into sitemap is 2021.08.09 00:11:07

[2021-08-09 07:11:07.540100] Saved sitemap.xml
[2021-08-09 07:11:07.541300] Saved sitemap.xml.gz
[2021-08-09 07:11:07.541600] Deleted sitemap.xml
[2021-08-09 07:11:07.543100] Wrote robots.txt

[2021-08-09 07:11:07.555800] ################################
[2021-08-09 07:11:07.556000] Included 1 URLs into sitemap
[2021-08-09 07:11:07.556100] ################################

[2021-08-09 07:11:07.557500] 0 URLs out of domain out of sitemap
[2021-08-09 07:11:07.558500] 0 URLs with malformed characters into domain out of sitemap

[2021-08-09 07:11:07.558700] Total execution time 00:00:01
[2021-08-09 07:11:07.558900] ##### Execution end

[2021-08-09 07:24:46.042100] ## getSeoSitemap v4.1.1
[2021-08-09 07:24:46.042500] Execution start
[2021-08-09 07:24:46.043700] Renamed previous backup sitemap
[2021-08-09 07:24:46.044200] Saved backup sitemap
[2021-08-09 07:24:46.044400] Deleted previous backup sitemap
[2021-08-09 07:24:46.045500] Scan start
[2021-08-09 07:24:46.272400] Scan end

[2021-08-09 07:24:46.273400] Deleted old URLs
[2021-08-09 07:24:46.274400] 1 scanned URLs
[2021-08-09 07:24:46.274600] 0 URLs without title into domain | SEO: title should be present
[2021-08-09 07:24:46.274700] 0 URLs with multiple title into domain | SEO: title should be single
[2021-08-09 07:24:46.274900] 0 URLs without description into domain | SEO: description should be present
[2021-08-09 07:24:46.275000] 0 URLs with multiple description into domain | SEO: description should be single
[2021-08-09 07:24:46.275100] 0 URLs without h1 into domain | SEO: h1 should be present
[2021-08-09 07:24:46.275300] 0 URLs with multiple h1 into domain | SEO: h1 should be single
[2021-08-09 07:24:46.275400] 0 URLs without h2 into domain | SEO: h2 should be present
[2021-08-09 07:24:46.275600] 0 URLs without h3 into domain | SEO: h3 should be present
[2021-08-09 07:24:46.276500] Checked skipped URLs
[2021-08-09 07:24:46.277700] 0 failed URLs | They are not included into sitemap

[2021-08-09 07:24:46.280400] Set priority
[2021-08-09 07:24:46.379600] Defragged getSeoSitemap table

[2021-08-09 07:24:46.470300] Optimized getSeoSitemap table
[2021-08-09 07:24:46.530100] Defragged getSeoSitemapExec table

[2021-08-09 07:24:46.586700] Optimized getSeoSitemapExec table
[2021-08-09 07:24:46.586900] ##### SEO
[2021-08-09 07:24:46.587800] ##### URLs with size > 132.00 Kb into sitemap | SEO: page size should be lower than 132.00 Kb
[2021-08-09 07:24:46.587900] ##########
[2021-08-09 07:24:46.588000] 0 URLs with size > 132.00 Kb into sitemap

[2021-08-09 07:24:46.588900] 0 URLs with title length < 5 characters into sitemap
[2021-08-09 07:24:46.589700] 0 URLs with title length > 100 characters into sitemap

[2021-08-09 07:24:46.590500] 0 URLs with duplicate title into sitemap
[2021-08-09 07:24:46.591300] 0 URLs with description length < 50 characters into sitemap
[2021-08-09 07:24:46.592100] 0 URLs with description length > 160 characters into sitemap
[2021-08-09 07:24:46.592900] 0 URLs with duplicate description into sitemap
[2021-08-09 07:24:46.593600] 0 URLs into domain out of sitemap

[2021-08-09 07:24:46.594400] Set priority 1.0 to 1 URLs into sitemap
[2021-08-09 07:24:46.595200] Set priority 0.8 to 0 URLs into sitemap
[2021-08-09 07:24:46.595900] Set priority 0.5 to 0 URLs into sitemap
[2021-08-09 07:24:46.596600] Set daily change frequency to 1 URLs into sitemap
[2021-08-09 07:24:46.597300] Set weekly change frequency to 0 URLs into sitemap
[2021-08-09 07:24:46.598100] Set monthly change frequency to 0 URLs into sitemap
[2021-08-09 07:24:46.598800] Set yearly change frequency to 0 URLs into sitemap
[2021-08-09 07:24:46.599600] Min last modified time into sitemap is 2021.08.09 00:24:46
[2021-08-09 07:24:46.599600] Max last modified time into sitemap is 2021.08.09 00:24:46

[2021-08-09 07:24:46.601100] Saved sitemap.xml
[2021-08-09 07:24:46.601900] Saved sitemap.xml.gz
[2021-08-09 07:24:46.602200] Deleted sitemap.xml
[2021-08-09 07:24:46.603200] Wrote robots.txt

[2021-08-09 07:24:46.615800] ################################
[2021-08-09 07:24:46.615900] Included 1 URLs into sitemap
[2021-08-09 07:24:46.616000] ################################

[2021-08-09 07:24:46.616800] 0 URLs out of domain out of sitemap
[2021-08-09 07:24:46.617500] 0 URLs with malformed characters into domain out of sitemap

[2021-08-09 07:24:46.617600] Total execution time 00:00:01
[2021-08-09 07:24:46.617600] ##### Execution end

[2021-08-09 07:26:38.805900] ## getSeoSitemap v4.1.1
[2021-08-09 07:26:38.806200] Execution start
[2021-08-09 07:26:38.807300] Renamed previous backup sitemap
[2021-08-09 07:26:38.807800] Saved backup sitemap
[2021-08-09 07:26:38.808000] Deleted previous backup sitemap
[2021-08-09 07:26:38.809100] Scan start
[2021-08-09 07:26:39.022000] Scan end

[2021-08-09 07:26:39.022900] Deleted old URLs
[2021-08-09 07:26:39.023700] 1 scanned URLs
[2021-08-09 07:26:39.023900] 0 URLs without title into domain | SEO: title should be present
[2021-08-09 07:26:39.023900] 0 URLs with multiple title into domain | SEO: title should be single
[2021-08-09 07:26:39.024000] 0 URLs without description into domain | SEO: description should be present
[2021-08-09 07:26:39.024100] 0 URLs with multiple description into domain | SEO: description should be single
[2021-08-09 07:26:39.024100] 0 URLs without h1 into domain | SEO: h1 should be present
[2021-08-09 07:26:39.024200] 0 URLs with multiple h1 into domain | SEO: h1 should be single
[2021-08-09 07:26:39.024300] 0 URLs without h2 into domain | SEO: h2 should be present
[2021-08-09 07:26:39.024400] 0 URLs without h3 into domain | SEO: h3 should be present
[2021-08-09 07:26:39.025200] Checked skipped URLs
[2021-08-09 07:26:39.026600] 0 failed URLs | They are not included into sitemap

[2021-08-09 07:26:39.029300] Set priority
[2021-08-09 07:26:39.143000] Defragged getSeoSitemap table

[2021-08-09 07:26:39.232200] Optimized getSeoSitemap table
[2021-08-09 07:26:39.288600] Defragged getSeoSitemapExec table

[2021-08-09 07:26:39.343800] Optimized getSeoSitemapExec table
[2021-08-09 07:26:39.344000] ##### SEO
[2021-08-09 07:26:39.345000] ##### URLs with size > 132.00 Kb into sitemap | SEO: page size should be lower than 132.00 Kb
[2021-08-09 07:26:39.345100] ##########
[2021-08-09 07:26:39.345200] 0 URLs with size > 132.00 Kb into sitemap

[2021-08-09 07:26:39.346100] 0 URLs with title length < 5 characters into sitemap
[2021-08-09 07:26:39.347000] 0 URLs with title length > 100 characters into sitemap

[2021-08-09 07:26:39.347900] 0 URLs with duplicate title into sitemap
[2021-08-09 07:26:39.348800] 0 URLs with description length < 50 characters into sitemap
[2021-08-09 07:26:39.349500] 0 URLs with description length > 160 characters into sitemap
[2021-08-09 07:26:39.350300] 0 URLs with duplicate description into sitemap
[2021-08-09 07:26:39.351000] 0 URLs into domain out of sitemap

[2021-08-09 07:26:39.351800] Set priority 1.0 to 1 URLs into sitemap
[2021-08-09 07:26:39.352600] Set priority 0.8 to 0 URLs into sitemap
[2021-08-09 07:26:39.353300] Set priority 0.5 to 0 URLs into sitemap
[2021-08-09 07:26:39.354100] Set daily change frequency to 1 URLs into sitemap
[2021-08-09 07:26:39.354800] Set weekly change frequency to 0 URLs into sitemap
[2021-08-09 07:26:39.355500] Set monthly change frequency to 0 URLs into sitemap
[2021-08-09 07:26:39.356200] Set yearly change frequency to 0 URLs into sitemap
[2021-08-09 07:26:39.357000] Min last modified time into sitemap is 2021.08.09 00:26:39
[2021-08-09 07:26:39.357100] Max last modified time into sitemap is 2021.08.09 00:26:39

[2021-08-09 07:26:39.358500] Saved sitemap.xml
[2021-08-09 07:26:39.359200] Saved sitemap.xml.gz
[2021-08-09 07:26:39.359500] Deleted sitemap.xml
[2021-08-09 07:26:39.360600] Wrote robots.txt

[2021-08-09 07:26:39.372800] ################################
[2021-08-09 07:26:39.372900] Included 1 URLs into sitemap
[2021-08-09 07:26:39.372900] ################################

[2021-08-09 07:26:39.373600] 0 URLs out of domain out of sitemap
[2021-08-09 07:26:39.374300] 0 URLs with malformed characters into domain out of sitemap

[2021-08-09 07:26:39.374400] Total execution time 00:00:01
[2021-08-09 07:26:39.374500] ##### Execution end

[2021-08-09 07:28:19.245500] ## getSeoSitemap v4.1.1
[2021-08-09 07:28:19.245900] Execution start
[2021-08-09 07:28:19.247200] Renamed previous backup sitemap
[2021-08-09 07:28:19.247500] Saved backup sitemap
[2021-08-09 07:28:19.247800] Deleted previous backup sitemap
[2021-08-09 07:28:19.249200] Scan start
[2021-08-09 07:28:19.443400] Scan end

[2021-08-09 07:28:19.444200] Deleted old URLs
[2021-08-09 07:28:19.445200] 1 scanned URLs
[2021-08-09 07:28:19.445300] 0 URLs without title into domain | SEO: title should be present
[2021-08-09 07:28:19.445400] 0 URLs with multiple title into domain | SEO: title should be single
[2021-08-09 07:28:19.445400] 0 URLs without description into domain | SEO: description should be present
[2021-08-09 07:28:19.445500] 0 URLs with multiple description into domain | SEO: description should be single
[2021-08-09 07:28:19.445600] 0 URLs without h1 into domain | SEO: h1 should be present
[2021-08-09 07:28:19.445700] 0 URLs with multiple h1 into domain | SEO: h1 should be single
[2021-08-09 07:28:19.445800] 0 URLs without h2 into domain | SEO: h2 should be present
[2021-08-09 07:28:19.445800] 0 URLs without h3 into domain | SEO: h3 should be present
[2021-08-09 07:28:19.446800] Checked skipped URLs
[2021-08-09 07:28:19.448000] 0 failed URLs | They are not included into sitemap

[2021-08-09 07:28:19.450600] Set priority
[2021-08-09 07:28:19.549800] Defragged getSeoSitemap table

[2021-08-09 07:28:19.639200] Optimized getSeoSitemap table
[2021-08-09 07:28:19.699600] Defragged getSeoSitemapExec table

[2021-08-09 07:28:19.743000] Optimized getSeoSitemapExec table
[2021-08-09 07:28:19.743200] ##### SEO
[2021-08-09 07:28:19.744400] ##### URLs with size > 132.00 Kb into sitemap | SEO: page size should be lower than 132.00 Kb
[2021-08-09 07:28:19.744500] ##########
[2021-08-09 07:28:19.744700] 0 URLs with size > 132.00 Kb into sitemap

[2021-08-09 07:28:19.745700] 0 URLs with title length < 5 characters into sitemap
[2021-08-09 07:28:19.747000] 0 URLs with title length > 100 characters into sitemap

[2021-08-09 07:28:19.748100] 0 URLs with duplicate title into sitemap
[2021-08-09 07:28:19.749000] 0 URLs with description length < 50 characters into sitemap
[2021-08-09 07:28:19.749900] 0 URLs with description length > 160 characters into sitemap
[2021-08-09 07:28:19.750700] 0 URLs with duplicate description into sitemap
[2021-08-09 07:28:19.751500] 0 URLs into domain out of sitemap

[2021-08-09 07:28:19.752400] Set priority 1.0 to 1 URLs into sitemap
[2021-08-09 07:28:19.753300] Set priority 0.8 to 0 URLs into sitemap
[2021-08-09 07:28:19.754200] Set priority 0.5 to 0 URLs into sitemap
[2021-08-09 07:28:19.755100] Set daily change frequency to 1 URLs into sitemap
[2021-08-09 07:28:19.755900] Set weekly change frequency to 0 URLs into sitemap
[2021-08-09 07:28:19.756800] Set monthly change frequency to 0 URLs into sitemap
[2021-08-09 07:28:19.757600] Set yearly change frequency to 0 URLs into sitemap
[2021-08-09 07:28:19.758500] Min last modified time into sitemap is 2021.08.09 00:26:39
[2021-08-09 07:28:19.758600] Max last modified time into sitemap is 2021.08.09 00:26:39

[2021-08-09 07:28:19.760500] Saved sitemap.xml
[2021-08-09 07:28:19.761500] Saved sitemap.xml.gz
[2021-08-09 07:28:19.761900] Deleted sitemap.xml
[2021-08-09 07:28:19.763200] Wrote robots.txt

[2021-08-09 07:28:19.775800] ################################
[2021-08-09 07:28:19.776000] Included 1 URLs into sitemap
[2021-08-09 07:28:19.776200] ################################

[2021-08-09 07:28:19.777400] 0 URLs out of domain out of sitemap
[2021-08-09 07:28:19.778300] 0 URLs with malformed characters into domain out of sitemap

[2021-08-09 07:28:19.778500] Total execution time 00:00:00
[2021-08-09 07:28:19.778600] ##### Execution end

[2021-08-09 07:29:42.916800] ## getSeoSitemap v4.1.1
[2021-08-09 07:29:42.917200] Execution start
[2021-08-09 07:29:42.918300] Renamed previous backup sitemap
[2021-08-09 07:29:42.918700] Saved backup sitemap
[2021-08-09 07:29:42.918900] Deleted previous backup sitemap
[2021-08-09 07:29:42.920100] Scan start
[2021-08-09 07:29:43.101500] Scan end

[2021-08-09 07:29:43.102400] Deleted old URLs
[2021-08-09 07:29:43.103300] 1 scanned URLs
[2021-08-09 07:29:43.103400] 0 URLs without title into domain | SEO: title should be present
[2021-08-09 07:29:43.103500] 0 URLs with multiple title into domain | SEO: title should be single
[2021-08-09 07:29:43.103500] 0 URLs without description into domain | SEO: description should be present
[2021-08-09 07:29:43.103600] 0 URLs with multiple description into domain | SEO: description should be single
[2021-08-09 07:29:43.103700] 0 URLs without h1 into domain | SEO: h1 should be present
[2021-08-09 07:29:43.103800] 0 URLs with multiple h1 into domain | SEO: h1 should be single
[2021-08-09 07:29:43.103900] 0 URLs without h2 into domain | SEO: h2 should be present
[2021-08-09 07:29:43.103900] 0 URLs without h3 into domain | SEO: h3 should be present
[2021-08-09 07:29:43.104700] Checked skipped URLs
[2021-08-09 07:29:43.105700] 0 failed URLs | They are not included into sitemap

[2021-08-09 07:29:43.108100] Set priority
[2021-08-09 07:29:43.208500] Defragged getSeoSitemap table

[2021-08-09 07:29:43.293900] Optimized getSeoSitemap table
[2021-08-09 07:29:43.351300] Defragged getSeoSitemapExec table

[2021-08-09 07:29:43.405600] Optimized getSeoSitemapExec table
[2021-08-09 07:29:43.405900] ##### SEO
[2021-08-09 07:29:43.406800] ##### URLs with size > 132.00 Kb into sitemap | SEO: page size should be lower than 132.00 Kb
[2021-08-09 07:29:43.406900] ##########
[2021-08-09 07:29:43.407000] 0 URLs with size > 132.00 Kb into sitemap

[2021-08-09 07:29:43.407900] 0 URLs with title length < 5 characters into sitemap
[2021-08-09 07:29:43.408800] 0 URLs with title length > 100 characters into sitemap

[2021-08-09 07:29:43.409700] 0 URLs with duplicate title into sitemap
[2021-08-09 07:29:43.410600] 0 URLs with description length < 50 characters into sitemap
[2021-08-09 07:29:43.411500] 0 URLs with description length > 160 characters into sitemap
[2021-08-09 07:29:43.412500] 0 URLs with duplicate description into sitemap
[2021-08-09 07:29:43.413400] 0 URLs into domain out of sitemap

[2021-08-09 07:29:43.414400] Set priority 1.0 to 1 URLs into sitemap
[2021-08-09 07:29:43.415200] Set priority 0.8 to 0 URLs into sitemap
[2021-08-09 07:29:43.416000] Set priority 0.5 to 0 URLs into sitemap
[2021-08-09 07:29:43.416800] Set daily change frequency to 1 URLs into sitemap
[2021-08-09 07:29:43.417600] Set weekly change frequency to 0 URLs into sitemap
[2021-08-09 07:29:43.418500] Set monthly change frequency to 0 URLs into sitemap
[2021-08-09 07:29:43.419400] Set yearly change frequency to 0 URLs into sitemap
[2021-08-09 07:29:43.420400] Min last modified time into sitemap is 2021.08.09 00:26:39
[2021-08-09 07:29:43.420500] Max last modified time into sitemap is 2021.08.09 00:26:39

[2021-08-09 07:29:43.422100] Saved sitemap.xml
[2021-08-09 07:29:43.422900] Saved sitemap.xml.gz
[2021-08-09 07:29:43.423200] Deleted sitemap.xml
[2021-08-09 07:29:43.424200] Wrote robots.txt

[2021-08-09 07:29:43.436800] ################################
[2021-08-09 07:29:43.437000] Included 1 URLs into sitemap
[2021-08-09 07:29:43.437000] ################################

[2021-08-09 07:29:43.438000] 0 URLs out of domain out of sitemap
[2021-08-09 07:29:43.438700] 0 URLs with malformed characters into domain out of sitemap

[2021-08-09 07:29:43.438800] Total execution time 00:00:01
[2021-08-09 07:29:43.438900] ##### Execution end

[2021-08-09 07:32:26.553200] ## getSeoSitemap v4.1.1
[2021-08-09 07:32:26.553600] Execution start
[2021-08-09 07:32:26.555300] Renamed previous backup sitemap
[2021-08-09 07:32:26.555800] Saved backup sitemap
[2021-08-09 07:32:26.556100] Deleted previous backup sitemap
[2021-08-09 07:32:26.557800] Scan start
[2021-08-09 07:32:26.826200] Scan end

[2021-08-09 07:32:26.827100] Deleted old URLs
[2021-08-09 07:32:26.828000] 1 scanned URLs
[2021-08-09 07:32:26.828100] 0 URLs without title into domain | SEO: title should be present
[2021-08-09 07:32:26.828300] 0 URLs with multiple title into domain | SEO: title should be single
[2021-08-09 07:32:26.828400] 0 URLs without description into domain | SEO: description should be present
[2021-08-09 07:32:26.828600] 0 URLs with multiple description into domain | SEO: description should be single
[2021-08-09 07:32:26.828700] 0 URLs without h1 into domain | SEO: h1 should be present
[2021-08-09 07:32:26.828800] 0 URLs with multiple h1 into domain | SEO: h1 should be single
[2021-08-09 07:32:26.829000] 0 URLs without h2 into domain | SEO: h2 should be present
[2021-08-09 07:32:26.829100] 0 URLs without h3 into domain | SEO: h3 should be present
[2021-08-09 07:32:26.830000] Checked skipped URLs
[2021-08-09 07:32:26.831500] 0 failed URLs | They are not included into sitemap

[2021-08-09 07:32:26.834400] Set priority
[2021-08-09 07:32:26.945300] Defragged getSeoSitemap table

[2021-08-09 07:32:27.056900] Optimized getSeoSitemap table
[2021-08-09 07:32:27.144400] Defragged getSeoSitemapExec table

[2021-08-09 07:32:27.210800] Optimized getSeoSitemapExec table
[2021-08-09 07:32:27.211100] ##### SEO
[2021-08-09 07:32:27.212400] ##### URLs with size > 132.00 Kb into sitemap | SEO: page size should be lower than 132.00 Kb
[2021-08-09 07:32:27.212600] ##########
[2021-08-09 07:32:27.212800] 0 URLs with size > 132.00 Kb into sitemap

[2021-08-09 07:32:27.214000] 0 URLs with title length < 5 characters into sitemap
[2021-08-09 07:32:27.216000] 0 URLs with title length > 100 characters into sitemap

[2021-08-09 07:32:27.217300] 0 URLs with duplicate title into sitemap
[2021-08-09 07:32:27.218500] 0 URLs with description length < 50 characters into sitemap
[2021-08-09 07:32:27.219800] 0 URLs with description length > 160 characters into sitemap
[2021-08-09 07:32:27.221000] 0 URLs with duplicate description into sitemap
[2021-08-09 07:32:27.222100] 0 URLs into domain out of sitemap

[2021-08-09 07:32:27.223500] Set priority 1.0 to 1 URLs into sitemap
[2021-08-09 07:32:27.224600] Set priority 0.8 to 0 URLs into sitemap
[2021-08-09 07:32:27.225700] Set priority 0.5 to 0 URLs into sitemap
[2021-08-09 07:32:27.226600] Set daily change frequency to 1 URLs into sitemap
[2021-08-09 07:32:27.227700] Set weekly change frequency to 0 URLs into sitemap
[2021-08-09 07:32:27.229300] Set monthly change frequency to 0 URLs into sitemap
[2021-08-09 07:32:27.230200] Set yearly change frequency to 0 URLs into sitemap
[2021-08-09 07:32:27.231200] Min last modified time into sitemap is 2021.08.09 00:26:39
[2021-08-09 07:32:27.231300] Max last modified time into sitemap is 2021.08.09 00:26:39

[2021-08-09 07:32:27.233400] Saved sitemap.xml
[2021-08-09 07:32:27.234300] Saved sitemap.xml.gz
[2021-08-09 07:32:27.234800] Deleted sitemap.xml
[2021-08-09 07:32:27.236300] Wrote robots.txt

[2021-08-09 07:32:27.248800] ################################
[2021-08-09 07:32:27.249000] Included 1 URLs into sitemap
[2021-08-09 07:32:27.249100] ################################

[2021-08-09 07:32:27.250300] 0 URLs out of domain out of sitemap
[2021-08-09 07:32:27.251300] 0 URLs with malformed characters into domain out of sitemap

[2021-08-09 07:32:27.251500] Total execution time 00:00:01
[2021-08-09 07:32:27.251600] ##### Execution end

[2021-08-09 07:33:08.452400] ## getSeoSitemap v4.1.1
[2021-08-09 07:33:08.452900] Execution start
[2021-08-09 07:33:08.454200] Renamed previous backup sitemap
[2021-08-09 07:33:08.454700] Saved backup sitemap
[2021-08-09 07:33:08.455000] Deleted previous backup sitemap
[2021-08-09 07:33:08.456200] Scan start
[2021-08-09 07:33:08.673500] Scan end

[2021-08-09 07:33:08.674400] Deleted old URLs
[2021-08-09 07:33:08.675300] 1 scanned URLs
[2021-08-09 07:33:08.675500] 0 URLs without title into domain | SEO: title should be present
[2021-08-09 07:33:08.675600] 0 URLs with multiple title into domain | SEO: title should be single
[2021-08-09 07:33:08.675800] 0 URLs without description into domain | SEO: description should be present
[2021-08-09 07:33:08.675900] 0 URLs with multiple description into domain | SEO: description should be single
[2021-08-09 07:33:08.676100] 0 URLs without h1 into domain | SEO: h1 should be present
[2021-08-09 07:33:08.676200] 0 URLs with multiple h1 into domain | SEO: h1 should be single
[2021-08-09 07:33:08.676300] 0 URLs without h2 into domain | SEO: h2 should be present
[2021-08-09 07:33:08.676500] 0 URLs without h3 into domain | SEO: h3 should be present
[2021-08-09 07:33:08.677400] Checked skipped URLs
[2021-08-09 07:33:08.678700] 0 failed URLs | They are not included into sitemap

[2021-08-09 07:33:08.681400] Set priority
[2021-08-09 07:33:08.776500] Defragged getSeoSitemap table

[2021-08-09 07:33:08.869600] Optimized getSeoSitemap table
[2021-08-09 07:33:08.932700] Defragged getSeoSitemapExec table

[2021-08-09 07:33:08.987900] Optimized getSeoSitemapExec table
[2021-08-09 07:33:08.988100] ##### SEO
[2021-08-09 07:33:08.989100] ##### URLs with size > 132.00 Kb into sitemap | SEO: page size should be lower than 132.00 Kb
[2021-08-09 07:33:08.989300] ##########
[2021-08-09 07:33:08.989400] 0 URLs with size > 132.00 Kb into sitemap

[2021-08-09 07:33:08.990200] 0 URLs with title length < 5 characters into sitemap
[2021-08-09 07:33:08.991100] 0 URLs with title length > 100 characters into sitemap

[2021-08-09 07:33:08.992100] 0 URLs with duplicate title into sitemap
[2021-08-09 07:33:08.993000] 0 URLs with description length < 50 characters into sitemap
[2021-08-09 07:33:08.993800] 0 URLs with description length > 160 characters into sitemap
[2021-08-09 07:33:08.994700] 0 URLs with duplicate description into sitemap
[2021-08-09 07:33:08.995600] 0 URLs into domain out of sitemap

[2021-08-09 07:33:08.996500] Set priority 1.0 to 1 URLs into sitemap
[2021-08-09 07:33:08.997300] Set priority 0.8 to 0 URLs into sitemap
[2021-08-09 07:33:08.998200] Set priority 0.5 to 0 URLs into sitemap
[2021-08-09 07:33:08.999100] Set daily change frequency to 1 URLs into sitemap
[2021-08-09 07:33:08.999800] Set weekly change frequency to 0 URLs into sitemap
[2021-08-09 07:33:09.000700] Set monthly change frequency to 0 URLs into sitemap
[2021-08-09 07:33:09.001400] Set yearly change frequency to 0 URLs into sitemap
[2021-08-09 07:33:09.002300] Min last modified time into sitemap is 2021.08.09 00:26:39
[2021-08-09 07:33:09.002400] Max last modified time into sitemap is 2021.08.09 00:26:39

[2021-08-09 07:33:09.004100] Saved sitemap.xml
[2021-08-09 07:33:09.005100] Saved sitemap.xml.gz
[2021-08-09 07:33:09.005500] Deleted sitemap.xml
[2021-08-09 07:33:09.006800] Wrote robots.txt

[2021-08-09 07:33:09.019800] ################################
[2021-08-09 07:33:09.020000] Included 1 URLs into sitemap
[2021-08-09 07:33:09.020100] ################################

[2021-08-09 07:33:09.020900] 0 URLs out of domain out of sitemap
[2021-08-09 07:33:09.021600] 0 URLs with malformed characters into domain out of sitemap

[2021-08-09 07:33:09.021800] Total execution time 00:00:01
[2021-08-09 07:33:09.022000] ##### Execution end

[2021-08-09 07:34:18.735100] ## getSeoSitemap v4.1.1
[2021-08-09 07:34:18.735600] Execution start
[2021-08-09 07:34:18.736800] Renamed previous backup sitemap
[2021-08-09 07:34:18.737300] Saved backup sitemap
[2021-08-09 07:34:18.737500] Deleted previous backup sitemap
[2021-08-09 07:34:18.738500] Scan start
[2021-08-09 07:34:18.909700] Scan end

[2021-08-09 07:34:18.910500] Deleted old URLs
[2021-08-09 07:34:18.911300] 1 scanned URLs
[2021-08-09 07:34:18.911400] 0 URLs without title into domain | SEO: title should be present
[2021-08-09 07:34:18.911500] 0 URLs with multiple title into domain | SEO: title should be single
[2021-08-09 07:34:18.911600] 0 URLs without description into domain | SEO: description should be present
[2021-08-09 07:34:18.911700] 0 URLs with multiple description into domain | SEO: description should be single
[2021-08-09 07:34:18.911800] 0 URLs without h1 into domain | SEO: h1 should be present
[2021-08-09 07:34:18.911900] 0 URLs with multiple h1 into domain | SEO: h1 should be single
[2021-08-09 07:34:18.911900] 0 URLs without h2 into domain | SEO: h2 should be present
[2021-08-09 07:34:18.912000] 0 URLs without h3 into domain | SEO: h3 should be present
[2021-08-09 07:34:18.912900] Checked skipped URLs
[2021-08-09 07:34:18.914000] 0 failed URLs | They are not included into sitemap

[2021-08-09 07:34:18.916300] Set priority
[2021-08-09 07:34:19.021100] Defragged getSeoSitemap table

[2021-08-09 07:34:19.103500] Optimized getSeoSitemap table
[2021-08-09 07:34:19.159900] Defragged getSeoSitemapExec table

[2021-08-09 07:34:19.211200] Optimized getSeoSitemapExec table
[2021-08-09 07:34:19.211300] ##### SEO
[2021-08-09 07:34:19.212200] ##### URLs with size > 132.00 Kb into sitemap | SEO: page size should be lower than 132.00 Kb
[2021-08-09 07:34:19.212300] ##########
[2021-08-09 07:34:19.212400] 0 URLs with size > 132.00 Kb into sitemap

[2021-08-09 07:34:19.213200] 0 URLs with title length < 5 characters into sitemap
[2021-08-09 07:34:19.214000] 0 URLs with title length > 100 characters into sitemap

[2021-08-09 07:34:19.215000] 0 URLs with duplicate title into sitemap
[2021-08-09 07:34:19.215700] 0 URLs with description length < 50 characters into sitemap
[2021-08-09 07:34:19.216500] 0 URLs with description length > 160 characters into sitemap
[2021-08-09 07:34:19.217300] 0 URLs with duplicate description into sitemap
[2021-08-09 07:34:19.218000] 0 URLs into domain out of sitemap

[2021-08-09 07:34:19.218900] Set priority 1.0 to 1 URLs into sitemap
[2021-08-09 07:34:19.219600] Set priority 0.8 to 0 URLs into sitemap
[2021-08-09 07:34:19.220300] Set priority 0.5 to 0 URLs into sitemap
[2021-08-09 07:34:19.221100] Set daily change frequency to 1 URLs into sitemap
[2021-08-09 07:34:19.221800] Set weekly change frequency to 0 URLs into sitemap
[2021-08-09 07:34:19.222500] Set monthly change frequency to 0 URLs into sitemap
[2021-08-09 07:34:19.223300] Set yearly change frequency to 0 URLs into sitemap
[2021-08-09 07:34:19.224300] Min last modified time into sitemap is 2021.08.09 00:26:39
[2021-08-09 07:34:19.224400] Max last modified time into sitemap is 2021.08.09 00:26:39

[2021-08-09 07:34:19.226100] Saved sitemap.xml
[2021-08-09 07:34:19.227300] Saved sitemap.xml.gz
[2021-08-09 07:34:19.227800] Deleted sitemap.xml
[2021-08-09 07:34:19.229100] Wrote robots.txt

[2021-08-09 07:34:19.241800] ################################
[2021-08-09 07:34:19.242000] Included 1 URLs into sitemap
[2021-08-09 07:34:19.242100] ################################

[2021-08-09 07:34:19.243000] 0 URLs out of domain out of sitemap
[2021-08-09 07:34:19.243800] 0 URLs with malformed characters into domain out of sitemap

[2021-08-09 07:34:19.243900] Total execution time 00:00:01
[2021-08-09 07:34:19.244000] ##### Execution end

[2021-08-09 07:57:10.803200] ## getSeoSitemap v4.1.1
[2021-08-09 07:57:10.803600] Execution start
[2021-08-09 07:57:10.804700] Renamed previous backup sitemap
[2021-08-09 07:57:10.805200] Saved backup sitemap
[2021-08-09 07:57:10.805500] Deleted previous backup sitemap
[2021-08-09 07:57:10.806700] Scan start
[2021-08-09 07:57:11.016100] Scan end

[2021-08-09 07:57:11.016800] Deleted old URLs
[2021-08-09 07:57:11.017500] 1 scanned URLs
[2021-08-09 07:57:11.017600] 0 URLs without title into domain | SEO: title should be present
[2021-08-09 07:57:11.017700] 0 URLs with multiple title into domain | SEO: title should be single
[2021-08-09 07:57:11.017800] 0 URLs without description into domain | SEO: description should be present
[2021-08-09 07:57:11.017900] 0 URLs with multiple description into domain | SEO: description should be single
[2021-08-09 07:57:11.017900] 0 URLs without h1 into domain | SEO: h1 should be present
[2021-08-09 07:57:11.018000] 0 URLs with multiple h1 into domain | SEO: h1 should be single
[2021-08-09 07:57:11.018100] 0 URLs without h2 into domain | SEO: h2 should be present
[2021-08-09 07:57:11.018200] 0 URLs without h3 into domain | SEO: h3 should be present
[2021-08-09 07:57:11.018900] Checked skipped URLs
[2021-08-09 07:57:11.019900] 0 failed URLs | They are not included into sitemap

[2021-08-09 07:57:11.022100] Set priority
[2021-08-09 07:57:11.110400] Defragged getSeoSitemap table

[2021-08-09 07:57:11.191400] Optimized getSeoSitemap table
[2021-08-09 07:57:11.245200] Defragged getSeoSitemapExec table

[2021-08-09 07:57:11.298300] Optimized getSeoSitemapExec table
[2021-08-09 07:57:11.298500] ##### SEO
[2021-08-09 07:57:11.299500] ##### URLs with size > 132.00 Kb into sitemap | SEO: page size should be lower than 132.00 Kb
[2021-08-09 07:57:11.299600] ##########
[2021-08-09 07:57:11.299800] 0 URLs with size > 132.00 Kb into sitemap

[2021-08-09 07:57:11.300600] 0 URLs with title length < 5 characters into sitemap
[2021-08-09 07:57:11.301500] 0 URLs with title length > 100 characters into sitemap

[2021-08-09 07:57:11.302500] 0 URLs with duplicate title into sitemap
[2021-08-09 07:57:11.303300] 0 URLs with description length < 50 characters into sitemap
[2021-08-09 07:57:11.304000] 0 URLs with description length > 160 characters into sitemap
[2021-08-09 07:57:11.304900] 0 URLs with duplicate description into sitemap
[2021-08-09 07:57:11.305700] 0 URLs into domain out of sitemap

[2021-08-09 07:57:11.306600] Set priority 1.0 to 1 URLs into sitemap
[2021-08-09 07:57:11.307400] Set priority 0.8 to 0 URLs into sitemap
[2021-08-09 07:57:11.308100] Set priority 0.5 to 0 URLs into sitemap
[2021-08-09 07:57:11.308900] Set daily change frequency to 1 URLs into sitemap
[2021-08-09 07:57:11.309700] Set weekly change frequency to 0 URLs into sitemap
[2021-08-09 07:57:11.310400] Set monthly change frequency to 0 URLs into sitemap
[2021-08-09 07:57:11.311200] Set yearly change frequency to 0 URLs into sitemap
[2021-08-09 07:57:11.312000] Min last modified time into sitemap is 2021.08.09 00:26:39
[2021-08-09 07:57:11.312200] Max last modified time into sitemap is 2021.08.09 00:26:39

[2021-08-09 07:57:11.313800] Saved sitemap.xml
[2021-08-09 07:57:11.314700] Saved sitemap.xml.gz
[2021-08-09 07:57:11.315100] Deleted sitemap.xml
[2021-08-09 07:57:11.316100] Wrote robots.txt

[2021-08-09 07:57:11.328800] ################################
[2021-08-09 07:57:11.328900] Included 1 URLs into sitemap
[2021-08-09 07:57:11.329000] ################################

[2021-08-09 07:57:11.329800] 0 URLs out of domain out of sitemap
[2021-08-09 07:57:11.330500] 0 URLs with malformed characters into domain out of sitemap

[2021-08-09 07:57:11.330600] Total execution time 00:00:01
[2021-08-09 07:57:11.330700] ##### Execution end

[2021-08-09 07:59:09.387900] ## getSeoSitemap v4.1.1
[2021-08-09 07:59:09.388200] Execution start
[2021-08-09 07:59:09.389300] Renamed previous backup sitemap
[2021-08-09 07:59:09.389700] Saved backup sitemap
[2021-08-09 07:59:09.389900] Deleted previous backup sitemap
[2021-08-09 07:59:09.391000] Scan start
[2021-08-09 07:59:09.620900] Scan end

[2021-08-09 07:59:09.621800] Deleted old URLs
[2021-08-09 07:59:09.622500] 1 scanned URLs
[2021-08-09 07:59:09.622600] 0 URLs without title into domain | SEO: title should be present
[2021-08-09 07:59:09.622800] 0 URLs with multiple title into domain | SEO: title should be single
[2021-08-09 07:59:09.622800] 0 URLs without description into domain | SEO: description should be present
[2021-08-09 07:59:09.622900] 0 URLs with multiple description into domain | SEO: description should be single
[2021-08-09 07:59:09.623000] 0 URLs without h1 into domain | SEO: h1 should be present
[2021-08-09 07:59:09.623000] 0 URLs with multiple h1 into domain | SEO: h1 should be single
[2021-08-09 07:59:09.623100] 0 URLs without h2 into domain | SEO: h2 should be present
[2021-08-09 07:59:09.623200] 0 URLs without h3 into domain | SEO: h3 should be present
[2021-08-09 07:59:09.624000] Checked skipped URLs
[2021-08-09 07:59:09.625100] 0 failed URLs | They are not included into sitemap

[2021-08-09 07:59:09.627300] Set priority
[2021-08-09 07:59:09.724200] Defragged getSeoSitemap table

[2021-08-09 07:59:09.819500] Optimized getSeoSitemap table
[2021-08-09 07:59:09.879800] Defragged getSeoSitemapExec table

[2021-08-09 07:59:09.931400] Optimized getSeoSitemapExec table
[2021-08-09 07:59:09.931600] ##### SEO
[2021-08-09 07:59:09.932600] ##### URLs with size > 132.00 Kb into sitemap | SEO: page size should be lower than 132.00 Kb
[2021-08-09 07:59:09.932700] ##########
[2021-08-09 07:59:09.932800] 0 URLs with size > 132.00 Kb into sitemap

[2021-08-09 07:59:09.933700] 0 URLs with title length < 5 characters into sitemap
[2021-08-09 07:59:09.934600] 0 URLs with title length > 100 characters into sitemap

[2021-08-09 07:59:09.935400] 0 URLs with duplicate title into sitemap
[2021-08-09 07:59:09.936200] 0 URLs with description length < 50 characters into sitemap
[2021-08-09 07:59:09.937000] 0 URLs with description length > 160 characters into sitemap
[2021-08-09 07:59:09.937900] 0 URLs with duplicate description into sitemap
[2021-08-09 07:59:09.938700] 0 URLs into domain out of sitemap

[2021-08-09 07:59:09.939500] Set priority 1.0 to 1 URLs into sitemap
[2021-08-09 07:59:09.940300] Set priority 0.8 to 0 URLs into sitemap
[2021-08-09 07:59:09.941000] Set priority 0.5 to 0 URLs into sitemap
[2021-08-09 07:59:09.941700] Set daily change frequency to 1 URLs into sitemap
[2021-08-09 07:59:09.942400] Set weekly change frequency to 0 URLs into sitemap
[2021-08-09 07:59:09.943100] Set monthly change frequency to 0 URLs into sitemap
[2021-08-09 07:59:09.943800] Set yearly change frequency to 0 URLs into sitemap
[2021-08-09 07:59:09.944500] Min last modified time into sitemap is 2021.08.09 00:26:39
[2021-08-09 07:59:09.944600] Max last modified time into sitemap is 2021.08.09 00:26:39

[2021-08-09 07:59:09.946300] Saved sitemap.xml
[2021-08-09 07:59:09.947200] Saved sitemap.xml.gz
[2021-08-09 07:59:09.947500] Deleted sitemap.xml
[2021-08-09 07:59:09.948800] Wrote robots.txt

[2021-08-09 07:59:09.961800] ################################
[2021-08-09 07:59:09.962000] Included 1 URLs into sitemap
[2021-08-09 07:59:09.962100] ################################

[2021-08-09 07:59:09.963600] 0 URLs out of domain out of sitemap
[2021-08-09 07:59:09.964900] 0 URLs with malformed characters into domain out of sitemap

[2021-08-09 07:59:09.965100] Total execution time 00:00:00
[2021-08-09 07:59:09.965200] ##### Execution end

[2021-08-09 08:00:51.930400] ## getSeoSitemap v4.1.1
[2021-08-09 08:00:51.930800] Execution start
[2021-08-09 08:00:51.932100] Renamed previous backup sitemap
[2021-08-09 08:00:51.932300] Saved backup sitemap
[2021-08-09 08:00:51.932500] Deleted previous backup sitemap
[2021-08-09 08:00:51.935400] Scan start
[2021-08-09 08:00:52.199900] Scan end

[2021-08-09 08:00:52.200800] Deleted old URLs
[2021-08-09 08:00:52.201800] 1 scanned URLs
[2021-08-09 08:00:52.201900] 0 URLs without title into domain | SEO: title should be present
[2021-08-09 08:00:52.202000] 0 URLs with multiple title into domain | SEO: title should be single
[2021-08-09 08:00:52.202100] 0 URLs without description into domain | SEO: description should be present
[2021-08-09 08:00:52.202200] 0 URLs with multiple description into domain | SEO: description should be single
[2021-08-09 08:00:52.202200] 0 URLs without h1 into domain | SEO: h1 should be present
[2021-08-09 08:00:52.202300] 0 URLs with multiple h1 into domain | SEO: h1 should be single
[2021-08-09 08:00:52.202400] 0 URLs without h2 into domain | SEO: h2 should be present
[2021-08-09 08:00:52.202400] 0 URLs without h3 into domain | SEO: h3 should be present
[2021-08-09 08:00:52.203400] Checked skipped URLs
[2021-08-09 08:00:52.204600] 0 failed URLs | They are not included into sitemap

[2021-08-09 08:00:52.207300] Set priority
[2021-08-09 08:00:52.303100] Defragged getSeoSitemap table

[2021-08-09 08:00:52.392500] Optimized getSeoSitemap table
[2021-08-09 08:00:52.454100] Defragged getSeoSitemapExec table

[2021-08-09 08:00:52.514800] Optimized getSeoSitemapExec table
[2021-08-09 08:00:52.515100] ##### SEO
[2021-08-09 08:00:52.516200] ##### URLs with size > 132.00 Kb into sitemap | SEO: page size should be lower than 132.00 Kb
[2021-08-09 08:00:52.516400] ##########
[2021-08-09 08:00:52.516500] 0 URLs with size > 132.00 Kb into sitemap

[2021-08-09 08:00:52.517500] 0 URLs with title length < 5 characters into sitemap
[2021-08-09 08:00:52.518500] 0 URLs with title length > 100 characters into sitemap

[2021-08-09 08:00:52.519500] 0 URLs with duplicate title into sitemap
[2021-08-09 08:00:52.520400] 0 URLs with description length < 50 characters into sitemap
[2021-08-09 08:00:52.521400] 0 URLs with description length > 160 characters into sitemap
[2021-08-09 08:00:52.522400] 0 URLs with duplicate description into sitemap
[2021-08-09 08:00:52.523300] 0 URLs into domain out of sitemap

[2021-08-09 08:00:52.524200] Set priority 1.0 to 1 URLs into sitemap
[2021-08-09 08:00:52.525000] Set priority 0.8 to 0 URLs into sitemap
[2021-08-09 08:00:52.525800] Set priority 0.5 to 0 URLs into sitemap
[2021-08-09 08:00:52.526600] Set daily change frequency to 1 URLs into sitemap
[2021-08-09 08:00:52.527400] Set weekly change frequency to 0 URLs into sitemap
[2021-08-09 08:00:52.528200] Set monthly change frequency to 0 URLs into sitemap
[2021-08-09 08:00:52.529000] Set yearly change frequency to 0 URLs into sitemap
[2021-08-09 08:00:52.529800] Min last modified time into sitemap is 2021.08.09 00:26:39
[2021-08-09 08:00:52.529900] Max last modified time into sitemap is 2021.08.09 00:26:39

[2021-08-09 08:00:52.531500] Saved sitemap.xml
[2021-08-09 08:00:52.532200] Saved sitemap.xml.gz
[2021-08-09 08:00:52.532500] Deleted sitemap.xml
[2021-08-09 08:00:52.533500] Wrote robots.txt

[2021-08-09 08:00:52.533600] ################################
[2021-08-09 08:00:52.533700] Included 1 URLs into sitemap
[2021-08-09 08:00:52.533800] ################################

[2021-08-09 08:00:52.534700] 0 URLs out of domain out of sitemap
[2021-08-09 08:00:52.535600] 0 URLs with malformed characters into domain out of sitemap

[2021-08-09 08:00:52.535700] Total execution time 00:00:01
[2021-08-09 08:00:52.535800] ##### Execution end

[2021-08-09 08:01:37.881700] ## getSeoSitemap v4.1.1
[2021-08-09 08:01:37.882300] Execution start
[2021-08-09 08:01:37.883500] Renamed previous backup sitemap
[2021-08-09 08:01:37.884000] Saved backup sitemap
[2021-08-09 08:01:37.884200] Deleted previous backup sitemap
[2021-08-09 08:01:37.885600] Scan start
[2021-08-09 08:01:38.075400] Scan end

[2021-08-09 08:01:38.076300] Deleted old URLs
[2021-08-09 08:01:38.077200] 1 scanned URLs
[2021-08-09 08:01:38.077400] 0 URLs without title into domain | SEO: title should be present
[2021-08-09 08:01:38.077500] 0 URLs with multiple title into domain | SEO: title should be single
[2021-08-09 08:01:38.077600] 0 URLs without description into domain | SEO: description should be present
[2021-08-09 08:01:38.077800] 0 URLs with multiple description into domain | SEO: description should be single
[2021-08-09 08:01:38.077900] 0 URLs without h1 into domain | SEO: h1 should be present
[2021-08-09 08:01:38.078000] 0 URLs with multiple h1 into domain | SEO: h1 should be single
[2021-08-09 08:01:38.078100] 0 URLs without h2 into domain | SEO: h2 should be present
[2021-08-09 08:01:38.078200] 0 URLs without h3 into domain | SEO: h3 should be present
[2021-08-09 08:01:38.079000] Checked skipped URLs
[2021-08-09 08:01:38.080100] 0 failed URLs | They are not included into sitemap

[2021-08-09 08:01:38.082700] Set priority
[2021-08-09 08:01:38.184100] Defragged getSeoSitemap table

[2021-08-09 08:01:38.270900] Optimized getSeoSitemap table
[2021-08-09 08:01:38.326500] Defragged getSeoSitemapExec table

[2021-08-09 08:01:38.381900] Optimized getSeoSitemapExec table
[2021-08-09 08:01:38.382100] ##### SEO
[2021-08-09 08:01:38.383300] ##### URLs with size > 132.00 Kb into sitemap | SEO: page size should be lower than 132.00 Kb
[2021-08-09 08:01:38.383400] ##########
[2021-08-09 08:01:38.383400] 0 URLs with size > 132.00 Kb into sitemap

[2021-08-09 08:01:38.384400] 0 URLs with title length < 5 characters into sitemap
[2021-08-09 08:01:38.385500] 0 URLs with title length > 100 characters into sitemap

[2021-08-09 08:01:38.386800] 0 URLs with duplicate title into sitemap
[2021-08-09 08:01:38.387800] 0 URLs with description length < 50 characters into sitemap
[2021-08-09 08:01:38.388900] 0 URLs with description length > 160 characters into sitemap
[2021-08-09 08:01:38.390000] 0 URLs with duplicate description into sitemap
[2021-08-09 08:01:38.391000] 0 URLs into domain out of sitemap

[2021-08-09 08:01:38.392000] Set priority 1.0 to 1 URLs into sitemap
[2021-08-09 08:01:38.393100] Set priority 0.8 to 0 URLs into sitemap
[2021-08-09 08:01:38.394100] Set priority 0.5 to 0 URLs into sitemap
[2021-08-09 08:01:38.395100] Set daily change frequency to 1 URLs into sitemap
[2021-08-09 08:01:38.396200] Set weekly change frequency to 0 URLs into sitemap
[2021-08-09 08:01:38.397200] Set monthly change frequency to 0 URLs into sitemap
[2021-08-09 08:01:38.398100] Set yearly change frequency to 0 URLs into sitemap
[2021-08-09 08:01:38.399200] Min last modified time into sitemap is 2021.08.09 00:26:39
[2021-08-09 08:01:38.399300] Max last modified time into sitemap is 2021.08.09 00:26:39

[2021-08-09 08:01:38.401300] Saved sitemap.xml
[2021-08-09 08:01:38.402200] Saved sitemap.xml.gz
[2021-08-09 08:01:38.402500] Deleted sitemap.xml
[2021-08-09 08:01:38.403800] Wrote robots.txt

[2021-08-09 08:01:38.415900] ################################
[2021-08-09 08:01:38.416000] Included 1 URLs into sitemap
[2021-08-09 08:01:38.416100] ################################

[2021-08-09 08:01:38.417300] 0 URLs out of domain out of sitemap
[2021-08-09 08:01:38.418100] 0 URLs with malformed characters into domain out of sitemap

[2021-08-09 08:01:38.418200] Total execution time 00:00:01
[2021-08-09 08:01:38.418200] ##### Execution end
johnbe4 commented 3 years ago

I checked your page using Chrome Tools. Into your page source there not links to follow.

--   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |
  |   |

All links are into the frame. So, at the present getSeoSitemap can't follow links into frame cause it is no able to exec js code. Only a browser can do that. getSeoSitemap is a crawler / spider that reads text only. Using your solution I'm sure you're gonna loose traffic from search engines. So at the present my script reads js, but all links must be already included into the code. My script can't exec js. I'm sorry!

johnbe4 commented 3 years ago

Please send me your getSeoSitemap/config.php

nikoboomer commented 3 years ago

If, as indicated, they are generated by createelement after loading the doom. However, the links that interest me are inside the iframe.

johnbe4 commented 3 years ago

So, I'm sorry but in that case it is not possible scanning those links. Please send me your getSeoSitemap/config.php.

johnbe4 commented 3 years ago

Please look up on https://support.google.com/webmasters/answer/2409684?hl=en

johnbe4 commented 3 years ago

Hi Niko, I'm closing this issue. Best, John