Quote:
Originally Posted by sparklywater
I have a category with lots of links to Jukebox audio files. The category page has been indexed by Google, but not a single Jukebox player link has been indexed even after several months. These links do have some text content so Google should be able to index them. I'm wondering if anything in the LDM setup is preventing these pages from being indexed?
|
Several thoughts:
1) When Google visits your site, it does so as an unregistered user. Unless you have enabled the Jukebox for unregistered users, the links will not be there for Google to see.
2) Each LDM page includes a meta tag of the form:
Code:
<meta name="robots" content="index, nofollow" />
This tells Google to index the content of the page but not to follow any urls on the page. This was done for a reason (although I can't quite recall what the reason was - I think we wanted to stop Google accessing the actual files). You can change this on the LDM settings page with the robots_meta_tag setting, try "index, follow".
3) Does Google actually index urls with long "?action=xxx..." params? Do you need a search engine optimiser? (I don't know)