2017 © Pedro Peláez
 

melisplatform-module melis-cms-site-robot

This module adds the dynamic generation of the robot.txt file to a tool and per site

image

melisplatform/melis-cms-site-robot

This module adds the dynamic generation of the robot.txt file to a tool and per site

  • Monday, July 16, 2018
  • by melisplatform
  • Repository
  • 5 Watchers
  • 1 Stars
  • 214 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 24 % Grown

The README.md

Melis CMS Site Robot

MelisCmsSiteRobot provides a functionality to add robots.txt on each domain., (*1)

Getting Started

These instructions will get you a copy of the project up and running on your machine., (*2)

Prerequisites

The following modules need to be installed to have Melis newsletter module run:, (*3)

  • Melis engine

Installing

Run the composer command:, (*4)

composer require melisplatform/melis-cms-site-robot

Database

Database model is accessible via the MySQL Workbench file:, (*5)

/melis-cms-site-robot/install/sql/Model

Database will be installed through composer and its hooks.
In case of problems, SQL files are located here:, (*6)

/melis-cms-site-robot/install/sql

Tools and elements provided

  • Melis CMS site robot tool
  • Melis CMS site robot service

Melis CMS site robot tool

Provides the user the ability to access and manage the Robots.txt of every domain., (*7)

Melis CMS site robot service

  • Using the service to retrieve Robots.txt data for each domain:
// Get MelisEngineTableSiteDomain service
$table = $this->getServiceManager()->get('MelisEngineTableSiteDomain');

// Get all data from site domain table
$data = $table->getData($searchValue, $searchableCols, $selColOrder, $orderDirection, $start, $length)->toArray();
// Get MelisEngineTableRobot service
$robotTable = $this->getServiceManager()->get('MelisEngineTableRobot');

//Get robots.txt contents and data for each domain
$robotData  = (array) $robotTable->getEntryByField('robot_site_domain', $domainName)->current();

Authors

See also the list of contributors who participated in this project., (*8)

License

This project is licensed under the OSL-3.0 License - see the LICENSE.md file for details, (*9)

The Versions

16/07 2018

dev-master

9999999-dev https://github.com/melisplatform/melis-cms-site-robot

This module adds the dynamic generation of the robot.txt file to a tool and per site

  Sources   Download

OSL-3.0

The Requires

 

The Development Requires

analytics zf2 module cms melis

16/07 2018

dev-develop

dev-develop https://github.com/melisplatform/melis-cms-site-robot

This module adds the dynamic generation of the robot.txt file to a tool and per site

  Sources   Download

OSL-3.0

The Requires

 

The Development Requires

analytics zf2 module cms melis

09/07 2018

dev-feature/menu-v2

dev-feature/menu-v2 https://github.com/melisplatform/melis-cms-site-robot

This module adds the dynamic generation of the robot.txt file to a tool and per site

  Sources   Download

OSL-3.0

The Requires

 

The Development Requires

analytics zf2 module cms melis

31/05 2018

dev-feature/left-menu-update

dev-feature/left-menu-update https://github.com/melisplatform/melis-cms-site-robot

This module adds the dynamic generation of the robot.txt file to a tool and per site

  Sources   Download

OSL-3.0

The Requires

 

The Development Requires

analytics zf2 module cms melis

03/05 2018

v2.4.0

2.4.0.0 https://github.com/melisplatform/melis-cms-site-robot

This module adds the dynamic generation of the robot.txt file to a tool and per site

  Sources   Download

OSL-3.0

The Requires

 

The Development Requires

analytics zf2 module cms melis

01/03 2018

v2.3.1

2.3.1.0 https://github.com/melisplatform/melis-cms-site-robot

This module adds the dynamic generation of the robot.txt file to a tool and per site

  Sources   Download

OSL-3.0

The Requires

 

The Development Requires

analytics zf2 module cms melis

27/02 2018

v2.3.0

2.3.0.0 https://github.com/melisplatform/melis-cms-site-robot

This module adds the dynamic generation of the robot.txt file to a tool and per site

  Sources   Download

OSL-3.0

The Requires

 

The Development Requires

analytics zf2 module cms melis

15/01 2018

dev-hotfix-dbdeploy

dev-hotfix-dbdeploy https://github.com/melisplatform/melis-cms-site-robot

This module adds the dynamic generation of the robot.txt file to a tool and per site

  Sources   Download

OSL-3.0

The Requires

 

The Development Requires

analytics zf2 module cms melis