Yes. For each product, there may be more than five urls, viz., search, full view, for image, etc. But my issue is that, Google has not indexed the no. of pages equal to the no. of products in our website. Means, it has not indexed all of the pages. That is why I am worried.
Thanks
Search engine algorithm has determined that those pages are similar enough to be ignored
shopping cart is likely generated from a database
our database sites have sitemap-xml.php(1) scrapes the database, creates sitemap.xml each time its run and assigns relevant priority and respider dates for each page category
assigns actual product pages a higher priority than sub pages, seems to work I have 26020 products and 26290 indexed pages
(1) was going to be left to spiders but once we got over 400 items spiders began to time out while the sitemap generates, now it runs as a cron task, or manually if somebody makes a lot of alterations
try the sitemap generator at www.auditmypc.com, it will scrape your site, its aware of the sitemap xml schema and you can set priorities,
If filenaming follows a plan,
you can set all data by oneclick, and tell the spiders which pages should be indexed and which should not, ie subpages descriptions
HTH