Giter Site home page Giter Site logo

chandrasekhar613 / google-fast-indexing Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dllpl/google-fast-indexing

0.0 0.0 0.0 40 KB

PHP library for fast indexing of website pages in Google search with support for mass indexing. A PHP library designed for quick indexing website pages in Google search. PHP-библиотека для быстрой индексации страниц сайта в поиске Google с поддержкой массовой индексация.

Home Page: https://webseed.ru/

License: MIT License

PHP 100.00%

google-fast-indexing's Introduction

Google Fast Indexing PHP library

Library for quick indexing of a site (site pages) in Google search results. Based on the library google/apiclient. A detailed guide from obtaining a Google API key to submitting URLs for indexing is available at link

Библиотека для быстрой индексации сайта (страниц сайта) в поисковой выдаче Google. Создано на основе библиотеки google/apiclient. Подробное руководство от получения API-ключа Google до отправки url-адресов на индексацию доступно по ссылке

Requirements (Требования)

  • php: ^7.4 || ^8.0

Installation (Установка)

composer require dllpl/google-fast-indexing

Usage example (Вызов)

use Dllpl\Google\FastIndexing;

// (en) path to the .json file of the private key received in the Google account
// (ru) путь до .json файла приватного ключа, полученного в ЛК Google
$fastIndexing = new FastIndexing('service_account.json'); 

// (en) path to the .txt file containing URLs to be sent for indexing
// (ru) путь до .txt файла, содержащего url-адреса для отправки на индексацию
$result = $fastIndexing->send('urls.txt'); 

var_dump($result);

Example file urls.txt (Пример файла)

Each URL is on a new line. It's important.

https://mydomain.com
https://mydomain.com/all
https://mydomain.com/pages
...

P.S.

Recently, Google has been very poorly and very slowly indexing website pages on its own, Based on this, there was a desire to implement this package for our own needs and for the needs of the entire GitHub community. Thank you for your stars! I invite you to take part in the development of this package.

В последнее время Google очень плохо и совсем неспешно самостоятельно индексирует страницы сайта, исходя из этого возникло желание реализовать данный пакет для собственных нужд и для нужд всего GitHub-комьюнити. Спасибо за ваши звезды! Приглашаю принять участие в развитие данного пакета.

google-fast-indexing's People

Contributors

dllpl avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.