Download the PHP package netlogix/googlesearchconsoleinspector without Composer

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

Netlogix.GoogleSearchConsoleInspector

This package adds an inspector tab for document level nodes, which provides insights into Google Search Console data for the given document, provided by the Google Search Console URL Inspection API.

Installation

Supported Neos Versions
^ 8.3
~ 9.0.0

Configuration

A JSON credentials file for a Google service account is required. See Create a service account for details. The path to the credentials file should be set in the environment variable GOOGLE_APPLICATION_CREDENTIALS.

Alternatively, the path can be set at the configuration path Netlogix.GoogleSearchConsoleInspector.api.clientConfig.credentials.

At Netlogix.GoogleSearchConsoleInspector.siteUrlMapping add the mapping of Google Search Console Properties to URL prefixes for your site. Please refer to Google's documentation for details.

For document nodetypes you want to inspect, add the Netlogix.GoogleSearchConsoleInspector:Inspectable to the supertypes. This will add the inspector tab to the document node.

Usage

On document level nodes a new tab will be added in the left-hand inspector window. It provides the following functionality:

The first section offers a button leading directly to Googles own URL Inspection Tool, preconfigured with the current page data.

The second sections provides data about Google's indexing status, mobile usability according to Google, rich results availability and the last time the site was crawled.

The third section displays information about the current Google and user canonicals used.

The fourth section contains a list of Urls for which Google is aware of the current page is being referenced from.

The last section shows information Google has about the structured data the page contains.


All versions of googlesearchconsoleinspector with dependencies

PHP Build Version
Package Version
Requires php Version ^8.3
neos/neos Version ^8.3 || ~9.0.0
neos/neos-ui Version ^8.3 || ~9.0.0
google/apiclient Version ^2.18
google/apiclient-services Version v0.396.0
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 netlogix/googlesearchconsoleinspector contains the following files

Loading the files please wait ...