PHPackages                             webreinvent/vaah-indexer - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. webreinvent/vaah-indexer

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

webreinvent/vaah-indexer
========================

Get Google to Index Your Website Faster

v1.0.2(7y ago)185MITPHP

Since Nov 22Pushed 7y ago1 watchersCompare

[ Source](https://github.com/modernpk/vaah-indexer)[ Packagist](https://packagist.org/packages/webreinvent/vaah-indexer)[ Docs](https://www.webreinvent.com)[ RSS](/packages/webreinvent-vaah-indexer/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

Vaah Indexer, Get Google to Index Your Website Pages Faster
===========================================================

[](#vaah-indexer-get-google-to-index-your-website-pages-faster)

[![GitHub issues](https://camo.githubusercontent.com/246fcb31bc9398e66302edb7eeb5e4b8b631700885397be26ea3a1ed5f5f1ee6/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f7765627265696e76656e742f766161682d696e64657865722e737667)](https://github.com/webreinvent/vaah-indexer/issues)

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

[](#all-in-one-laravel-package-to-get-your-web-pages-indexed-fast)

### How to force Google to index your page 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

[](#features)

#### Ping

[](#ping)

✅ Ping Service

#### Social Media

[](#social-media)

🔲 Facebook Status

🔲 Twitter Status

#### High Traffic Website

[](#high-traffic-website)

🔲 Reddit

### Install

[](#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

[](#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

[](#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

[](#further-plans)

- Add support to post on Facebook, Twitter

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity63

Established project with proven stability

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~1 days

Total

3

Last Release

2730d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/45572020?v=4)[WebReinvent Technologies Pvt Ltd](/maintainers/webreinvent)[@webreinvent](https://github.com/webreinvent)

---

Tags

facebookgooglegoogle-indexingindexinglaravellaravel-packageping-serviceping-sitesseoseo-optimizationsocial-mediatwittervaah-indexergoogleyandexyahooindexingpingbingsearch enginespingomaticping-o-maticpinger

### Embed Badge

![Health badge](/badges/webreinvent-vaah-indexer/health.svg)

```
[![Health](https://phpackages.com/badges/webreinvent-vaah-indexer/health.svg)](https://phpackages.com/packages/webreinvent-vaah-indexer)
```

###  Alternatives

[garf/laravel-pinger

Ping search engines about website updates

2422.2k](/packages/garf-laravel-pinger)[hwi/oauth-bundle

Support for authenticating users using both OAuth1.0a and OAuth2 in Symfony.

2.4k21.5M69](/packages/hwi-oauth-bundle)[arcanedev/seo-helper

SEO Helper is a framework agnostic package that provides tools &amp; helpers for SEO (Laravel supported).

332467.0k4](/packages/arcanedev-seo-helper)[emcconville/polyline-encoder

PHP Traits algorithms for Encoded Polyline &amp; Bing Point Compression

30260.2k1](/packages/emcconville-polyline-encoder)[serps/core

Search engine scrapper

94165.5k8](/packages/serps-core)[gonoware/laravel-maps

Maps for your Laravel application

1728.0k](/packages/gonoware-laravel-maps)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
