The Value of Content Sharing
One new feature on the redesigned site, which will be located in the left navigation column, is a new Add This widget, which will allow Web visitors to easily share content with social media sites like Facebook and Twitter or via e-mail. If content can be more easily shared then it should increase traffic to our Web site and improve our search traffic. At least that is the objective.

If you read any popular blogs or online news sites, you’ve likely seen these sharing links at the bottom of an article. I’ve grown to really like these sharing features as it makes sending Web content to colleagues and friends a whole lot easier.
One popular sharing tool provider Share This recently published some interesting statistics on their blog on the value of content sharing. They note that e-mail still matters. Sharing content by e-mail made up the largest percentage of shares comprising some 46 percent.
“Despite reports of its demise, e-mail is still the most popular method of sharing, and despite its meteoric rise of late, Twitter is still not a very popular sharing channel. In our research, we found that 46 percent of shares came via e-mail, 33 percent from Facebook, 14 percent from other channels such as Digg, del.icio.us, LinkedIn, etc., and just 6 percent from Twitter.”
In the same blog post, Share This included data from their network of publishers that highlighted content sharing’s impact on overall site traffic, search traffic, and visitor engagement.
Sharing vs. Search
Many of [ShareThis's] publishers are seeing increasing results from sharing. Here are a few network-wide observations…
- Sharing can make up 5-10% of your overall traffic.
- Sharing can make up 15-30% of your search traffic.
- Sharing drives 25-50% more engagement (page views/unique) than search.
An additional benefit of using a sharing widget on our own site is the built-in analytics capability, which will allow us to see what content is being shared across our Web site.
Should We Use Underscores or Hyphens in URLs?
As part of our implementation of Ingeniux CMS, we’ve had to decide how we want URLs to read (i.e., how will the page name read in a browser’s address bar).
Out of the box, Ingeniux displays page URLs as numbers with an .xml extension (e.g., 345.xml). Although, this method is short and clean, numbers aren’t real memorable. It’s much easier for site visitors to remember academics.html or news.html than 345.xml. You have some inclination where academics.html will take you when clicked, whereas 345.xml is pretty vague.
To present more human-readable URLs, Ingeniux allows us to utilize structured URLs using a hyphen or an underscore as a separator and specify .htm or .html as an extension. So which is better, hyphens or underscores? For me it has always come down to usability, something we touch on during each CMS training. It is much easier to read a Web address done in hyphens than underscores, especially when including URLs in print. If URLs appear as underlined text, the underscores are often harder to read.
When it comes down to it, search engines treat both underscores and hyphens differently. Google for example treats hyphens as separators or dividers while underscores are not treated as such as shown below.
Underscores vs. Hyphens
Example 1: www.anselm.edu/my_web_page.html
Example 2: www.anselm.edu/my-web-page.html
How Google reads these URLs.
Example 1: mywebpage
Example 2: my web page

