``` 7. 改善網站架構 1. 每頁的 title 都要不一樣 2. 每頁只有一個 h1,其它次標依序為 h2、h3...... 3. 為圖片加 alt(替代文字) 屬性 - Schema.org提昇搜尋引擎檢索 1. 2. 設定關鍵字種類: ``` itemscope='' itemtype="http://schema.org/Product" ``` 3. 設定名稱: ``` itemprop="name" ``` 4. 設定圖片: ``` itemprop="image" ``` 5. 設定描述 ``` itemprop="description" ```
itemscope='' itemtype="http://schema.org/Product" ``` 3. 設定名稱: ``` itemprop="name" ``` 4. 設定圖片: ``` itemprop="image" ``` 5. 設定描述 ``` itemprop="description" ```
itemprop="name" ``` 4. 設定圖片: ``` itemprop="image" ``` 5. 設定描述 ``` itemprop="description" ```
itemprop="image" ``` 5. 設定描述 ``` itemprop="description" ```
itemprop="description" ```