Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
dragomano committed Dec 19, 2023
1 parent 7761a98 commit 2f5a91b
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 27 deletions.
57 changes: 31 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,43 +1,48 @@
# SMF Optimus

![SMF 2.0](https://img.shields.io/badge/SMF-2.0-75879b.svg?style=flat)
![License](https://img.shields.io/github/license/dragomano/optimus)

* **Author:** Bugo [dragomano.ru](https://dragomano.ru/mods/optimus)
* **License:** [Artistic License 2.0](https://opensource.org/licenses/artistic-license-2.0)
* **Compatible with:** SMF 2.0.x
* **Tested on:** PHP 7.4.18 / MariaDB 10.5.6 (test db: 160k topics, 2.5 mln posts)
* **Hooks only:** Yes
* **Languages:** Dutch, English, French, Russian, Spanish
- **Author:** Bugo [dragomano.ru](https://dragomano.ru/mods/optimus)
- **License:** [Artistic License 2.0](https://opensource.org/licenses/artistic-license-2.0)
- **Compatible with:** SMF 2.0.x
- **Tested on:** PHP 7.4.33 / MariaDB 10.6.7 (test db: 160k topics, 2.5 mln posts)
- **Hooks only:** Yes
- **Languages:** Dutch, English, French, Russian, Spanish

## Description

This mod might help you solve some problems related with indexing of your forum by search engines.

### Features:
* Managing of description & title metatags for your forum's frontpage, board and topic pages.
* Smart descriptions for board/topic pages.
* Templates for titles of topic/board pages.
* Open Graph meta-tags and Twitter Cards for topics.
* Ability to specify the verification codes when adding sites to Google, Yandex and Bing (Webmaster Tools).
* Adding of custom metatags.
* Changing the robots.txt from Settings page.
* Simple Sitemap XML.
* Favicon Support.

- Managing of description & title metatags for your forum's frontpage, board and topic pages.
- Smart descriptions for board/topic pages.
- Templates for titles of topic/board pages.
- Open Graph meta-tags and Twitter Cards for topics.
- Ability to specify the verification codes when adding sites to Google, Yandex and Bing (Webmaster Tools).
- Adding of custom metatags.
- Changing the robots.txt from Settings page.
- Simple Sitemap XML.
- Favicon Support.

## Описание

Модификация упрощает оптимизацию страниц форума SMF для индексации в поисковиках.

### Особенности:
* Изменение описания и заголовка главной страницы форума.
* Отдельные заголовки главных страниц и тег canonical при использовании модов порталов (SimplePortal, PortaMx и некоторых других).
* Управление заголовками страниц тем и разделов (с помощью шаблонов).
* Мета-тег description для страниц разделов и тем.
* Поддержка тегов Open Graph и карточек Twitter для страниц форума.
* Проверочные мета-теги при добавлении сайтов в Google, Яндекс, Mail, Bing (Инструменты вебмастера).
* Пользовательские мета-теги.
* Добавление счетчиков без редактирования файлов шаблонов.
* Редактирование robots.txt из админки.
* Создание карты форума (sitemap.xml).
* Поддержка favicon (иконка сайта).

- Изменение описания и заголовка главной страницы форума.
- Отдельные заголовки главных страниц и тег canonical при использовании модов порталов (SimplePortal, PortaMx и некоторых других).
- Управление заголовками страниц тем и разделов (с помощью шаблонов).
- Мета-тег description для страниц разделов и тем.
- Поддержка тегов Open Graph и карточек Twitter для страниц форума.
- Проверочные мета-теги при добавлении сайтов в Google, Яндекс, Mail, Bing (Инструменты вебмастера).
- Пользовательские мета-теги.
- Добавление счетчиков без редактирования файлов шаблонов.
- Редактирование robots.txt из админки.
- Создание карты форума (sitemap.xml).
- Поддержка favicon (иконка сайта).

![Base settings](https://user-images.githubusercontent.com/229402/75113837-0ac2fc80-5673-11ea-99e3-ecf208b67906.png)
![Metadata](https://user-images.githubusercontent.com/229402/75113839-0c8cc000-5673-11ea-901e-967917523427.png)
Expand Down
2 changes: 1 addition & 1 deletion package-info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package-info xmlns="http://www.simplemachines.org/xml/package-info" xmlns:smf="http://www.simplemachines.org/">
<id>Bugo:Optimus</id>
<name>Optimus for SMF</name>
<version>2.7.4 [24.11.21]</version>
<version>2.7.5 [20.12.23]</version>
<type>modification</type>

<install for="2.0 - 2.0.99">
Expand Down

0 comments on commit 2f5a91b

Please sign in to comment.