Seo 友好的手风琴菜单
目前我使用asp.net工具包提供的手风琴菜单。
问题是它对 Seo 不友好。所以我正在寻找的是具有以下特征的手风琴菜单。
1) SEO 友好性
2) 在回发时保留所选索引。
3) k 字节小
4) 免费
您有什么想法吗?
currently i use the accordion menu provided by the asp.net toolkit.
The problem is that it is not Seo friendly. So what i am looking for is an accordion menu with the following characteristics.
1) Seo friendliness
2) Preserving of the selected index, on post-backs.
3) Small in k bytes
4) Free of charge
Do you have anything in mind?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
(1) Asp.Net Accordion 显然对 SEO 友好,但更多地取决于您如何使用它,我通常在 Accordion 窗格中使用 BulletedList 来动态绑定相关链接。
它们对我来说非常有用,它们对用户友好(如果设计得当),而且对 SEO 也很友好。
(2) asp.net 论坛上的这篇文章可以帮助您回答您的回发相关问题。
(3)这不是太好,但也不算太坏(我认为)
(4)这是免费的,甚至是开源的,你可以使用/更改源代码
所以,如果你只是因为 SEO 友好而想要另一个选择,那么就不要这样做那,另一个选择是 jQuery UI 手风琴
(1) Asp.Net Accordion is obviously SEO friendly but it lot's more depends on how you use it, I generally use BulletedList inside the accordion panes to dynamically bind the related links.
and they work great for me, they are user friendly(If designed properly), and also SEO friendly as well.
(2) This post on asp.net forums can help you answer your postback related problems.
(3) this is not too good but not too bad (I think)
(4) this is free and even open source you can use/change source code
So if you want another option only because of SEO Friendliness, then don't do that, another option is jQuery UI accordion