• Welcome to Sitemap Generator Forum.
 

manifest.appcache

Started by r, February 24, 2014, 06:13:46 PM

Previous topic - Next topic

r

Any plans to add manifest.appcache template optional exta ?
@r

XML-Sitemaps Support

Hello,

generally application caching is used by browsers and is not applicable to bots (including sitemap generator).

r

right, but I was thinking it can crawl the .css .js .png .jpg .jpeg so it can be at least partly used to generate the manifest.
it was just a new product extension ideea
@r

r


Hi Oleg, you are right, BUT


since xml-sitemaps crawler anyway crawls the site, it is easy to output those info into another file, named "manifest.appcache" , file that could be manually referenced in document's html tag.
<html ...  manifest="manifest.appcache">

With the same crawl ( no extra job load on the server ), site will load faster because updated files ( .css .js. .json .jpg .jpeg .phg .webp , etc ) will be loaded and cached when opening the page.

cheers,

r

latest improvement with hreflang is AWESOME, specially for EU-multilanguage sites.
@r

r

specifications

[ External links are visible to forum administrators only ]

[ External links are visible to forum administrators only ]

[ External links are visible to forum administrators only ]

[ External links are visible to forum administrators only ]

[ External links are visible to forum administrators only ]

[ External links are visible to forum administrators only ]
@r

r

just found out that Google homepage has implemented manifest, to speed-up page loading


<!DOCTYPE html><html manifest="/_/chrome/newtab/manifest?espv=2&amp;ie=UTF-8" lang="en">

should not be complicated to have it generated,  since sitemap bot crawls anyway the site.

would be an extra [ paid ]  module.

cheers
@r