1.0.10 • Published 1 year ago

google-news-sitemap v1.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago