Socket
Socket
Sign inDemoInstall

google-news-sitemap

Package Overview
Dependencies
9
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    google-news-sitemap

=== Google XML News Sitemap plugin === Contributors: Dimas Lanjaka Contact link: +6285655667573 Tags: post,google,seo,news,google news,sitemap,posts,plugin,search engine optimization,XML news sitemap Requires at least: 2.5 Tested up to: 2.9 Stable t


Version published
Weekly downloads
32
decreased by-3.03%
Maintainers
1
Install size
5.18 MB
Created
Weekly downloads
 

Readme

Source

Google News Sitemap Generator For NodeJS

npm GitHub tag (latest SemVer)

const GoogleNewsSitemap = require('google-news-sitemap');
const builder = new GoogleNewsSitemap();
builder.add({
  location: "http://example.com/article1",
  title: "item 1",
  publication_date: "May 24, 2012",
  publication_language: "en",
  publication_name: "Dimas Lanjaka",
});
builder.add({
  location: "http://example.com/article2",
  title: "item 2",
  publication_language: "en",
  publication_date: "May 25, 2012",
  publication_name: "Dimas Lanjaka",
});
console.log(builder.toString());

VIEW FULL EXAMPLE

image

Google News related questions? Find answers in the Google News Help Forum

Site using this package

www.webmanajemen.com

Keywords

FAQs

Last updated on 20 Apr 2023

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc