Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I want to use a treeview as a nice organized way to create news headings and then the user can click on the heading to display the news content.

 

But i'm wondering if anyone can confirm that it wont mess up Search Engines. I mean I want the content of each treeview news story to be searched and indexed by the search engines. I guess i'm just wondering if all that code around each article could hinder SE results.

 

Oh also, is it normal for the treeview to make the click noise even if it's not posting back? Mine is, but i did a postback test and it isnt posting back.

Currently Using: Visual Basic.Net 2005, .Net Framework 2.0
Posted

For the SEO (Search Engine Optimization) I suggest a different approach. use a bulletted list for your headlines and a nested list for the titles. Then use a CSS to format the output.

 

Search Engine spiders find it easier to "crawl" through <li> items.

 

About the click sound, I have no sound card. :D

Posted

thanks eduardo, I wont use the treeview then. But, this approach seems more difficult than i'm looking for right now. I dont have much experience using client side scripting yet or web developing for that matter :D and i didnt want to take too much time settin this one up

 

thanks

 

 

For the SEO (Search Engine Optimization) I suggest a different approach. use a bulletted list for your headlines and a nested list for the titles. Then use a CSS to format the output.

 

Search Engine spiders find it easier to "crawl" through <li> items.

 

About the click sound, I have no sound card. :D

Currently Using: Visual Basic.Net 2005, .Net Framework 2.0

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...