Your validation might work but your site will not be indexed by crawlers unless you in joomla administrator go to global settings and check use searchengine friemdly url under SEO settings!
Main Topics
Browse All TopicsI'm using a Joomla Art template ona site Im working on. I recently launched the site. After a week of not being indexed and not being indexed in Google Webmaster Tools, I dug a little deeper.
I ran the site through:
http://validator.w3.org/ch
To check for any dead links or link errors.
The main error found was
Lines: 70, 97, 156 http://mysite.com/
Status: 200 OK
Some of the links to this resource point to broken URI fragments (such as index.html#fragment).
Broken fragments:
* http://mysite.com/#ja-col2
Now what's happening is that the Joomla Art template I'm using has defined various elements in the CSS such as #ja-col and #ja-mainnav. ja-col is used in menu items that then link to articles.
Now the problem is this. In the HTMl, they're saying <a href=#jacol-2..... but this is referencing a style where as it should be referencing a content link. The site works fine and can be browsed without problems. However, Googlebot and other crawlers cant access the other content.
I have absolutely no idea how to resolve this issue. Any help/ideas would be much appreciated.
Thanks.
O2K
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: override_y2kPosted on 2009-07-23 at 10:05:33ID: 24927473
Problem solved. It was an issue with XHTML version1 and its use of anchor links.