Download the PHP package b13/seo_basics without Composer

On this page you can find all versions of the php package b13/seo_basics. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package seo_basics

SEO Basics - A TYPO3 Extension

Introduction

SEO Basics is a TYPO3 CMS extension installable via TYPO3.org/TER and the extension manager.

It is compatible with TYPO3 CMS 6.2+. You can get it here: http://typo3.org/extensions/repository/view/seo_basics

What does it do?

This extension bundles most SEO features needed for getting a simple website going with search engine optimizations.

Well – so what does it do? - It adds an extra field to every page for manipulating the title-tag of the page. Since this is – next to the content – the most important data for a search engine of a web page, it deserves an extra field. If the field is left blank for a page, the regular page title will be used.

Also, the fields keywords and description are now available for the page type "standard". Also, keywords and description for a page as well as the last time a page was changed will be added to the output automatically. It does not add DC tags since we believe that search engines don't care about it that much.

A new submodule under "Web" => "Info" is added to have an overview over all title-tags, all keywords and all descriptions. It is possible to edit all fields at once, which is nice for comparing. When in editing mode this page shows where there are enough (or maybe too many) keywords, and colors the background of every field depending on the length of the content.

A new tag called the "Canonical Tag", a tag in the head area of the web page that the search engines wanted to avoid duplicated content.

SEO Basics also relies heavily on the realurl extension, adding a new page type that is redirected automatically when google asks for sitemap.xml file. Right after the installation of the SEO extension there is a new page type available that is mapped to "sitemap.xml" which means that if you enter www.your-typo3-page.com/sitemap.xml that you'll get the google sitemap / XML sitemap for all your pages.

There is no need for an extra "google sitemap" extension, no need for an extra “metatags” extension.

Why did we create this extension?

Well, first of all... we did quite some research and did some tests with pages to see how manipulating e.g. the page title or the description affects the ranking and also the output on the search result pages. We then found out what is important for the search engines and what they care about. Then we tried out several extensions but we noticed that they are not quite usable e.g. several googlesitemap extensions weren't working as expected and not out of the box. We also wanted one extension that does almost most of the things out of the box, so there's not a lot to configure. We wanted to have an extension to get new installations up and running with SEO pretty fast, without a lot of configuration and without dozens of not-quite-perfect extensions.

ToDo

Credits

Pull Requests are very welcome!


All versions of seo_basics with dependencies

PHP Build Version
Package Version
Requires typo3/cms-core Version ^8.7,<9.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package b13/seo_basics contains the following files

Loading the files please wait ....