• Welcome to Sitemap Generator Forum.
 

Need some help please...

Started by F150WITH20S, September 15, 2010, 04:59:15 PM

Previous topic - Next topic

F150WITH20S

When I run the free xml site gen it stops at page 3 any ideas?

bigzbaits.com

Thanks

derrik

XML-Sitemaps Support

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.

F150WITH20S

I'm sort of new at all this so what should I do from here.

XML-Sitemaps Support

Bascially, navbar on your site needs to be updated, you would need to contact your site developer for that.

F150WITH20S

I am the site developer, this is the first site  have ever made.

XML-Sitemaps Support

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:
<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.

F150WITH20S

ok it works fine with [ External links are visible to forum administrators only ] but not [ External links are visible to forum administrators only ]. Any Ideas?

Thanks

XML-Sitemaps Support

Hello,

looks like inner links are pointing to non-www domain, that's why it works for [ External links are visible to logged in users only ] and not for [ External links are visible to logged in users only ].