PHPackages                             josefglatz/seo-aspect-ratios - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. josefglatz/seo-aspect-ratios

ActiveTypo3-cms-extension[Utility &amp; Helpers](/categories/utility)

josefglatz/seo-aspect-ratios
============================

Common aspect ratios for the TYPO3 CMS system package typo3/cms-seo

1.0.4(1y ago)616.5k↑37.3%[1 issues](https://github.com/josefglatz/seo_aspect_ratios/issues)GPL-3.0-or-laterPHP

Since Nov 27Pushed 1y agoCompare

[ Source](https://github.com/josefglatz/seo_aspect_ratios)[ Packagist](https://packagist.org/packages/josefglatz/seo-aspect-ratios)[ Docs](https://github.com/josefglatz/seo_aspect_ratios)[ RSS](/packages/josefglatz-seo-aspect-ratios/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (2)Versions (6)Used By (0)

TYPO3 extension `josefglatz/seo-aspect-ratios`
==============================================

[](#typo3-extension-josefglatzseo-aspect-ratios)

[![Supported TYPO3 versions: 9LTS 10 LTS 11 LTS 12 LTS](https://camo.githubusercontent.com/8d57337b64770cbac1485129fcbe043cf9811aabbdfcc2752f74cece9869a7df/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f537570706f727465642532305459504f3325323076657273696f6e732d394c545325323031304c545325323031314c545325323031324c54532d627269676874677265656e2e737667)](https://camo.githubusercontent.com/8d57337b64770cbac1485129fcbe043cf9811aabbdfcc2752f74cece9869a7df/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f537570706f727465642532305459504f3325323076657273696f6e732d394c545325323031304c545325323031314c545325323031324c54532d627269676874677265656e2e737667)

A simple TYPO3 extension which extends the table configuration array for ext:seo (a TYPO3 CMS system extension) related image fields.
=====================================================================================================================================

[](#a-simple-typo3-extension-which-extends-the-table-configuration-array-for-extseo-a-typo3-cms-system-extension-related-image-fields)

**Useful for TYPO3 integrators and developers which wants to add common, useful aspect ratios for the opengraph-/twitter image field other than `1.91:1` and `free`.**

> *This extension maintains common and known aspect ratios for TYPO3 CMS opengraph- and twitter image fields. It is related to an [abandoned work-in-progress patch](https://review.typo3.org/#/c/58546/)on the TYPO3 review system.*

> This extension acts also as an example extension how to add more aspect ratios ([TYPO3 9.3: Feature #85147 Render SEO Meta Tags In Frontend](https://docs.typo3.org/typo3cms/extensions/core/latest/Changelog/9.3/Feature-85147-RenderSEOMetaTagsInFrontend.html), [Forge Issue](https://forge.typo3.org/issues/85147))

Overview
--------

[](#overview)

- [Installation Methods](#installation)
- [Configuration](#configuration)

---

Installation
------------

[](#installation)

The extension needs to be installed as any other TYPO3 CMS extension:

### via Composer

[](#via-composer)

**Require extension**

```
composer require josefglatz/seo-aspect-ratios
```

**Require master branch of the extension** (for testing latest development state)

```
composer require --dev josefglatz/seo-aspect-ratios:dev-master
```

### via TYPO3 Extension Repository

[](#via-typo3-extension-repository)

#### Get it from the Extension Manager

[](#get-it-from-the-extension-manager)

Press the “Retrieve/Update” button and search for the extension key *seo\_aspect\_ratios* and import the extension from the repository.

#### Get it from typo3.org:

[](#get-it-from-typo3org)

You can always get current version from [http://typo3.org/extensions/repository/view/seo\_aspect\_ratios/current/](http://typo3.org/extensions/repository/view/seo_aspect_ratios/current/)by downloading the zip version. Upload the file afterwards in the Extension Manager.

---

Configuration
-------------

[](#configuration)

**No configuration needed.** This extension ships a common set of known real world aspect ratios for SEO related share-images. Please [file an issue](https://github.com/josefglatz/seo_aspect_ratios/issues/new) if you think we have to extend the set of available aspect ratios.

### Underlying Research (2018-09)

[](#underlying-research-2018-09)

##### Facebook

[](#facebook)

```
1.91:1 Sharing images: 1,200 x 628 pixels
1.91:1 Sharing links with an image: 1,200 x 628 pixels
9:16   Sharing Stories: 1,080 x 1,920 pixels*

```

##### Instagram

[](#instagram)

```
1:1    Sharing square images: 1,080 x 1,080 pixels
1.91:1 Sharing horizontal images: 1,080 x 566 pixels
4:5    Sharing vertical images: 1,080 x 1,350 pixels
9:16   Sharing Stories: 1,080 x 1,920 pixels*

```

##### Twitter

[](#twitter)

```
16:9   Sharing a single image: 1,200 x 675 pixels
16:9   Sharing multiple images: 1,200 x 675 pixels
1.91:1 Sharing links with an image: 800 x 418 pixels

```

##### LinkedIn

[](#linkedin)

```
3:2    Sharing images to Company Page or personal profile: 1,104 x 736 pixels
1.91:1 Sharing links with an image to Company Page or personal profile: 1,200 x 628 pixels

```

##### Pinterest

[](#pinterest)

```
2:3    Sharing images: 800 x 1,200 pixels

```

##### Google+

[](#google)

```
1.91:1 Sharing images or links with an image: 1,200 x 628 pixels

```

##### Snapchat

[](#snapchat)

```
9:16   Sharing images: 1,080 x 1,920 pixels*

```

---

Thanks to
---------

[](#thanks-to)

Open-Source is all about community and support! I want to thank everyone who contributed reports, feedback on any channel and code!

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~541 days

Total

5

Last Release

612d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3b9b873a3ab532be8b148c0da96ce9c37931a2268d52af7a00e0d0251f855088?d=identicon)[josefglatz](/maintainers/josefglatz)

---

Top Contributors

[![josefglatz](https://avatars.githubusercontent.com/u/2861556?v=4)](https://github.com/josefglatz "josefglatz (7 commits)")

---

Tags

seo-optimizationtypo3-extensiontypo3-seotypo3-v10-ltstypo3-v9-ltsextensionseotypo3aspect ratioimprovements

### Embed Badge

![Health badge](/badges/josefglatz-seo-aspect-ratios/health.svg)

```
[![Health](https://phpackages.com/badges/josefglatz-seo-aspect-ratios/health.svg)](https://phpackages.com/packages/josefglatz-seo-aspect-ratios)
```

###  Alternatives

[typo3/cms-styleguide

TYPO3 extension to showcase TYPO3 Backend capabilities

106760.3k33](/packages/typo3-cms-styleguide)[clickstorm/cs-seo

\[clickstorm\] SEO - Extension for TYPO3. Enables important onpage features for search engine optimization (SEO). Expands the page settings and any desired records for example with a preview for Google search results (SERP) Structured Data (JSON-LD) and a Focus Keyword. Restrictive hreflang and canonical tags. Modules for metadata of records and alternative texts of images. Further features are shown in the extension manual.

36523.9k1](/packages/clickstorm-cs-seo)[wazum/sluggi

TYPO3 extension for URL slug management with inline editing, auto-sync, locking, access control, and redirects

40529.5k](/packages/wazum-sluggi)[yoast-seo-for-typo3/yoast_seo

Yoast SEO for TYPO3

511.7M9](/packages/yoast-seo-for-typo3-yoast-seo)[t3brightside/pagelist

TYPO3 CMS extension to create news, events, vacancies and products or just page lists. Demo: microtemplate.t3brightside.com

1121.5k1](/packages/t3brightside-pagelist)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
