clickstorm / cs_seo

[clickstorm] SEO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature: Set Offset of Title length

anderlk opened this issue · comments

By determining the title length in the frontend, a discrepancy occurs when additional text is added to the title tag.

On many websites the title tag almost always consists of two parts. The first part from page:title and a second part which is set statically via TypoScript. This is usually the name of the web page.

I can configure the optimal length of the title in the extension, but in the backend, the editor can still enter more characters, because the second part of the title is not counted. If I limit the number of characters to the maximum possible, every page will get an evalation error, because the second part is counted.

I would consider here the configuration of an offset useful, so that one can also really limit the editor to the required number of characters, but in the backend during the evaluation no error message appears.

Hi, an offset option is not provided by the TCA. Can you send a pull request including you suggestion?

Hello, I am new on Github and also not a PHP programmer. Can you please explain me again what exactly I need to do?