yulises Posted September 8, 2006 Posted September 8, 2006 Is there a site map contribution that included the all pages ? i recently install the dynamic site map but it is including only the categories . Thank you Nimrod Quote
themistral Posted September 8, 2006 Posted September 8, 2006 For the Dynamic Sitemap check the admin side and make sure the product info pages are not excluded. Quote
yulises Posted September 11, 2006 Author Posted September 11, 2006 For the Dynamic Sitemap check the admin side and make sure the product info pages are not excluded. what do you mean "the admin side " where should i check ? Thank you , Nimrod Quote
Barbie Posted September 11, 2006 Posted September 11, 2006 what do you mean "the admin side " where should i check ?Thank you , Nimrod Hello, Nimrod, Take a look in catalog/includes/modules/dynamic_sitemap and you will see a list (in 2 places in this file) which looks like this : /********************* Find the infoboxes to add ***********************/ if ($handle = opendir($path)) { $found = false; $ctr = 0; while (false !== ($file = readdir($handle))) { if (substr($file, -4, 4) !== ".php") continue; else if (strpos($file, 'best_sellers') !== FALSE || //ignore these since strpos($file, 'categories') !== FALSE || //they don't use a strpos($file, 'currencies') !== FALSE || //standard format strpos($file, 'languages') !== FALSE || strpos($file, 'manufacturer_info') !== FALSE || Here is where you can see if they were excluded as above, or to put files that you want excluded (like "login", "shopping_cart", etc). Hope this helps! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.