Download the PHP package gustocoder/tyfoon-seo without Composer

On this page you can find all versions of the php package gustocoder/tyfoon-seo. 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 tyfoon-seo

TYFOON-SEO A Laravel SEO package

Laravel seo package. Optimize your web pages for seo. It will walk you through the creation of all necessary seo tags, often explaining to you the purpose of each tag, its format, syntax, etc. The seo elements will then be generated for you at every view request. Just add that to the layout of the view.

How to install it

After installation The migration files will be published for you in:

  'database/migrations/'

If not, you can publish them by running this command in your CLI :

Next, run the migrations to create the seo DB tables :

OR

You may choose to run only the migrations for your seo tables-leaving your other application DB tables alone. Run these two migrations one after the other. Just verify in your 'database/migrations' directory that the filenames below are correct :

If you have issues, make sure that the TyfoonSeoServiceProvider class is registered in your /bootstrap/providers.php.

Using the package

The landing page (home) route of the package is the following

The visit the route '/seo' in your application, for example yourAppName/seo

Example Tyfoon-seo landing page

Here you can see options to create global SEO data that will be applied to all pages of your website. These include things like the language the website is in, the geo-location, the site publisher, facebook/twitter ID etc

When you click the button to create global SEO data, here is what the form looks like

Global SEO form

When you click the button to create SEO data for a page, here is what the form looks like

You will have to create and save entries for each individual web page of your website. This can be a tedious and meticulous process, but that is what Tyfoon SEO is here to help you with. Seo optimization is a tedious process, especially because the data on every page has to be unique.

Tyfoon SEO makes this process for you by providing you the known fields, so that you do not have to know SEO fields that web pages need. It means you can use this package to optimize your webpage to rank to number one on search engines without being an SEO expert. However, though Tyfoon SEO cannot help you with the other aspects of SEO that have to do with marketing, and link building, it covers you on the first and very important aspect of on-page SEO also know as technical SEO.

This is all really good because you can learn a lot about SEO from this system. This is by design. We wanted to share with you lessons we learned from lots of research and experiance from optimizing web pages for search engines.

In the end, Tyfoon SEO provides you with functions you can call in your view layouts to have all the SEO data of that view generated and inserted in the view for you. I will show you the functions below. Once you have taken the pain to complete the form and to create the SEO data for all your view files; you will be almost done. All you will have left to do will be to copy and paste the code snippet provided below in your view layouts.

SEO form for a specific page

SEO form for a specific page

SEO form for a specific page

Make sure the page_name field value exactly matches the name of the target view file.

As you may have noticed from the form entry fields; Tyfoon seo supports three languages; English, French and Spanish. Is your website not multi-lingual, not a problem, just ignore the non-relevant language fields. They are not required.

Here is the code snippet to paste into your layout/view files so the SEO data can be injected

Layout file

Note that this whould be the layout file extended by the view files you want to inject SEO 
data into.

Individual view file

Tyfoon SEO provides some pieces of data that you need to inject into specific views. 
These are not shared by other views. The three pieces of data are the following, 
which are deemed to be the most important for on-page SEO purposes: 

* H1 text

* H2 text

* Page content

Simple place each of them anywhere in the view file you would like the data to be 
injected. That is magic of it-the flexibility of it.

OR

OR

OR you can have them all in one place if you want

Speaking of content meant for specific pages; besides those offered by Tyfoon seo above, you will want to display unique titles for each page. Tyfoon seo covers that as it has a page title field in the page form, which is part of the snippet you add to your layout file. However, if you did not want or create SEO data for a specific page but need it to have a unique title, you need to manually add that to the view file like so right after extending the layout file:


All versions of tyfoon-seo with dependencies

PHP Build Version
Package Version
Requires php Version ^7.0|^8.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 gustocoder/tyfoon-seo contains the following files

Loading the files please wait ....