The Ives Exploratory Trip

This exploration turned into the best camping experience I've had in the Upper Peninsula. When I started the hike I was only interested in doing some exploring around Mount Ives area, a large chunk of land I previously thought to be within Huron Mountain Club borders. What I found was a beautiful campsite with captivating views that I eagerly look forward to revisiting.

Sunset over Ives Lake

Sunset over Ives Lake

After a long drive west from Dodge City, I parked off of the Northwestern Road at a gated logging road. I was less than two miles from where Faith, Bryan and I parked for the Burnt Mountain hike, but this short section of road is impassable to most vehicles. Thanks that previous hike I knew there was some logging north of me, so I shouldered my gear and headed up the road. My hope was to follow the recent logging clearings northwards and set up camp once until I got tired.

While the Huron Mountain Club owns both Ives Lake and Mountain Lake (or at least the majority of the surrounding shores), there is a narrow finger of ...

read more »

Responsive Web Design and Duplicate URLs

Duplicate content is a well-known issue that members in the search engine optimization (SEO) and web development communities keep a close eye on. This issue can lower the relative value of a page in the eyes of search engines, due to their being multiple instances of the page's content. The address, or URL, of any page on the internet is meant to be a unique identifier for the page, and if there is an exact duplicate of that content located on a separate URLs than the pages are not as useful for end users. A great example of this is the www vs no-www duplication that many sites have... Both versions of the URL may render the same page. GET parameters, tailing slashes, and other types of dynamically generated pages can also generate duplicate content issues.

I wanted to address the opposite issue in this post. Duplicate content can be easily fixed using a variety of solutions, but there are other practices that are starting to pervade the web development community that could potentially confuse users and search engines alike. Let's call it ...

read more »