=== Plugin Name === Contributors: jimburnettva Donate link: http://www.techburnett.com Tags: SEO, Jim Burnett,Site Map Requires at least: 3.0.0 Tested up to: 3.5.1 Stable tag: 1.5 Displays a chronological and paged list of blog posts for search engines to pick up. It's more like a sitemap. == Description == SiteLinks is a wordpress plugin that displays a simple page with links to your Wordpress posts. The page shows 80 posts at a time in the order of most recent to oldest. I used this to help search engines index my site quicker. Most search engines only index up to 100 links per page so for now I have set this to 80 to take in account other links that may be in your template. Developed by Jim Burnett. Note: With Search engines now using XML based sitemaps, sitemaps such as this may not be needed. == Installation == 1. Upload `wp-sitelinks.zip` to the `/wp-content/plugins/` directory 2. Unzip the file. 3. Activate the plugin through the 'Plugins' menu in WordPress 4. Place `[showlinks]` in a page. 5. Tell Google and various search engines to index the page. I actually submitted this page directly to Google and Bing and they started hitting my site a lot more. 6. Add page to sitemap.xml with a high priority so search engines will visit the sitemap more often. == Frequently Asked Questions == == Screenshots == == Changelog == = 1.0 = * Initial release. = 1.1 = * Fixed 180 post limit bug. = 1.2 = * Fixed documentation. * Changed page code, again to better conform. = 1.3 = * Added a classname of "sitelink" to the links so you can customized with css. = 1.4 = * Wrapped the sitelinks into a UL and LI group. Also wrapped the next page navigation into a SPAN for better customization. == Upgrade Notice == You may need to change some CSS code if you have upgraded to 1.4. We now use ordered lists UL and lists to wrap the links ( LI ). == Arbitrary section == == A brief Markdown Example == Place `[showlinks]` in a page.