Suggestion: Website Insight V4 Build 30, throws a Recommendation >> Minor "Missing Windows Pin Icon" the link directs
http://www.coffeecup.com/help/articles/creating-an-ios-home-screen-icon/ which is about iOS home screen icons, NOT Windows 8+ live tiles.
Funny thing is my site has the following:
<link rel="apple-touch-icon" href="/Images/iphonebookmarkicon.png" />
<link rel="apple-touch-startup-image" href="/Images/IphoneStartupIcon.png">
for iOS as well as the actual Windows live tile files browserconfig.xml, etc.
my browserconfig.xml has the following
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square70x70logo src="tiny.png"/>
<square150x150logo src="square.png"/>
<wide310x150logo src="wide.png"/>
<square310x310logo src="large.png"/>
<TileColor>#ffffff</TileColor>
</tile>
<notification>
<polling-uri src="Notifications/1.xml"/>
<polling-uri2 src="Notifications/2.xml"/>
<polling-uri3 src="Notifications/3.xml"/>
<frequency>30</frequency>
<cycle>1</cycle>
</notification>
</msapplication>
</browserconfig>
This the contents of my Notifications/1.xml file (some redactions for privacy)
<tile>
<visual version="2">
<binding template="TileSquare150x150Image" fallback="TileSquareImage">
<image id="1" src="http://xxxxx.net/square.png" alt="xxxxx xxxxx"/>
<text id="1">(xxx) xxxx-xxx</text>
</binding>
<binding template="TileWide310x150Image" fallback="TileWideImage">
<image id="1" src="http://www.xxx.com/Images/ProductTabsImages/xxTabImage.png" alt="xxxxx."/>
<text id="1">xxxxxx xxxx</text>
</binding>
<binding template="TileSquare310x310ImageAndTextOverlay01">
<image id="1" src="http://www.xxx.com/Images/xxxImage_2.jpg" alt="xxxxxx."/>
<text id="1">Ask for XXX at your home improvement store</text>
</binding>
</visual>
</tile>
I think that Website Insight shouldn't be throwing the recommendation for my site, and that the link should point to instructions for Windows live tiles (which are very cool, every website should implement).
Visit <a href="http://leviabbott.com" target="_blank">LeviAbbott.com</a>!