• Welcome to Sitemap Generator Forum.
 

Missing Pages

Started by stuartmitch, May 22, 2008, 10:59:25 AM

Previous topic - Next topic

stuartmitch

Hi,

hope someone can help. I have just used the generator to create sitemap for my site [ External links are visible to forum administrators only ] I only seem to be getting two pages included. There are many more than this.

This is the xml file downloaded:

<?xml version="1.0" encoding="UTF-8"?>
<urlset
      xmlns="[ External links are visible to forum administrators only ]"
      xmlns:xsi="[ 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 ]">

<url>
  <loc>[ External links are visible to forum administrators only ]</loc>
  <priority>0.5</priority>
  <lastmod>2008-05-16T13:54:57+00:00</lastmod>
  <changefreq>daily</changefreq>
</url>
<url>
  <loc>[ External links are visible to forum administrators only ]</loc>
  <priority>0.5</priority>
  <lastmod>2008-05-16T13:59:47+00:00</lastmod>
  <changefreq>daily</changefreq>
</url>
</urlset>


Does this make sense to anyone? All looks like advanced calculus to me.

Cheers....Stu

XML-Sitemaps Support

Looks like you have all your links created with javascript, that's why they are not found.

I suggest to use our "search engine bot simulator" tool to check which URLs are found:
https://www.xml-sitemaps.com/se-bot-simulator.html

stuartmitch

Many thanks for the assistance and apologies for the delay in responding.

Your suggestion worked perfectly. Really appreciate the help.

Cheers.

troymccas

I'm also having the same problem with pages not getting indexed.   The site generator picked up only about 1/2 of the pages on my site:  [ External links are visible to forum administrators only ]

Any ideas?


troymccas

#5
Quote from: admin on June 23, 2008, 07:06:57 PM
What is an example URL and how it can be reached, starting from your homepage.

http://www.VacationRentalsOnMaui.com   home page

This url is not getting indexed:  [ External links are visible to forum administrators only ]

XML-Sitemaps Support

You have the following in robots.txt file:

Disallow: /vacation_rentals.php

so it is assumed that the URL you specified should be excluded.