So, my multiple counting was due to CSS links… I don’t know why, but when I removed the stylesheet items identified below, the view count worked…curious!
<link rel=‘stylesheet’ type=‘text/css’ media=‘all’ href=’{stylesheet=css_styles/style_layout}’ />
<link rel=‘stylesheet’ type=‘text/css’ media=‘all’ href=’{stylesheet=css_styles/style}’ />
<link rel=“alternate” type=“application/rss+xml” title=“RSS” href=”{path=css_styles/rss_2.0}” />
<link rel=“alternate” type=“application/atom+xml” title=“Atom” href=”{path=css_styles/atom}” />
<title>Boomer Coffee House</title>
—-REMOVED—-> <link href=“seafoam_style.css” rel=“stylesheet” type=“text/css” />
—-REMOVED—-> <link href=“style_layout.css” rel=“stylesheet” type=“text/css” />
—-REMOVED—-> <link href=“style.css” rel=“stylesheet” type=“text/css” />
</head>