Need some help please...
« on: September 15, 2010, 04:59:15 PM »
When I run the free xml site gen it stops at page 3 any ideas?

bigzbaits.com

Thanks

derrik
Re: Need some help please...
« Reply #1 on: September 15, 2010, 05:38:50 PM »
Hello,

your navigation menu is creaetd with javascript and is not visible to bots as a result, you should have the links as normal html <a href=""> tags to get them indexed.
Re: Need some help please...
« Reply #2 on: September 15, 2010, 08:34:21 PM »
I'm sort of new at all this so what should I do from here.
Re: Need some help please...
« Reply #3 on: September 17, 2010, 08:09:05 AM »
Bascially, navbar on your site needs to be updated, you would need to contact your site developer for that.
Re: Need some help please...
« Reply #4 on: September 17, 2010, 05:45:04 PM »
I am the site developer, this is the first site  have ever made.
Re: Need some help please...
« Reply #5 on: September 18, 2010, 08:36:23 AM »
Well, to avoid modifying your existing navbar code, perhaps it would be easier to create a new simple file, calld links.html (for instance) with content like:
Code: [Select]
<a href="yourpage1.html">1</a>
<a href="yourpage2.html">2</a>
etc.
with links pointing to ALL links referred in your menu. Then just use linkss.html as starting point for sitemap generator.
Re: Need some help please...
« Reply #6 on: October 07, 2010, 09:01:00 PM »
ok it works fine with bigzbaits.com but not [ External links are visible to forum administrators only ]. Any Ideas?

Thanks
Re: Need some help please...
« Reply #7 on: October 07, 2010, 09:48:34 PM »
Hello,

looks like inner links are pointing to non-www domain, that's why it works for domain.com and not for www.domain.com.