- Magento 2 Development Essentials
- Fernando J. Miguel
- 215字
- 2021-07-16 13:11:06
Store configuration
By default, Magento's basic installation has the title Magento Commerce
on the header settings. It is very important to choose a strong main title to get the right amount of traffic on your site. For example, if you are working on the SEO of a sports store, you can set the main title as My Sports Store to increase the traffic through the title. When people search for something, they always notice the earlier words first.

To adjust your store settings, you need to navigate to Stores | Configuration | Design | HTML Head in the Magento admin area (http://localhost/packt/admin-packt
).
Choose a good descriptive title for your Magento commerce. It is possible and recommended to name all your page titles, including categories and products, by entering the site title in the Title Suffix field. To give density to the content for SEO engines by configuring the SEO on CMS pages and products, keep Default Description and Default Keywords empty.
For a local and nonproduction environment, prevent the indexing of the site by setting Default Robots to NOINDEX, NOFOLLOW
. Otherwise, it is recommended to set it to INDEX, FOLLOW
.
By working on this configuration, you will find that the main SEO parameters of the <head>
tag are automatically fulfilled to be run on Magento commerce.
- 神經(jīng)網(wǎng)絡(luò)編程實(shí)戰(zhàn):Java語(yǔ)言實(shí)現(xiàn)(原書(shū)第2版)
- Mastering Scientific Computing with R
- 前端架構(gòu):從入門到微前端
- 從學(xué)徒到高手:汽車電路識(shí)圖、故障檢測(cè)與維修技能全圖解
- Oracle JDeveloper 11gR2 Cookbook
- C#開(kāi)發(fā)案例精粹
- Julia 1.0 Programming Complete Reference Guide
- Instant jQuery Boilerplate for Plugins
- Java程序設(shè)計(jì)實(shí)用教程(第2版)
- Scratch編程從入門到精通
- 透視C#核心技術(shù):系統(tǒng)架構(gòu)及移動(dòng)端開(kāi)發(fā)
- C/C++代碼調(diào)試的藝術(shù)
- Java EE基礎(chǔ)實(shí)用教程
- Three.js Essentials
- R Data Visualization Cookbook