Namazu-win32-users-ja(旧)


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 【解決?】 辞書に登録してある単語が検索されない。



須藤です。

件名に【解決?】と書きましたが、本当に原因があってるか疑問です・・・・。

以下、私の思考の流れ
---------------------------ここから-------------------------------
HTMLの調査をしてみたものの、まったく原因がわからないなぁ。
よしっ、皆さんの協力を仰ごう。
     ↓
しかし、このHTMLのソース汚いなぁ。
誰だコーディングしたのは。
ネストされてるのわかりづらいし、<A>タグ途中できれてるし・・・。
このまま出すのは恥ずかしいから、
きれいにしてからにしよう。
     ↓
きれいにしたのは良いけど、これで結果が変わったら嫌だから、
実験してからメールしよう。
     ↓
おっと、なんだよ。ちゃんと検索されるじゃないか・・・・。

---------------------------ここまで-------------------------------
という具合です。

簡単に言うと、ソースが非常に汚くて、
システム側には非常にわかりづらかったようです。

以下にソースを表示します。

--------------------【修正前】----------------------------------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>test</TITLE>
<META http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
<META content="MSHTML 6.00.2800.1226" name="GENERATOR"></HEAD>
<BODY text="#000000" bgColor="#ffffff" leftMargin="0" topMargin="0"
marginwidth="0" marginheight="0">
<IMG height="170" src="../../img/other/1pix.gif" width="10"><IMG height="16"
alt="menu" src="../../img/other/navi_01.gif" width="130"><A
href="../all_product.html"><IMG height="20" alt="商品一覧"
src="../../img/other/navi_02.gif" width="130" border="0"></A>
<A href="../../info/faq.html#story"><IMG height="20"
src="../../img/other/navi_04.gif"
width="130" alt="ご購入までの流れ" border="0"></A>
<A href="../../info/menseki.html"><IMG height="20"
src="../../img/other/navi_05.gif"
width="130" alt="免責事項" border="0"></A>
<A href="../../info/faq.html"><IMG height="20" alt="FAQ"
src="../../img/other/navi_06.gif"
width="130" border="0"></A>
<A href="../../info/word.html"><IMG height="20" alt="用語説明"
src="../../img/other/navi_07.gif"
width="130" border="0"></A>
<IMG height="43" alt="other" src="../../img/other/navi_08.gif"
width="130"><A
href="../../corporate/outline.html" target="_blank"><IMG height="21" alt="会
社概要"
src="../../img/other/navi_09.gif" width="130" border="0"></A>
<A href="../../contact/reference.asp"><IMG height="21" alt="お問い合わせ"
src="../../img/other/navi_10.gif" width="130" border="0"></A></BODY></HTML>
--------------------【修正前】----------------------------------


--------------------【修正後】----------------------------------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
 <HEAD>
  <TITLE>test</TITLE>
  <META http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
  <META content="MSHTML 6.00.2800.1226" name="GENERATOR">
 </HEAD>
 <BODY text="#000000" bgColor="#ffffff" leftMargin="0" topMargin="0"
marginwidth="0" marginheight="0">
  <IMG height="170" src="../../img/other/1pix.gif" width="10"> <IMG
height="16" alt="menu" src="../../img/other/navi_01.gif" width="130">
  <A href="../all_product.html"><IMG height="20" alt="商品一覧"
src="../../img/other/navi_02.gif" width="130" border="0"></A>
  <A href="../../info/faq.html#story"><IMG height="20"
src="../../img/other/navi_04.gif" width="130" alt="ご購入までの流れ"
border="0"></A>
  <A href="../../info/menseki.html"><IMG height="20"
src="../../img/other/navi_05.gif" width="130" alt="免責事項" border="0"></A>
  <A href="../../info/faq.html"><IMG height="20" alt="FAQ"
src="../../img/other/navi_06.gif" width="130" border="0"></A>
  <A href="../../info/word.html"><IMG height="20" alt="用語説明"
src="../../img/other/navi_07.gif" width="130" border="0"></A>
  <IMG height="43" alt="other" src="../../img/other/navi_08.gif"
width="130">
  <A href="../../corporate/outline.html" target="_blank"><IMG height="21"
alt="会社概要" src="../../img/other/navi_09.gif" width="130" border="0"></A>
  <A href="../../contact/reference.asp"><IMG height="21" alt="お問い合わせ"
src="../../img/other/navi_10.gif" width="130" border="0"></A>
 </BODY>
</HTML>
--------------------【修正後】----------------------------------

やっぱりシステムにも人にもわかりやすくコーディングすることが大事のようです
ね。
SEO的にも重要と聞いたことがあります。

以上、本当に解決したのかは正直なところ不明なのですが、
他に思い当たる点がありませんので、無理やり納得させています。

何かご存知なことやご意見などあったら、レス下さい。

komaiさんアドバイスありがとうございます。

長文、駄文失礼いたしました。

□■□■□■□■□■□■□■□■□■□■
     須藤 雄介
     Mail:yusuke.sudoh@xxxxxxxxxx
■□■□■□■□■□■□■□■□■□■□