Download the PHP package artisanpack-ui/seo without Composer

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

ArtisanPack UI SEO

ArtisanPack UI SEO is a comprehensive SEO management package for Laravel applications. Built on Livewire 3, it provides complete control over meta tags, Open Graph, Twitter Cards, Schema.org markup, XML sitemaps, URL redirects, robots.txt generation, and SEO content analysis.

Quick Start

Installation

Basic Usage

Key Features

Components

Blade Components

Component Purpose
<x-seo-meta> All-in-one SEO output (meta, OG, Twitter, schema)
<x-seo-meta-tags> Basic meta tags only
<x-seo-open-graph> Open Graph tags for social sharing
<x-seo-twitter-card> Twitter Card meta tags
<x-seo-schema> Schema.org JSON-LD markup
<x-seo-hreflang> Hreflang link tags for multi-language

Livewire Components

Component Purpose
<livewire:seo-meta-editor> Full SEO editing interface with tabs
<livewire:redirect-manager> URL redirect management
<livewire:seo-dashboard> SEO overview and statistics
<livewire:seo-analysis-panel> Content analysis results
<livewire:hreflang-editor> Multi-language URL editor
<livewire:meta-preview> Search result preview
<livewire:social-preview> Social share preview
<livewire:seo::ai-meta-title-suggestor> AI-generated title variants
<livewire:seo::ai-meta-description-suggestor> AI-generated meta description
<livewire:seo::ai-content-analyzer> AI content quality scoring with recommendations
<livewire:seo::ai-schema-suggestor> AI JSON-LD schema type suggestion + starter object
<livewire:seo::ai-hreflang-suggestor> AI hreflang gap detection

Schema Types

Article, BlogPosting, Product, Organization, Person, LocalBusiness, Event, Recipe, FAQPage, HowTo, BreadcrumbList, WebSite, WebPage, VideoObject

AI Features

Five agents are shipped for use with the artisanpack-ui/ai foundation package. When artisanpack-ui/ai is installed and configured with credentials, the SEO service provider auto-registers each feature via aiFeatures().

Feature key Default model Description
seo.suggest_meta_title claude-haiku-4-5 Generate 3-5 SEO title variants (≤60 chars).
seo.suggest_meta_description claude-haiku-4-5 Generate one 150-160 character meta description.
seo.analyze_content claude-sonnet-4-6 Score content across keyword usage, readability, structure, and semantic completeness.
seo.generate_schema claude-haiku-4-5 Pick a JSON-LD schema type from the supported list and produce a starter object.
seo.suggest_hreflang claude-haiku-4-5 Cross-reference hreflang tags and surface missing or inconsistent relationships.

Trigger surfaces

Every feature ships trigger UI on all three supported frontends:

React and Vue triggers call the JSON API at /api/seo/ai/{feature} — see the routes registered under Route::prefix('ai') in routes/api.php (suggest-meta-title, suggest-meta-description, analyze-content, generate-schema, suggest-hreflang).

Feature toggles

Each feature honors the shared registry toggle. A disabled feature returns a FeatureDisabledException from the agent and a 409 from the API. Toggle at runtime via the FeatureRegistry facade:

Or set the initial state in config/artisanpack.php:

Documentation

Comprehensive documentation is available at docs.artisanpackui.dev:

Configuration

Publish the configuration file:

Key Configuration Options

Environment Variables

Variable Description Default
SEO_SITE_NAME Site name for titles APP_NAME
SEO_TITLE_SEPARATOR Separator between title and site name \|
SEO_DEFAULT_ROBOTS Default robots directive index, follow
SEO_CACHE_ENABLED Enable SEO caching true
SEO_CACHE_TTL Cache TTL in seconds 3600
SEO_REDIRECTS_ENABLED Enable redirect handling true
SEO_SITEMAP_ENABLED Enable sitemap generation true
SEO_ANALYSIS_ENABLED Enable SEO analysis true

Artisan Commands

Requirements

Dependencies

This package integrates with the ArtisanPack UI ecosystem:

Events

The package dispatches events for key actions:

Helper Functions

Extensibility

Custom Schema Types

Custom Analyzers

Filter Hooks

The package fires the following filter hooks from the artisanpack-ui/hooks package:

Hook Fired in Payload
ap.seo.metaTags MetaTagService::generate() (array $tags, ?Model $subject, Request $request)
ap.seo.sitemapEntries SitemapGenerator::generate() and generateFromProvider() (array $entries, string $sitemapType)

It also subscribes to ap.visualEditor.prePublishChecks (fired by artisanpack-ui/visual-editor) to append SEO checks to the pre-publish workflow.

Middleware

Add the redirect middleware to handle URL redirects:

Contributing

Contributions are welcome! To contribute:

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Merge Request

Please read CONTRIBUTING.md for details on our code of conduct and the process for submitting merge requests.

License

ArtisanPack UI SEO is open-sourced software licensed under the MIT license.


All versions of seo with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
illuminate/support Version ^10.0|^11.0|^12.0|^13.0
artisanpack-ui/core Version ^1.0
artisanpack-ui/hooks Version ^1.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 artisanpack-ui/seo contains the following files

Loading the files please wait ...