SEO Essay

Submitted By Carlnauba1
Words: 835
Pages: 4

Browser Tutorial SEO - Search Engine Optimization - (en)

(extkey: browser_tut_seo_en)

Browser Tutorial SEO - Search Engine
Optimization - (en)
Browser - TYPO3 without PHP
SEO - Search Engine Optimization - for the Browser - TYPO3 without PHP. This is the tutorial for SEO only.

Version: 4.6.2 - 2013-09-19
Extension Key: browser_tut_seo_en
Language: en
Keywords: forAdmins, forIntegrators, forDevelopers, browser, typo3, without, php, seo, search engine optimization
Copyright 2013, Dirk Wildt, Die Netzmacher,

This document is published under the Open Content License available from http://www.opencontent.org/opl.shtml

The content of this document is related to TYPO3
- a GNU/GPL CMS/Framework available from www.typo3.org

1

Browser Tutorial SEO - Search Engine Optimization - (en)

(extkey: browser_tut_seo_en)

Table of Contents
Browser Tutorial SEO - Search Engine Optimization (en) ....................................................................... 1
Introduction ........................................................... 3
What does the Tutorial do? ..................................................... 3

SEO upto version 4.5 .............................................. 5
Deprecated ............................................................................ 5
Non supported from version 5.x ............................................... 5
Page object, SEO and _LOCAL_LANG ....................................... 5

SEO from version 4.6 ............................................. 4

Change Log ........................................................... 8

SEO Dynamic Tag 2 is recommended ....................................... 4

Illustration Index ................................................... 9

2

Browser Tutorial SEO - Search Engine Optimization - (en)

(extkey: browser_tut_seo_en)

Introduction
What does the Tutorial do?
This is a tutorial for the extension Browser (extkey: browser).
It is only


a step-by-step introduction for optimizing your website for search engines (SEO)

If you are interested in other issues, please note the section "Further Informations" below.

3

Browser Tutorial SEO - Search Engine Optimization - (en)

(extkey: browser_tut_seo_en)

SEO from version 4.6
From version 4.6 the search engine optimization is delegated to the extension SEO Dynamic Tag 2.
The cause is:


SEO Dynamic Tag 2 is easier to configure.



SEO Dynamic Tag 2 supports the canonical tag.

The Browser SEO modul -based on SEO Dynamic Tag 1 – will still exist upto the Browser version 5.x

SEO Dynamic Tag 2 is recommended
See


SEO Dynamic Tag 2 http://typo3.org/extensions/repository/view/seo_dynamic_tag 4

Browser Tutorial SEO - Search Engine Optimization - (en)

(extkey: browser_tut_seo_en)

SEO upto version 4.5
The Browser has an integrated modul for search engine optimization (SEO). The modul stores data in registers, you can configure this data and use it whiole runtime.

Deprecated
From version 4.6 the search engine optimization is delegated to the extension SEO Dynamic Tag 2.
The cause is:


SEO Dynamic Tag 2 is easier to configure.



SEO Dynamic Tag 2 supports the canonical tag.

Non supported from version 5.x
The Browser SEO modul will still exist upto the Browser version 5.x

Page object, SEO and _LOCAL_LANG
TypoScript
You find the TypoScript code in res/tutorial_07/step_01.txt
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
21.

page { config { noPageTitle = 2 } headerData.20 = TEXT headerData.20 { data = register:browser_htmlTitleTag ifEmpty.field = title wrap = | } meta { description { field > data = register:browser_description } keywords { field > data = register:browser_keywords } }
}

Line 3: We don't want any page title.
From