Take advantage of website sitemaps

You have recently published an extensive article on current world events, but visitors (and comments) are nowhere to be seen. It takes you a few days to discover that your newly published masterpiece is not yet indexed, so your rush manually adding the URL. Once the search engine algorithm finally decides your contribution should be included in the search results, you discover that interest for the topic has fallen sharply and thus your effort was in vain. We present you with an easy way to automatically tell search engines that new content has been published on your WordPress site.

Take advantage of website sitemaps

<?xml version=”1.0″ encoding=”utf-8″?>
<urlset xmlns=”http://www.sitemaps.org/schemas/sitemap/0.9″ xsi:schemaLocation=”http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd”>
<url>
<loc>https://www.ideaz.si/</loc>
<lastmod>2017-01-01</lastmod>
<changefreq>daily</changefreq>
<priority>0.8</priority>
</url>
</urlset>

A Sitemap file can be manually created, but manual maintenance can be quite time consuming. Since it’s advisable that Sitemap is updated when the content gets updated, you must modify the dates after each change. Due to the strict structure of XML you must also pay close attention to code validity when adding new content. If you are using WordPress, you can use SEO plugins (All in One Seo Pack, Yoast) that allow you to automatically create XML maps, or use plug-ins specialized for creating Sitemaps. We present you two of the most popular specialized sitemap plugins.

Google XML Sitemaps

Google XML Sitemaps is one of the most popular and highest rated plugins in the WordPress plugin repository. It provides a easy way to publish a Sitemap without having to dig through the settings. When new posts are published, they are automatically added to the Sitemap, and as a bonus, search engines are notified about the changes. The plugin automatically calculates the priority of the content by weighting in the number of comments. In addition to the built-in WordPress posts and taxonomies, it also supports custom post types and taxonomies. If desired, you can use the built in blacklist to exclude individual posts by their IDs.

Setting Google XML Sitemaps

Setting Google XML Sitemaps

XML Sitemap & Google News feeds

XML Sitemap & Google News feeds is an advanced plug-in for XML Sitemaps. You can include any type of posts, categories and tags in the index, but there is also an option to provide custom URLs. You can also select to include featured images in the index, but not all search engines support this feature. Each new post is automatically added to the Sitemap, and the changes are sent to search engines. Content priority is automatically calculated by age and number of comments, but you can also manually override it. If you wish, you can also manually exclude posts or pages.

Kako pohitriti spletišče Wordpress?

How to speed up your WordPress website?

Imagine a supermarket where products placed on shelves are covered with non-transparent covers with the name and a picture of the product and a button for opening the cover. This button, due to a non-optimised circuit, triggers an outdated and slow mechanism that takes a few seconds to lift the cover. Would you buy more […]

Zaščitite vašo namestitev Wordpressa pred vdori

Protect your WordPress installation from hacks

Statistični podatki za leto 2016 kažejo, da naj bi WordPress poganjal že več kot četrtino spletišč, med sistemi za upravljanje vsebin (CMS) pa prevladuje s skoraj dvotretjinskim deležem. Enostavna uporaba, odprtokodnost in več deset tisoč vstavkov poskrbita, da se tržni delež WordPressa vztrajno povečuje. Zaradi velike razširjenosti je WordPress pogosta tarča zlikovcev, ki izkoriščajo varnostne […]

Debunking some of the largest WordPress Myths

Debunking some of the largest WordPress Myths

In recent years WordPress has become one of the most popular tools for managing web content, but it still has a lot of Myths surrounding it. Some of them are the result of badly configured or poorly coded websites, and some of them are spread by developers that want to push their closed source and […]