Magento SEO: verschil tussen versies
Uit dotSearch
(Nieuwe pagina aangemaakt met '==URL structure== * From version 1.2.1: enable Server URL rewrites (System => Configuration => Web => Search Engines Optimization) * Set "Add store Code to Urls" under…') |
|||
| Regel 4: | Regel 4: | ||
* Set preferred domain under "Unsecure" and "Secure" => Base URL (will aslo remove session ID) | * Set preferred domain under "Unsecure" and "Secure" => Base URL (will aslo remove session ID) | ||
* Edit .htaccess to set up redirect to preferred (non)www around line 119: | * Edit .htaccess to set up redirect to preferred (non)www around line 119: | ||
| − | RewriteBase / RewriteCond %{THE_REQUEST} ^[A-Z]{3,9} /index.php HTTP/ | + | ''RewriteBase / RewriteCond %{THE_REQUEST} ^[A-Z]{3,9} /index.php HTTP/'' |
| − | RewriteRule ^index.php$ http://www.mydomain.com/ [R=301,L] | + | |
| + | ''RewriteRule ^index.php$ http://www.mydomain.com/ [R=301,L]'' | ||
| + | |||
| + | ==Content== | ||
| + | * title (65 char) with keywords in front, brand at the end | ||
| + | * meta (155 char) | ||
Versie van 27 okt 2011 om 13:04
URL structure
- From version 1.2.1: enable Server URL rewrites (System => Configuration => Web => Search Engines Optimization)
- Set "Add store Code to Urls" under "Url Options" to "No".
- Set preferred domain under "Unsecure" and "Secure" => Base URL (will aslo remove session ID)
- Edit .htaccess to set up redirect to preferred (non)www around line 119:
RewriteBase / RewriteCond %{THE_REQUEST} ^[A-Z]{3,9} /index.php HTTP/
RewriteRule ^index.php$ http://www.mydomain.com/ [R=301,L]
Content
- title (65 char) with keywords in front, brand at the end
- meta (155 char)