only home page is crwaled
« on: November 26, 2014, 10:47:41 AM »
Hello,

I have a static HTML site. I tried running the script with almost all default configuration settings. It did crawling only the home page as / and /index.html.

I also run the free sitemap generator and the result is same.

Can anyone help?

Thanks,

[ External links are visible to forum administrators only ]
Re: only home page is crwaled
« Reply #1 on: November 26, 2014, 03:17:15 PM »
I tried with unlimited edition and i free edition from web, both result same.
Re: only home page is crwaled
« Reply #2 on: November 27, 2014, 04:35:24 AM »
Hello,

from what I see navigation menu links on your site are handled with javscript hence are not visible to bots:
Code: [Select]
$.MetroMenu(
...                       {
                              name: "Nedir?",
                              icon: "static/img/nedir.png",
                              link: "/nedir"
                          },

Please make sure that links are accessible via html <a href=""> tags so that bots can find them.