Affiliate Marketing
Forum Search

Reply
 
LinkBack Thread Tools Display Modes

  #1 (permalink)  
Old 20-02-07
Link Builder
 
Join Date: Jan 2005
Location: Madrid
Posts: 549
Thanks: 0
Thanked 0 Times in 0 Posts
deano6410 is an unknown quantity at this point
  Help needed please

Afternoon all,

Sorry for the generic title of this post. Web design is not my strong point, so I didn't want to put something like "CSS problem" and later find out it was nothing to do with CSS etc

Anyway, here is my problem.....

I have one of those fancy Ajax sidebar menus that open when you click them. However, I don't think Google is reading the links within those menus correctly.

So therefore I am looking to have the menus constantly open/on display to both the robots and the readers.

Here is an example piece of code:

<!-- archives menu -->
<h3 class="display" title="archives"><a href="#">archives</a></h3>
<div style="overflow: hidden; opacity: 0; visibility: hidden; height: 0px;" class="stretcher">
<ul>
<BloggerArchives>
<li><a href="<$BlogArchiveURL$>"><$BlogArchiveName$></a></li>
</BloggerArchives>
</ul>

What needs to be changed to sort this out?

Many thanks in advance.

Dean
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 20-02-07
Link Builder
 
Join Date: Jan 2005
Location: Madrid
Posts: 549
Thanks: 0
Thanked 0 Times in 0 Posts
deano6410 is an unknown quantity at this point
  Re: Help needed please

It would appear that my problem runs a lot deeper than this.

Apparently Google cannot read Ajax menus http://www.daniweb.com/blogs/entry531.html

Does anyone know a way of sorting this? or am i best to just find a new theme?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 20-02-07
Registered User
 
Join Date: Jun 2006
Posts: 95
Thanks: 0
Thanked 0 Times in 0 Posts
IntervisionMedia is an unknown quantity at this point
  Re: Help needed please

I think that's just JS? Unless it makes an ajax request to the server to get sub menu items.

Anyway, the thing thats stopping you there is that the div containing the links is marked as hidden with the CSS. A solution could be to change it to visibility:block; then write some JS so on page load it loops the div's and check for a class of "stretcher", then set the visibility to hidden again.

So as far as google is concerned the menu is visible at all times. I'm not totally sure how that would stand with google on things like cloaking though, so a bit of research may be needed first.

Hope that helps.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 20-02-07
Link Builder
 
Join Date: Jan 2005
Location: Madrid
Posts: 549
Thanks: 0
Thanked 0 Times in 0 Posts
deano6410 is an unknown quantity at this point
  Re: Help needed please

According to the link I posted Google sees this as cloaking :eek:

I think I will just find a new theme with a normal menu. The problem is that I struggle to find any good blogger themes. I am startign to realise just how good Wordpress really is.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #5 (permalink)  
Old 20-02-07
Registered User
 
Join Date: Jun 2006
Posts: 95
Thanks: 0
Thanked 0 Times in 0 Posts
IntervisionMedia is an unknown quantity at this point
  Re: Help needed please

You could always keep it, and manually link your main pages in the footer of your site or something, keeping the nice theme and maintaining proper links for SEO.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 20-02-07
Link Builder
 
Join Date: Jan 2005
Location: Madrid
Posts: 549
Thanks: 0
Thanked 0 Times in 0 Posts
deano6410 is an unknown quantity at this point
  Re: Help needed please

Yes, I was thinking of just creating a manual mini sitemap in the footer. But this site has one of my main pet hates..... archiving by date as opposed to by category.

So that means I would have to be adding to the footer each month, and the site has been going since 04, so it would make the footer look a mess.

I could create a new html file and manually insert all the links into that, but it would be then 1 level down from the main page, and from an SEO perspective would not be too great.

I think I will change the theme. It is nothing special anyway, best of a bad bunch to be honest.

Thanks for the advice.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 20-02-07
zinc's Avatar
boo!
 
Join Date: May 2006
Location: Berkshire
Posts: 677
Thanks: 0
Thanked 0 Times in 0 Posts
zinc is an unknown quantity at this point
  Re: Help needed please

AJAX = repackaged word for Remote Scripting

AKA javascript Google could never follow javascript links...
__________________
Got web development?
www.zincstudios.co.uk
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #8 (permalink)  
Old 20-02-07
Registered User
 
Join Date: Jun 2006
Posts: 95
Thanks: 0
Thanked 0 Times in 0 Posts
IntervisionMedia is an unknown quantity at this point
  Re: Help needed please

Ajax = Asynchronous Javascript & XML which is making http requests through JS to retrieve XML data and dynamically update the client UI, which gets around the entire page request/response sequence of the web.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 20-02-07
tbp tbp is offline
Registered User
 
Join Date: Dec 2006
Posts: 1,999
Thanks: 0
Thanked 18 Times in 18 Posts
tbp is an unknown quantity at this point
  Re: Help needed please

I`d just add a sitemap, with a link to it on the index page.

Google loves sitemap pages, and makes a bee line for them, and then all your pages will get indexed. Its no problem that its one page down in terms of SEO, just call it sitemap.htm and google will actively search for it.

Its also a great way of getting keyword hits in google, as theres so many keywords on one page.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Networks and Cookie Occurrences - Transparency Needed Matthew Wood Affiliate Marketing - Moderators Choice 26 13-11-06 01:46 PM
Help needed on .asp forms Bod The Affiliate Marketing Lounge 7 02-05-06 10:08 PM
Travel specific advice needed Kat The Affiliate Marketing Lounge 3 16-06-05 09:02 AM
Pressie needed simoneaton The Affiliate Marketing Lounge 9 09-02-04 04:00 PM


Affiliate Marketing RSS Feeds - Contact Us - Affiliate Marketing - Archive - Privacy Statement - Top

Content Relevant URLs by vBSEO 3.2.0 RC7