Download the PHP package mage2kishan/module-index-now without Composer

On this page you can find all versions of the php package mage2kishan/module-index-now. 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 module-index-now

Panth IndexNow — Instant Bing & Yandex Submission for Magento 2 | Panth Infotech

Magento 2.4.4 - 2.4.8 PHP 8.1 - 8.4 Hyva Compatible Packagist GitHub Upwork Top Rated Plus Panth Infotech Agency Website

Instantly notify Bing, Yandex, Seznam, Naver and Yep whenever a product, category, or CMS page changes — via the open IndexNow protocol, with one plug-and-play Magento 2 module. Zero cron jobs, zero queues, zero clicking "submit URL" in Bing Webmaster Tools for every edit.

Panth IndexNow implements the IndexNow protocol inside Magento 2. When a merchant saves a product, category, or CMS page in admin, the module collects the changed URL and fires a single batched POST to api.indexnow.org at the end of the request — covering Bing, Yandex, Seznam, Naver and Yep in one call. Serves the required key-verification endpoint at /panth_indexnow/key, respects Magento URL rewrites and CMS URL suffixes, supports per-store API keys, and works identically on Hyva and Luma storefronts.


🚀 Need Custom Magento 2 Development?

Get a free quote for your project in 24 hours — custom modules, Hyva themes, performance optimization, M1→M2 migrations, and Adobe Commerce Cloud.

Get a Free Quote

### 🏆 Kishan Savaliya **Top Rated Plus on Upwork** [![Hire on Upwork](https://img.shields.io/badge/Hire%20on%20Upwork-Top%20Rated%20Plus-14a800?style=for-the-badge&logo=upwork&logoColor=white)](https://www.upwork.com/freelancers/~016dd1767321100e21) 100% Job Success • 10+ Years Magento Experience Adobe Certified • Hyva Specialist ### 🏢 Panth Infotech Agency **Magento Development Team** [![Visit Agency](https://img.shields.io/badge/Visit%20Agency-Panth%20Infotech-14a800?style=for-the-badge&logo=upwork&logoColor=white)](https://www.upwork.com/agencies/1881421506131960778/) Custom Modules • Theme Design • Migrations Performance • SEO • Adobe Commerce Cloud

Visit our website: kishansavaliya.com  |  Get a quote: kishansavaliya.com/get-quote


Table of Contents


Key Features

Automatic URL Submission

Per-Store API Keys

Built-in Key Verification Endpoint

Safe Defaults

Defensive HTTP Client


What is IndexNow?

IndexNow is an open protocol co-created by Microsoft and Yandex that lets websites notify search engines the moment their content changes — rather than waiting for the next crawl. A website POSTs a list of changed URLs to a shared endpoint, and every participating search engine receives the notification simultaneously.

Key benefits for eCommerce stores:

  1. Faster indexing — new products and category changes appear in search results within minutes instead of days
  2. Lower crawl load — search engines don't need to re-crawl your sitemap to discover changes
  3. One POST, many engines — submitting to api.indexnow.org fanouts to Bing, Yandex, Seznam, Naver and Yep in a single request
  4. Bi-directional trust — the keyLocation URL on your site proves ownership, so only you can submit URLs for your domain

The module handles the entire flow automatically — key hosting, URL collection, batching, submission, and error logging.


Which Search Engines Does It Cover?

IndexNow has a defined list of participating search engines. Submission via api.indexnow.org is fanned out to all of them:

