Tampilkan postingan dengan label Sitemap. Tampilkan semua postingan
Tampilkan postingan dengan label Sitemap. Tampilkan semua postingan

How to Build the Realtime WordPress Sitemap

How to Build the Realtime WordPress SitemapA sitemap plugin to make it easier for your site to show all your pages, posts, archives, categories and tags in an easy to read format.

Description :-A sitemap plugin to make it easier for your site to show all your pages, posts, archives, categories and tags in an easy to read format without any need for template modification or html/php knowledge.
  1. Order the output anyway you want in the plugin settings page.
  2. Order the output of the WP Nav Menu, Pages, Posts, Custom Post Types, Archives, Categories and Tags.
  3. Show/hide WP Nav Menu, Pages, Posts, Custom Post Types, Archives, Categories and Tags.
  4. Optionally show categories and/or tags as a bullet list, or as a tag cloud.
  5. Exclude Pages, Posts, Custom Post Types, Categories and Tags IDs.
  6. Limit the amount of posts, custom post types, archives, categories and tags displayed.
  7. Change the archive type from the WordPress default.
  8. Show/hide Categories and Tags which have no posts associated to them.
  9. Show/hide how many posts are in each Archive, Category or Tag.
  10. Optionally name the sections different from the default of Pages, Posts, Archives, Categories and Tags.
  11. Hierarchical list of pages and categories.
  12. Supports I18n for translation.
  13. Supports use of the wordpress shortcode for including the sitemap in pages and posts.
  14. Supports menus created with the inbuilt WordPress Menu Editor.
  15. Works on WordPress Multisite (WPMU) blogs.
  16. Comes with an uninstaller, if you dont want it anymore just deactivate the plugin and delete it from within wordpress and it will delete all of its settings itself.
I cant think of anything else that I personally would need this plugin to do for my own use, if anyone feels it doesn't meet what they need, or has any suggestions as to how to make it better then do please get in touch with me and I will see what I can do to accomodate your requests.

WP Realtime Sitemap is available in:-

English.
Brazilian Portuguese by Gervasio Antonio.
Czech by Libor Cerny.
Russian by ssvictors.
Spanish by Francois-Xavier Gonzalez.
Dutch by Martien van de Griendt.

Instructions for installing via download from wordpress.org
  1. Download and extract the Plugin zip file.
  2. Upload the files to /wp-content/plugins/wp-realtime-sitemap directory.
  3. Activate the plugin through the 'Plugins' menu in WordPress.
Instruction for installing from within your own blog
  1. Go to the Plugins => Add New page.
  2. Enter 'WP Realtime Sitemap' (without quotes) in the textbox and click the 'Search Plugins' button.
  3. In the list of relevant plugins click the 'Install' link for 'WP Realtime Sitemap' on the right hand side of the page.
  4. Click the 'Install Now' button on the popup page.
  5. Click 'Activate Plugin' to finish installation.
Once plugin has been activated please follow one of the install options below to show the sitemap on your blog
  1. Click Pages in the left hand menu navigation.
  2. Click on the link in the left hand menu navigation that says Add New or the button that says Add New next to Pages in the main content area.
  3. Give your page a title I suggest Sitemap, and put the short code mentioned on the examples into the wysiwyg box.
Note: If you already have a page for your sitemap then put the shortcode in this pages wysiwyg box instead of creating a new page.

Free Download WP Realtime Sitemap Plugin
More aboutHow to Build the Realtime WordPress Sitemap

1 Simple Way to Audit Your XML Sitemap


How many times have you looked at an XML sitemap and said, “Why are these URLs in here?” One time, I was getting so frustrated doing an index ability audit for my client because Google wasn’t paying attention to canonicals for a variety of reasons. One in particular was the XML sitemap not pointing to the canonical, or clean version of the URL, but to the ugly URL with tracking parameters.

It begged the question, “If I tell Google of a page through the XML sitemap, and then immediately command that page to give credit to another version through the canonical, what will Google believe? If the site isn’t consistent, how is Google supposed to be consistent?“

Who uses a sitemap generator and calls it good? I know I did. Who audits that sitemap to make sure the generator picked only the good URLs? Hmm… How do you audit thousands and thousands of URLs from an XML sitemap?

In addition to this problem, earlier in March, SEOmoz did a Whiteboard Friday with Duane Forrester, the new senior project manager for Bing’s Webmaster Tools (embedded below). About eight minutes in, Forrester talked about how important it is to Bing to have a clean, even “hyper clean” sitemap. An XML sitemap must pass a quality threshold for Bing to recognize, use, and trust it. This means that you don’t want 404 pages, 301 or 302 redirects or URLs with different canonicals.



Again, the question is: How do I easily audit the quality of my XML sitemap?

Well, after finally putting some serious thought into it, here is one of the easiest ways for anyone to audit their XML sitemap:

Parse the XML sitemap
There are 100 ways to skin a cat, so if you can write a quick script to do this, by all means, go ahead. For the non-nerdy type, there is a pretty simple process using Excel to get all of the URLs from your XML file.

  1. Go to the XML sitemap of your domain.
  2. Right click on the page and select “Save As…”
  3. Change the file extension from XML to HTML because Excel can parse and read HTML files only, the file should now be “sitemap.html”.
  4. Open the sitemap.html file with Excel. Note: You may get a message to Open as Text” and that is OK. It should look like this:

Clean Up the Excel File
Here is the easiest way to strip everything else out of the file so you just have your URLs.


  1. Add a row above all the content.
  2. Apply filters to the top row of the sheet.
  3. We are only interested in the tag so we will filter column C for only the tags.
  4. Copy and paste all the URLs to a new sheet (keeps it clean).
  5. Find and replace all the and end tags with blanks. You now have a clean list of all the URLs within your sitemap.


Audit the URLs
Now that you have a list of the URLs in your sitemap, it is time to audit them for 404s, 301 and 302 redirects and any canonical issues. I recently discovered this great tool for the job and I am so glad I did. The Screaming Frog SEO Spider tool has got to be one of the “must have” resources for an SEO. It is expensive, but well worth the price if you need to dig into a site (and it works for Mac and PC!). They do offer a free version that will allow you to crawl up to 500 URLs, which will work for this example. So now that we have a list we’re going to upload it to Screaming Frog’s SEO Spider.

  1. Export your list from Excel as text file because the spider can only upload text files (It would be great if that changed .
  2. Open up the SEO Spider and change from “Spider” mode to “List” mode.
  3. Upload your file and hit “Start.”
  4. PREPARE TO BE WOWED!
The Spider will crawl through your lists and return loads of valuable information (too much to explain in this post). For this exercise, it will list all the HTML status codes for each URL. You can easily filter by HTML status code to see 4XX type errors, 3XX redirects, server errors and more from your XML sitemap.


The tool will also create a list of canonicals that each URL has. I can then go through these to correct any listed URLs that are different from the canonical I want to report to the search engines. To make it extra fluffy, the tool has the ability to export everything back to Excel where you can slice and dice your reports to your heart’s content.

This is one of the easiest ways I know to audit an XML sitemap. If you have any other ways to make this easier please feel free to chime in and share.
More about1 Simple Way to Audit Your XML Sitemap