Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rolandinsh/google-news-sitemap
News XML Sitemap module for the WordPress SEO plugin
https://github.com/rolandinsh/google-news-sitemap
Last synced: 20 days ago
JSON representation
News XML Sitemap module for the WordPress SEO plugin
- Host: GitHub
- URL: https://github.com/rolandinsh/google-news-sitemap
- Owner: rolandinsh
- Created: 2013-05-02T12:00:53.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2012-12-18T20:54:55.000Z (about 12 years ago)
- Last Synced: 2024-11-13T01:19:20.090Z (3 months ago)
- Language: PHP
- Homepage: http://yoast.com/wordpress/seo/news-seo/
- Size: 96.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# Installation
Download zip file and install it as a plugin in WordPress, then activate. Make sure you have the [WordPress SEO Plugin](http://yoast.com/wordpress/seo/) active and have enabled XML Sitemaps, otherwise it won't work. Then configure it further using the options.
Note: the XML sitemap it creates will be `news-sitemap.xml`, a previous version of this script used `news_sitemap.xml` (with an underscore instead of a dash), but doing it this way means we have to register one rewrite less, which is good for performance.
# Changelog
## 1.1
* Changed dir structure
* Implemented meta news keywords
* Added a settings link on the plugins page
* Moved News SEO settings to its own submenu
* Fixed a few bugs & notices## 1.0
* Initial version on Github