http://www.devinlefevere.net/?p=html&pa ... 2FAbout%2F
As you can see it some how found my html version..how can i remove this within imagevue = [
X3 Photo Gallery Support Forums
Generally this connection between the flash and the html version was meant as a benefit so that your entire gallery could be searched by google, indexing individual pages. It works like this:devin wrote:http://www.devinlefevere.net/?p=html&pa ... 2FAbout%2F
As you can see it some how found my html version..how can i remove this within imagevue = [
Optionally, you can view the HTML gallery page instead:<br />
» <a href="?p=html">HTML gallery</a><br /><br /><META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW"><meta http-equiv="refresh" content="0;url=http://yoursite.com/#/<?php echo $swfAPath; ?>" />
$routingRules[] = array(
'match' => array('p' => 'html'),
'routeTo' => array('controller' => 'index', 'action' => 'html')
);$routingRules[] = array(
'match' => array('p' => 'html'),
'routeTo' => array('controller' => 'index', 'action' => 'gallery')
);<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">Because my gallery contains photographs of my family/children and I have very strong principals on privacy protection for my children. Some people don't mind pictures of their family available on the Internet, and that's cool, but I choose not to make my personal family photos freely available on the Internet. I don't want my kids growing up as children or adults and other people being able to find their images online without their permission.MorningWood wrote:I'm jsut wondering why you would like for google NOT to index your html site? This will also give you the oppertunity to have some google analytics stats, right?? Or am i mistaken?