承接 webreinvent/vaah-indexer 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

webreinvent/vaah-indexer

Composer 安装命令:

composer require webreinvent/vaah-indexer

包简介

Get Google to Index Your Website Faster

README 文档

README

GitHub issues

All In One Laravel Package to get your web pages indexed fast!

How to force Google to index your page fast?

  • "Ping" your website
  • Post your page url to high traffic sites
  • Post status on Social Media

Features

Ping

✅ Ping Service

Social Media

🔲 Facebook Status

🔲 Twitter Status

High Traffic Website

🔲 Reddit

Install

   composer require webreinvent/vaah-indexer

Add to your config/app.php file to providers section:

   'providers' => [
       // ...
       WebReinvent\VaahIndexer\VaahIndexerServiceProvider::class,
   ]

If you want to use Indexer facade, add to same file at the aliases section:

   'aliases' => [
       // ...
       'Indexer'   => WebReinvent\VaahIndexer\IndexerFacade::class,
   ]

Publish with artsian

   php artisan vendor:publish --provider="WebReinvent\VaahIndexerServiceProvider"

Publishes a vaah-indexer.php file to config directory. Add and remove all your ping sites in this file. Be sure to review the ping responses from the ping sites because there are many ping sites and do not all provide a uniform response. Some may require additional parameters.

Usage

Send to all ping services:

$response = Indexer::sendPingToAll($title, $page_url);

To get http status:

$response = Indexer::sendPingToAll($title, $page_url);
echo $response->status;

To get response content:

$response = Indexer::sendPingToAll($title, $page_url);
echo $response->content;

Further plans

  • Add support to post on Facebook, Twitter

统计信息

  • 总下载量: 85
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-11-22

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固