# emico/m2-attributelanding

> Attribute landing pages for Magento 2

`composer require emico/m2-attributelanding`

Canonical URL: https://packagento.com/emico/m2-attributelanding

## At a glance

- **Vendor**: emico (https://packagento.com/emico.md)
- **Latest version**: v7.0.0 — released 2026-06-25
- **Pricing**: Free
- **Package type**: Magento 2 module
- **Status**: active, accepting new buyers

## Installation

Packagento is licence-gated, so even free packages need a licence on a project before Composer can resolve them.

1. **Sign in or create an account** at https://packagento.com/customer/account/.

2. **Add the package to your account.** Open https://packagento.com/emico/m2-attributelanding and complete the free checkout. A licence is minted automatically.

3. **Create or pick a project, then activate the licence on it.**
   - Projects represent the Magento installs you deploy to. Manage them at https://packagento.com/projects/.
   - Activate the new licence on the project you'll deploy this package to. Activation is what generates the Composer credentials scoped to that project.

4. **Add the project credentials to your Magento codebase.**

   Grab the project's public + private key from https://packagento.com/projects/ (open the project, then its Credentials tab), and add them to `auth.json`:

   ```json
   {
     "http-basic": {
       "packagento.com": {
         "username": "ppk_live_...",
         "password": "psk_live_..."
       }
     }
   }
   ```

   Add the Packagento Composer repository to `composer.json`:

   ```json
   {
     "repositories": [
       { "type": "composer", "url": "https://packagento.com" }
     ]
   }
   ```

5. **Install and apply.**

   ```bash
   composer require emico/m2-attributelanding:*
   bin/magento setup:upgrade
   bin/magento setup:di:compile
   bin/magento cache:flush
   ```

## What it does

Attribute landing pages for Magento 2

## README

Create Landingpages based on predefined filters and categories.
Example Category T-shirts and filter color = red.

Specify any url you would like for this page, for example red-shirts.
Also you can define rich texts for SEO purposes on this landing pages.

Pages can be configured under Content > Manage pages and Manage overview pages.
Overview pages are a list view of landingpages.

Landingpages will be published in the sitemap. 

### Installation
Install package using composer
```sh
composer require emico/m2-attributelanding
```

Run installers
```sh
php bin/magento setup:upgrade
```

### Configuration
Configuration can be found under `Stores -> Configuration -> Emico Extensions -> Attribute landing pages -> General`.

- **Allow crosslink**: Allow landing pages to be crosslinked from within layered navigation filters. When enabled, if a visitor selects a combination of filters that exactly matches a landing page definition, they will be redirected to that landing page.
- **Append Category url suffix to landingpage Urls**: When enabled, the configured category URL suffix (e.g. `.html`) will be appended to landing page URLs. Changing this setting will update all landing page URLs — flush the cache and update any hardcoded links after saving.
- **Canonical link self referencing**: When enabled, the canonical link tag on a landing page points to the landing page's own URL instead of the underlying category URL.

### Contributors
If you want to create a pull request as a contributor, use the guidelines of semantic-release. semantic-release automates the whole package release workflow including: determining the next version number, generating the release notes, and publishing the package.
By adhering to the commit message format, a release is automatically created with the commit messages as release notes. Follow the guidelines as described in: https://github.com/semantic-release/semantic-release?tab=readme-ov-file#commit-message-format.

## Recent Versions

| Version | Released |
|---|---|
| v7.0.0 | 2026-06-25 |
| 6.0.7 | 2026-05-22 |
| 6.0.6 | 2026-05-06 |
| 6.0.5 | 2026-04-24 |
| 6.0.4 | 2026-03-24 |
| 6.0.3 | 2025-10-17 |
| 6.0.2 | 2025-08-28 |
| 6.0.1 | 2025-04-02 |
| 6.0.0 | 2025-02-26 |
| 5.1.1 | 2025-01-16 |

Showing 10 of 61 versions. Full release history on https://packagento.com/emico/m2-attributelanding.

## Dependencies

### Require

| Package | Constraint |
|---|---|
| magento/module-catalog | ^102.0\|\|^103.0\|\|^104.0 |
| magento/module-layered-navigation | ^100.4 |
| magento/module-sitemap | ^100.2\|\|^100.4 |
| php | ^8.1 |

### Require (dev)

| Package | Constraint |
|---|---|
| emico/code-quality | ^10.8 |

### Suggest

| Package | Constraint |
|---|---|
| emico/m2-attributelanding-tweakwise | Install to use attributelanding page in combination with Tweakwise |

## Licence and pricing

Free. A licence is still minted on checkout and bound to your project for Composer access — no payment step.

Refundable within 14 days of first purchase via https://packagento.com/account/refunds/.

## Install via Claude Code or any MCP client

The Packagento MCP server can run the licence + project + Composer steps above in one tool call:

```
purchase_and_install_packages(
  composer_names=["emico/m2-attributelanding"],
  project_id="proj_xxx"
)
```

This handles cart, checkout, licence minting, project activation, and writes auth.json credentials. Connect a client with `claude mcp add packagento https://mcp.packagento.com`. Full setup at https://packagento.com/docs/mcp-setup.

## Vendor

emico is a Magento 2 vendor on Packagento. See https://packagento.com/emico.md for their full catalogue.