Search Engine IndexNow Support
Bing ✅ Yes
Yandex ✅ Yes
Seznam ✅ Yes
Naver ✅ Yes
Yep ✅ Yes
DuckDuckGo ➖ Indirect (uses Bing's index)
Google ❌ No — Google does not participate in IndexNow
Baidu ❌ No

Note on Google: Google has its own crawl schedule and doesn't accept IndexNow submissions. To speed up Google indexing, pair this module with an XML sitemap (e.g. mage2kishan/module-xml-sitemap) and use Google Search Console. This module is for Bing / Yandex / Seznam / Naver / Yep — the search engines that actually honor IndexNow.


Screenshot

Admin Configuration — Stores → Configuration → Panth Extensions → IndexNow

Two settings, both at store-view scope: the master enable toggle and the API key. The inline comments link directly to Bing's IndexNow key generator and remind the merchant where the verification file is served.


Compatibility

Requirement Versions Supported
Magento Open Source 2.4.4, 2.4.5, 2.4.6, 2.4.7, 2.4.8
Adobe Commerce 2.4.4, 2.4.5, 2.4.6, 2.4.7, 2.4.8
Adobe Commerce Cloud 2.4.4 — 2.4.8
PHP 8.1.x, 8.2.x, 8.3.x, 8.4.x
MySQL 8.0+
MariaDB 10.4+
Hyva Theme 1.0+ (native support)
Luma Theme Native support
Required Dependency mage2kishan/module-core ^1.0

Installation

Composer Installation (Recommended)

Manual Installation via ZIP

  1. Download the latest release ZIP from Packagist or the Adobe Commerce Marketplace
  2. Extract the contents to app/code/Panth/IndexNow/ in your Magento installation
  3. Ensure Panth_Core is installed (required dependency)
  4. Run the same commands as above starting from bin/magento module:enable

Verify Installation

Get an IndexNow API Key

  1. Visit Bing IndexNow or Yandex IndexNow
  2. Generate a UUID-style key (e.g. a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6) — or invent any 8+ character hex string; IndexNow generates new keys per-site
  3. Paste the key into Magento admin → Stores → Configuration → Panth Extensions → IndexNow → API Key
  4. Save and flush the cache — submissions begin on the next catalog / CMS save

Configuration

Navigate to Admin → Stores → Configuration → Panth Extensions → IndexNow to configure the module.

Setting Default Scope Description
Enable IndexNow No Store View Master toggle. When on, product / category / CMS page saves submit the changed URL to IndexNow.
API Key (empty) Store View A UUID-style key (e.g. a1b2c3d4e5f6…). The key is served at /panth_indexnow/key for verification. Must be at least 8 hex characters.

Both settings are scope-aware — configure one key globally or set different keys per store view if you manage multiple brand domains from one Magento install.


How It Works — Under the Hood

The module is deliberately small (three classes — an observer, a submitter, and a controller) and leans on Magento's native event system rather than inventing a scheduler:

Design decisions:


What Triggers a Submission?

Event Observer Fires URL Submitted
catalog_product_save_after Product URL via $product->getProductUrl() (respects store rewrites)
catalog_category_save_after Category URL via $category->getUrl()
cms_page_save_after CMS page URL via \Magento\Cms\Helper\Page::getPageUrl() inside store emulation (respects URL rewrites + suffix)
catalog_product_delete_after Not subscribed — IndexNow has no "remove" semantic; search engines detect 404s via normal re-crawl
catalog_category_delete_after Not subscribed — same reason
cms_page_delete_after Not subscribed — same reason
Catalog rule save Not subscribed (product URLs don't change from a rule save)
Stock qty change Not subscribed

The Key Verification Endpoint

IndexNow requires the domain being submitted to serve the API key as a plain-text file at a declared URL. The module serves this automatically at:

Accepted URL forms:

URL Behavior
/panth_indexnow/key Returns the configured key as text/plain (HTTP 200)
/panth_indexnow/key?key=<correct> Returns the key when the query matches (timing-safe compare)
/panth_indexnow/key?key=<wrong> Returns 404 (prevents use as arbitrary text echo service)
/panth_indexnow/key when IndexNow disabled Returns 404
/panth_indexnow/key when API key empty Returns 404

The key comparison is timing-safe via hash_equals — the endpoint resists timing-attack key discovery.


Multi-Store Support

The module is fully scope-aware:

Each submission uses the correct key + host + keyLocation for the store the entity belongs to. Saving a product assigned to Store A and a CMS page assigned to Store B in one admin action triggers two POSTs — one per store — each with that store's own key.


Troubleshooting

Issue Cause Resolution
Nothing gets submitted after saving Module not enabled at store scope Enable in admin at the specific store view (not just default)
/panth_indexnow/key returns 404 Feature disabled or key empty Enable + set API key + flush cache
IndexNow API returns 422 Your site's host isn't publicly reachable Expected on dev/staging (.test, .local). Will work on production domains.
IndexNow API returns 403 Key file doesn't match submitted key Verify /panth_indexnow/key returns the same value as the admin API Key field
Submissions happen but search results don't update Google doesn't honor IndexNow Use XML sitemap + Search Console for Google. IndexNow covers Bing / Yandex only.
Batch size > 10,000 URLs Observer batches in chunks of 10K automatically No action needed — the spec maximum is handled by array_chunk
Admin role doesn't see the config section ACL resource not granted System → Permissions → User Roles → edit the role → grant Panth Extensions → IndexNow
Log says "unexpected HTTP status: 0" Curl failure (timeout, DNS, firewall) Check that api.indexnow.org is reachable from your Magento server

FAQ

Does this submit URLs to Google?

No. Google does not participate in IndexNow and has stated they maintain their own crawl schedule. For Google indexing, use a proper XML sitemap and Google Search Console. This module is specifically for the IndexNow ecosystem (Bing, Yandex, Seznam, Naver, Yep).

Do I need separate keys for Bing, Yandex, Seznam, and Naver?

No — that's the point of IndexNow. One key, submitted to api.indexnow.org, fans out to every participating engine. Generate the key once at Bing IndexNow or Yandex IndexNow and paste it into Magento.

Where is the key file served?

https://yourstore.com/panth_indexnow/key — IndexNow crawlers hit this URL to verify domain ownership before trusting submitted URLs.

What happens if the IndexNow API is down?

The HTTP call times out after 15 seconds, the failure is logged to var/log/system.log, and the save that triggered it completes normally. No admin-facing error, no retry queue — the next save attempts a fresh submission.

Will this slow down product saves?

No. The observer only enqueues URLs during save and fires the actual POST in register_shutdown_functionafter Magento has already sent the response to the admin. The merchant's Save button returns at normal speed.

Does it work with Hyva?

Yes. IndexNow operates at the backend event layer (catalog_product_save_after, etc.) — it's theme-agnostic. Runs identically on Hyva, Luma, or any Magento 2 theme.

Can I submit a sitemap URL manually?

IndexNow is per-URL, not per-sitemap — Bing already polls your sitemap separately. If you want to force a re-crawl of a specific URL (not triggered by a save), you'd need a custom CLI command; this module doesn't ship one in v1.0.

Is Panth_Core required?

Yes. mage2kishan/module-core is a required dependency and is pulled in automatically by Composer. Core provides the admin tab layout and common utilities.

Does it support multi-store / multi-language?

Yes. Every configuration setting respects Magento's standard scope hierarchy (default → website → store view). Set different keys per store view, per website, or one default key globally — whichever fits your setup.

What about product / category / CMS page deletions?

Not submitted. IndexNow is designed for new or changed content. Deletions are detected by search engines through normal re-crawl when they hit a 404 on the next visit to the URL.

Will this hit rate limits?

IndexNow allows up to 10,000 URLs per POST. The module batches automatically via array_chunk, so a burst of 15,000 saves produces two POSTs (10K + 5K). You're extremely unlikely to hit IndexNow's per-day limits from a normal eCommerce catalog.


Support

Channel Contact
Email [email protected]
Website kishansavaliya.com
WhatsApp +91 84012 70422
GitHub Issues github.com/mage2sk/module-index-now/issues
Upwork (Top Rated Plus) Hire Kishan Savaliya
Upwork Agency Panth Infotech

Response time: 1-2 business days.

💼 Need Custom Magento Development?

Looking for custom Magento module development, Hyva theme customization, store migrations, or performance optimization? Get a free quote in 24 hours:

Get a Free Quote

Hire on Upwork    Visit Agency    Visit Website

Specializations:


License

Panth IndexNow is licensed under a proprietary license — see LICENSE.txt. One license per Magento installation.


About Panth Infotech

Built and maintained by Kishan Savaliyakishansavaliya.com — a Top Rated Plus Magento developer on Upwork with 10+ years of eCommerce experience.

Panth Infotech is a Magento 2 development agency specializing in high-quality, security-focused extensions and themes for both Hyva and Luma storefronts. Our extension suite covers SEO, performance, checkout, product presentation, customer engagement, and store management — over 34 modules built to MEQP standards and tested across Magento 2.4.4 to 2.4.8.

Browse the full extension catalog on the Adobe Commerce Marketplace or Packagist.

Quick Links


Ready to get your store indexed by Bing and Yandex in minutes, not days?
Get Started


SEO Keywords: magento 2 indexnow, magento 2 bing indexing, magento 2 yandex submission, magento 2 instant indexing, magento 2 search engine ping, magento 2 bing webmaster, magento 2 url submission, magento 2 seo extension, magento 2 seznam indexing, magento 2 naver indexing, magento 2 yep search, magento 2 crawl optimization, magento 2 real-time seo, magento 2 product url submission, magento 2 category url submission, magento 2 cms page submission, hyva indexnow, hyva bing indexing, luma indexnow, luma bing submission, magento 2 seo automation, magento 2 webmaster tools, magento 2 api indexing, magento 2 search console automation, magento 2.4.8 indexnow, magento 2 PHP 8.4 indexnow, mage2kishan indexnow, panth infotech indexnow, kishan savaliya magento, hire magento developer upwork, top rated plus magento freelancer, custom magento development, adobe commerce indexnow, magento 2 bing key, magento 2 yandex key, magento 2 indexnow protocol, magento 2 multi-store indexnow, magento 2 url batching, magento 2 indexnow plugin, magento 2 search engine notification


All versions of module-index-now with dependencies

PHP Build Version
Package Version
Requires php Version ~8.1.0||~8.2.0||~8.3.0||~8.4.0
mage2kishan/module-core Version ^1.0
magento/framework Version ^103.0
magento/module-store Version ^101.1
magento/module-catalog Version ^104.0
magento/module-cms Version ^104.0
magento/module-config Version ^101.2
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 mage2kishan/module-index-now contains the following files

Loading the files please wait ...