Download the PHP package devrabiul/laravel-seo-manager without Composer

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

Laravel SEO Manager

Laravel SEO Manager is a powerful and easy-to-use SEO optimization tool for Laravel applications. It helps enhance your website's search engine rankings by automatically adding essential meta tags and structured data to your web pages. With built-in support for Facebook OpenGraph, Twitter Cards, Schema Markup (JSON-LD), and Dublin Core metadata, this package ensures your content is properly indexed and displayed across search engines and social media platforms.

By integrating Laravel SEO Manager, you can boost organic traffic, improve click-through rates (CTR), and enhance your website’s visibility in Google Search, Bing, and other search engines. Whether you're managing a blog, eCommerce store, or business website, this package provides a comprehensive SEO solution with customizable settings to match your specific needs.

SEO Features

Requirements

Installation

Step 1: Install via Composer

Run the following command to install the package:

Step 2: Service Provider (Laravel 5.4 and below)

Laravel 5.5 and above support auto-discovery, so no manual provider registration is needed. For earlier versions of Laravel, you need to add the service provider to config/app.php:

Step 3: Publish the Configuration

Run the following command to publish the configuration file:

This will create the laravel-seo-manager.php configuration file in the config directory.

Configuration

After installation, you can configure the meta tags in the config/laravel-seo-manager.php file. Here's a summary of the available options:

Option Description
robots Defines search engine crawling rules (e.g., all, noindex)
revisit_after Time interval for search engine re-crawling (e.g., 1 day)
referrer Specifies referrer policy for browsers (e.g., no-referrer)
type Defines the type of page (e.g., website, article)
title The title of the page or website
description A description of the page or website
image URL to an image to be used by search engines
author The author of the page
geo_region Geographic region of your business (e.g., London)
geo_position Latitude and longitude of your physical location
twitter_site Your Twitter handle (e.g., @username)
twitter_card Type of Twitter card (e.g., summary_large_image)
fb_app_id Your Facebook App ID for OpenGraph
keywords Keywords for your page to help search engines identify content

Usage

After configuring the meta tags, you can include them in your Blade templates by adding the following code:

Standard Meta Tags

This will automatically use the values set in the laravel-seo-manager.php config file. However, you can override specific values by passing them as arguments:

Schema Markup

You can also include schema markup using the schema view. Here’s an example for a blog post:

Example Usage

Here’s a complete example of using the package:

Maintainers

This package is maintained by Muhammad Rabiul and you!

License

This package is licensed under the MIT license.


All versions of laravel-seo-manager with dependencies

PHP Build Version
Package Version
Requires php Version >=7.3
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 devrabiul/laravel-seo-manager contains the following files

Loading the files please wait ....