Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hexo-indexnow

Package Overview
Dependencies
Maintainers
0
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hexo-indexnow

Use the indexnow protocol to push links to search engines to improve SEO

  • 1.2.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
63
increased by85.29%
Maintainers
0
Weekly downloads
 
Created
Source

[No Longer Actively Maintained] I have lost interest in maintaining Hexo-related projects, and thus I will no longer continue to maintain this project. If you wish to continue maintaining it, you can create a Fork.

hexo-indexnow

中文使用文档
hexo-indexnow is a lightweight SEO (indexnow) plugin.
It provides a simple and easy way to submit a link to indexnow.

start from zero

Install this plugin:

yarn add hexo-indexnow
# if you use npm
npm i hexo-indexnow

First, you should get an api key from a search engine, such as Microsoft Bing. Next change the configuration of hexo:

hexo_indexnow:
  count: 1 # number or "latest"
  txt_name: indexnow.txt # links file name
  apikey: xxxxxx # indexNow Apikey
  server: bing # The server that received the request
               # For example: bing, yandex, indexnow
  log_urls: false # Log url list on output log

deploy:
  - type: indexnow_url_submitter

Keywords

FAQs

Package last updated on 06 Jul 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc