Download the PHP package jacky525/seo without Composer

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

PHP SEO Build Status

Simple PHP library to help developers ๐Ÿป do better on-page SEO optimization

PHP SEO features:

Installation:

Usage:

Check this simple examples. (of course the composer autoload.php file is required)

๐Ÿ‘ท Generate schema.org

Results: (formatted)

Results:

Results:

๐Ÿ›€ Meta Tags

Results:

Results:

๐Ÿ—บ Sitemaps

Option name Description Required ? Default
save_path Generated sitemaps storage path YES
sitemaps_url Sitemap index custom url for generated sitemaps NO $url
index_name Custom sitemap index name NO sitemap.xml
Simple Example

Results: (๐Ÿ“‚ in: /path/to_save/files/)

๐Ÿ“: sitemap.xml (formatted)

๐Ÿ“: blog.xml (formatted)

Multipe Sitemaps && Images

Results

๐Ÿ“: index.xml

๐Ÿ“: blog.xml

๐Ÿ“: blog_2.xml

Sitemap with videos

Results

๐Ÿ“: index.xml

Note: lastmod in sitemap index files are generated automatically

๐Ÿ“: posts.xml

News Sitemaps

Results

๐Ÿ“: news_index.xml

๐Ÿ“: my_news.xml

Google quote: โš  "If you submit your News sitemap before your site has been reviewed and approved by our team, you may receive errors." โš 

๐Ÿค– Send Sitemaps To Search Engines

According to the sitemaps protocol, search engines should have a url that allow you to inform them about your new sitemap files. like: /ping?sitemap=sitemap_url

TODOs:

New features coming in v1.1

References

License:

MIT Copyright (c) 2019 Mohamed Elbahja


All versions of seo with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4
ext-xml Version *
ext-curl Version *
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 jacky525/seo contains the following files

Loading the files please wait ....