1

私はサイトの再設計に取り組んでおり、当面のタスクの一部はサイトの構造です。現在、このサイトは、悲劇的に使用できないURLを提供するKinteraと呼ばれるCMSを使用しています(サイトはhttp://www.helpcurenow.orgです)。

私たちが取り組んでいる最初の戦略の一部は、再設計の構​​造です。私たちの計画は、ウェブサイトのサブカテゴリページごとにサブディレクトリを作成することです。そのような:

  • http://www.helpcurenow.org/hospitals
  • http://www.helpcurenow.org/hospitals/domincan-republic
  • http://www.helpcurenow.org/about
  • http://www.helpcurenow.org/about/meet-the-management
  • http://www.helpcurenow.org/media
  • http://www.helpcurenow.org/donate

私が持っている質問は、各ディレクトリのメインサブページにどのように名前を付けるかです。オプションは、主にSEOと使いやすさを念頭に置いて、 http ://www.helpcurenow.org/hospitals/index.htmlまたは代わりにhttp://www.helpcurenow.org/hospitals/hospitals.htmlのようになります。

参考までに、実際の再設計モックアップは次の場所にあります:http: //blog.helpcurenow.org/test/redesignMockup/index.html

4

1 に答える 1

1

I don't know about Kintera's limitations but usually the default page created inside a sub site (in particular sharepoint) is called default.aspx. When you browse to this subsite without putting the same of the page, it uses that default page without having to alter the url in the browser. e.g.

www.mysite.com/mysubstie/

instead of:

www.mysite.com/mysubstie/default.aspx

Some CMS system don't create a default page (as default behavious) so resorted to the first created page inside the sub channel /sub web as the default page.

If I had to pick a name for the default page, I'd go for default.aspx.

If you're rebuilding in a new version of Kintera or some other third part CMS (non Microsoft), I couldn't be sure they use the same naming scheme.

Most cms systems allow you to re-pick your default page so even if you specified it to be a certain name, it shouldn't be a problem.

于 2010-02-11T15:43:28.570 に答える