Najnowsze artykuły:
When it comes to telling search engines about the content on a website, webmasters might be wondering if they should submit sitemaps or just setup RSS or Atom feeds. Google’s answer? Use both. In a ...
XML sitemaps may sound technical, but they’re very simple, often auto-generated within content management systems (CMS), and essential for achieving SEO success. Without a sitemap, you’re relying ...
require 'sitemap_reader' sm = SitemapReader.new('http://example.com/sitemap.xml') sm.get_urls will return list of ruby hashes representing urls [ { :loc=>"http ...
What was considered best practice yesterday does not hold true today and this is especially relevant when it comes to XML sitemaps, which are almost as old as SEO itself. The problem is, it’s ...