I have set all my meta properties in the way I understand they should be. Currently when I 'like' the page it only posts the info index home page. The image is the last image written in the markup.
My page structure uses .htaccess to make pretty URL's (it's not wordpress).
<meta property="og:title" content="This is a unique shop title"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="http://mysite.com/shops/uniqueshop"/>
<meta property="og:image" content="http://mysite.com/uploads/uniqueimage.jpg"/>
<meta property="og:description" content="Interesting general description. Same on all pages"/>
The 'like' button code is
<iframe src="//www.facebook.com/plugins/like.php?href=www.mysite.com/shops/uniqueshop&send=false&layout=button_count&width=100&show_faces=true&action=like&colorscheme=light&font=arial&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:80px; height:21px;margin:0;" allowTransparency="true" class="like social"></iframe>
Does Facebook like bypass .htaccess?