• Welcome to Sitemap Generator Forum.
 

Only main page indexed, used to work well

Started by a.drent, September 18, 2024, 02:51:12 PM

Previous topic - Next topic

a.drent

I made a lot of changes to my site and ran the stand-alone sitemap. It only indexes the main page, nothing more. In my previous scan it came up with around 550 pages, which is correct. I probably doing something wrong as I remember fiddling to get it running. But I can't remember. I also tried the 'free version' from your site, with the same results. The site is [ External links are visible to forum administrators only ]


a.drent

If I use [ External links are visible to forum administrators only ] then I get:
An error occured
There was an error while retrieving the URL specified: [ External links are visible to forum administrators only ]
HTTP Code:

HTTP headers:
x_csize: 0

HTTP output:

If I enter [ External links are visible to forum administrators only ] I get:

An error occured
There was an error while retrieving the URL specified: [ External links are visible to forum administrators only ]
HTTP Code:

HTTP headers:
x_csize: 0

HTTP output:


a.drent

then it shows only one entry, the issue that I reported: (replaced the tags)

{?xml version="1.0" encoding="UTF-8"?}
{?xml-stylesheet type="text/xsl" href="[ External links are visible to forum administrators only ]"?}
{urlset
      xmlns="[ External links are visible to forum administrators only ]"
      xmlns:xsi="[ External links are visible to forum administrators only ]"
      xmlns:xhtml="[ External links are visible to forum administrators only ]"
      xsi:schemaLocation="
            [ External links are visible to forum administrators only ]
            [ External links are visible to forum administrators only ]"}
{!-- created with Standalone Sitemap Generator [ External links are visible to forum administrators only ] (51450) --}

  {url}
       {loc}[ External links are visible to forum administrators only ]{/loc}
       {lastmod}2024-09-19T13:34:59+00:00{/lastmod}
       {changefreq}daily{/changefreq}
       {priority}1.0000{/priority}
  {/url}
{/urlset}

{?xml version="1.0" encoding="UTF-8"?}
{?xml-stylesheet type="text/xsl" href="[ External links are visible to forum administrators only ]"?}
{urlset
      xmlns="[ External links are visible to forum administrators only ]"
      xmlns:xsi="[ External links are visible to forum administrators only ]"
      xmlns:xhtml="[ External links are visible to forum administrators only ]"
      xsi:schemaLocation="
            [ External links are visible to forum administrators only ]
            [ External links are visible to forum administrators only ]"}
{!-- created with Standalone Sitemap Generator [ External links are visible to forum administrators only ] (51450) --}

  {url}
       {loc}[ External links are visible to forum administrators only ]{/loc}
       {lastmod}2024-09-19T13:36:38+00:00{/lastmod}
       {changefreq}daily{/changefreq}
       {priority}1.0000{/priority}
  {/url}
{/urlset}



a.drent



a.drent

Sorry, but the output is the same no matter the setting of use curl. I get only one page indexed, main. Am I doing something wrong here? I expect around 550 indexed pages

XML-Sitemaps Support

Probably there is a configuration problem - it looks like your server doesn't allow local network connections via port 80 (http) or 443 (https) - as a result sitemap generator is not able to crawl the site. This is usually related to firewall installed at the host - could you please contact your hosting support regarding this?

a.drent

I have more domains on my hosting package and used your site to index one of them. That works fine. So it is not a hosting issue. Are there .htaccess settings that can prevent the working?


a.drent