<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Peculiar IQ &#187; SEO</title>
	<atom:link href="http://peculiariq.com/tag/seo/feed/" rel="self" type="application/rss+xml" />
	<link>http://peculiariq.com</link>
	<description>Strange or odd; unusual</description>
	<lastBuildDate>Wed, 31 May 2017 13:58:09 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.38</generator>
	<item>
		<title>Hash Symbols and Special Characters in URLs Explained</title>
		<link>http://peculiariq.com/hash-symbols-and-special-characters-in-urls-explained/</link>
		<comments>http://peculiariq.com/hash-symbols-and-special-characters-in-urls-explained/#comments</comments>
		<pubDate>Mon, 10 Aug 2015 18:09:47 +0000</pubDate>
		<dc:creator><![CDATA[Justin Hoffman]]></dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Social]]></category>
		<category><![CDATA[Fragment URL]]></category>
		<category><![CDATA[Hash Bang]]></category>
		<category><![CDATA[Hash Symbol]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://peculiariq.com/?p=240</guid>
		<description><![CDATA[I’ve been recently engaged on a few SEO related initiatives and came across inquiries regarding the usage of “hash” symbols (formerly known as the “pound” sign) specifically in URLs and how they affect SEO rankings. Are these characters simply ignored by Google search crawlers, or does this make an impact that people should be aware [&#8230;]]]></description>
				<content:encoded><![CDATA[<div id="attachment_241" style="width: 310px" class="wp-caption alignright"><a href="http://peculiariq.com/wp-content/uploads/2015/08/hash-tag.jpg"><img class="size-medium wp-image-241" src="http://peculiariq.com/wp-content/uploads/2015/08/hash-tag-300x198.jpg" alt="hash-tag" width="300" height="198" /></a><p class="wp-caption-text">hash-tag</p></div>
<p>I’ve been recently engaged on a few SEO related initiatives and came across inquiries regarding the usage of “hash” symbols (formerly known as the “pound” sign) specifically in URLs and how they affect SEO rankings. Are these characters simply ignored by Google search crawlers, or does this make an impact that people should be aware of? How should these kinds of characters be used on the web? This is a brief description of where and how to implement these across your dynamic web applications.</p>
<p>A hash sign (#) in a URL is referred to as a ‘fragment’. In the past and with many legacy applications, URL fragments have been used to automatically set the browser’s scroll position to a predefined location in the web page, like a standard HTML4 ‘anchor’ link (used on many ‘link-farm style websites and old school Geocities sites). Applied in this manner, a URL refers to a document, then the fragment refers to a specific subsection of that document (or web page).</p>
<p>In recent years, however, this definition changed through the use of major Social NEtworking sites, primarily driven by the popularity and adoption of Twitter. Any information that appears after the first hash symbol in a URL is referred to as the fragment identifier – sometimes also called an anchor tag. By default, the fragment identifier is interpreted only by the local web browser and is typically not passed to the remote web server. For example, the following two links would both be considered requests for the same document by the web server:</p>
<ul>
<li>www.samplewebsite.com/colors.html#red</li>
<li>www.samplewebsite.com/colors.html#blue</li>
<li>www.samplewebsite.com/colors.html#yellow</li>
</ul>
<p>Since the fragment identifiers (tags) in the example URLs above signify two different locations in the same page, search engines like Google, Bing, etc., will consider them both to refer to a single search result: <strong><em>www.samplewebsite.com/colors.html</em></strong></p>
<p>For this reason, it’s important not to use fragments as a way to represent what should instead be different pages. In short, if you want Google to crawl two different pages and index them separately, you’re better off simply using two distinct URLs without fragments. However, in modern implementations, fragments are often used in a different way – to add dynamic functionality to websites and web applications. In this approach, a series of related requests are all processed by the same URL. So, in order to return different variations of the content, parameters are passed via URL fragments. Javascript is then used to interpret the fragment and update only portions of the page that need to change, without the need for a full page or browser refresh. This is typical of AJAX-style applications.</p>
<p>So, the question is, how does Google index distinct content within AJAX style pages? After all, we just said that Google will not consider the fragments in the URLs. The answer is Google has provided a syntax for working around this problem. It’s known as the “hash bang” syntax. By putting an exclamation point immediately after the hash sign, you&#8217;re telling Google that the fragments are not used for traditional scroll positioning but instead for loading separate content variations that should be crawled. With that approach, our example URLs with fragments could indeed be crawled and seen by Google. Our example URLs might then look like this:</p>
<ul>
<li>www.samplewebsite.com/colors.html#!red</li>
<li>www.samplewebsite.com/colors.html#!blue</li>
<li>www.samplewebsite.com/colors.html#!yellow</li>
</ul>
<p>Remember, if you’re not using this special syntax, analytics reporting systems like Google Analytics may not be configured to track clicks on fragment links in your site. To ensure tracking works, either structure your content with distinct URLs or configure your Google Analytics code to also track fragment clicks.</p>
<p>Here are a few useful links regarding Hash Tags in URLs…</p>
<ul>
<li>Character Escaping (Stack Overflow) &#8211; <a href="http://stackoverflow.com/questions/5007352/how-to-escape-hash-character-in-url">http://stackoverflow.com/questions/5007352/how-to-escape-hash-character-in-url</a></li>
<li>Fragment URLs (HTTP Watch) &#8211; <a href="https://blog.httpwatch.com/2011/03/01/6-things-you-should-know-about-fragment-urls/">https://blog.httpwatch.com/2011/03/01/6-things-you-should-know-about-fragment-urls/</a></li>
</ul>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://peculiariq.com/hash-symbols-and-special-characters-in-urls-explained/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Ultimate Website Relaunch Checklist</title>
		<link>http://peculiariq.com/the-ultimate-website-relaunch-checklist/</link>
		<comments>http://peculiariq.com/the-ultimate-website-relaunch-checklist/#comments</comments>
		<pubDate>Mon, 30 Mar 2015 20:23:09 +0000</pubDate>
		<dc:creator><![CDATA[Justin Hoffman]]></dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[301 Redirect]]></category>
		<category><![CDATA[Canonical]]></category>
		<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[Keyword Planner]]></category>
		<category><![CDATA[MixPanel]]></category>
		<category><![CDATA[Omniture]]></category>
		<category><![CDATA[Relaunch]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://peculiariq.com/?p=227</guid>
		<description><![CDATA[Launching a new website can be a stressful time for any Product Manager and Development team, especially if you are dealing with a brand that has an existing web presence and site. I’ve had the luxury over the past decade or so of seeing some ultimate successes and failures, the latter typically a result of [&#8230;]]]></description>
				<content:encoded><![CDATA[<div id="attachment_232" style="width: 310px" class="wp-caption alignright"><a href="http://peculiariq.com/wp-content/uploads/2015/03/website-relaunch-checklist1.jpg"><img class="size-medium wp-image-232" src="http://peculiariq.com/wp-content/uploads/2015/03/website-relaunch-checklist1-300x167.jpg" alt="Website Relaunch Checklist" width="300" height="167" /></a><p class="wp-caption-text">Website Relaunch Checklist</p></div>
<p class="p1">Launching a new website can be a stressful time for any Product Manager and Development team, especially if you are dealing with a brand that has an existing web presence and site. I’ve had the luxury over the past decade or so of seeing some ultimate successes and failures, the latter typically a result of inexperience, demanding executives, or overly-complex technical solutions. Based on some recent feedback I provided to industry peers on this topic, I’ve compiled a modern website redesign “checklist” of the most critical tactics to consider when switching content management systems (CMS), launching or rebranding new content sections, or completely overhauling your entire web product.</p>
<ol>
<li class="p1"><strong>Get to know Google Analytics if you don’t already:</strong> Google Analytics is easily the most-used and well-known analytics solutions, with an estimated 50% of the top 15 million websites online using the tool in 2015. I would also recommend using Google Analytics as a secondary metric, even if you are already using another Enterprise level utility such as <a href="https://www.crunchbase.com/organization/omniture" target="_blank">Omniture</a> or <a href="https://mixpanel.com/" target="_blank">MixPanel</a>. The generic version of Google Analytics is obviously free and offers fantastic benefits over traditional, proprietary code, including: page views and unique sessions, audience and engagement data, behavioral and mobile device info, as well as much more. In addition, you should be setting up “goals” in Google Analytics, which allow you to track link and content downloads, ecommerce transactions and other detailed site conversions (you can also give your set goals a specific dollar value to help determine ROI on marketing, if that makes sense for your business).</li>
<li class="p1"><strong>Know the difference between Google Analytics and Google Webmaster Tools</strong>: Just like Google Analytics, Google Webmaster Tools is also free, and is a fantastic SEO resource to optimize any website, from both a technical and keyword perspective. The two accounts like together and work together to provide insight day-to-day, but need to be individually set up and linked to an active Google account.  Webmaster Tools has features that allow you to check your site’s content index status, see why your pages are (or are not!) being crawled by Google search engine, submit XML sitemaps, generate critical Robots.txt files (which i’ll talk more about below), see broken links and view keywords that driving traffic to your site. Here is a link to setup an account in detail: <span class="s1"><a href="https://www.google.com/webmasters/tools/home?hl=en">https://www.google.com/webmasters/tools/home?hl=e</a></span></li>
<li class="p1"><strong>Create required website configuration files (Robots.txt and XML sitemap)</strong>: When redesigning a website, it’s key that you create a robots.txt file to tell Google which pages should be crawled and indexed (and thus appear in the search engine referral pages &#8211; SERPs). You can obviously use this method to tell you which pages SHOULD NOT be crawled, which is equally important to ensure areas of your site don’t appear when they should not (such as old pages that are ‘going away’ with your new redesign). You want to remove pages from appearing in Google that won’t help your website rank for your strategic keywords. Please note that it can take Google up to a week to find and crawl new pages on your site, and about 1 day to “de-index” a page. It’s critical to note (incase you have no experience in Robots.txt files) that when creating a robots.txt file, be 100% certain that you do not, under any circumstances, add the following line to your Robots.txt file: <i>Disallow: /</i><b> . </b>This one line of code, while not menacing to the naked eye, will make every one of your website pages uncrawlable. In addition, and equally as important as your Robots.txt file, create a XML sitemap and submit to Google via Google Webmaster Tools. This is a key step  in the process and the purpose is to let Google know which pages you really want people to see.</li>
<li class="p1"><strong>Create your relaunch URL strategy: </strong>Every website relaunch comes with a batch of existing URLs, and you need to ensure there is no loss of traffic on day 1 by having a proper and encompassing URL strategy. Too many times I see website relaunches that kill an existing base of search engine traffic (which can take YEARS to recover from if not done properly), simply because there was not enough attention on knowing your URLs.  The usage of <a href="https://www.mattcutts.com/blog/seo-advice-url-canonicalization/" target="_blank"><b>Canonical Tags </b></a>is critical to ensure that if there is any change in structure, you need to tell Google the new URL and what the primary URL will be going forward.  This is especially important for article pages and content driven websites. In addition, you need to collect a list of all your URLs (an inventory is a good idea) and create a <b>301 Redirect </b>plan. This will ensure that if you have users that bookmarked pages or using an old URL, they will find the new location with ease. Canonical Tags and 301 Redirects are near the top of my list when it comes to a successful relaunch, or a failed relaunch. Don’t give your traffic away!</li>
<li class="p1"><strong>Know your website keyword targets, and build an SEO strategy:</strong> Choosing the right keywords to optimize your content for is critical. Use <a href="https://adwords.google.com/KeywordPlanner" target="_blank">Google’s Keyword Planner</a> if you have never done this before, ensure to include both keywords and phrases. Its also a good idea to get to know your competition in the market and see what keywords they are ranking for (and use them on your website). Consider focus on longer-tailed keywords with less competition at launch, then work in more competitive keywords into your content over time. I’ve found that chunking keywords by theme, and focusing on one or two themes at a time (until you start seeing ranking improvements) is also a great strategy for companies going through a redesign. Every page has a META TITLE and DESCRIPTION, these should be unique on every page of your website. If Google finds duplicate meta titles repeated over and over again on every page (which is a common mistake on website relaunches to ‘save time’ during development), the less likely your site will be to rank in the SERPs. Make sure you can edit these tags on-the-fly, and integrated smartly so that article keywords can be easily manipulated by Web Editors with as little effort as possible. In addition, other SEO items that should be given attention prior to relaunch such as H1, H2 tags, Image ALT Tagging, and consolidation of external file references in CSS and JavaScript.</li>
<li class="p1"><strong>Every single page should have at least 150-200 words of unique content:</strong> Content is king. This is an essential rule in the Search Engine Optimization world is to have at least 150-200 words of unique content. This can be difficult on certain sections of your site (such as Marketing and Static sections) but it’s worth it to attempt these goals. Website redesigns give you the perfect opportunity to audit your company’s content inventory, find gaps and start creating the content needed to help your customers fulfill their search intent. Another good method to create content quickly is to setup an associated Blog. This is a great way to ensure your company keeps up on creating new, relevant content. WordPress pulled some pretty incredible stats on Blogs in 2014, capturing almost 20% of the entire web industry (AMAZING!). If your brand doesn’t have a blog, the train has left the station. It could be the fastest and brightest train ever, so start running.</li>
</ol>
<p class="p1">Hopefully you found this website redesign checklist to be helpful! I would also recommend doing enough competitive analysis to know what you’re up against in the market, and it would be especially useful to create an audience / customer persona. Know what your audience needs, and if you don’t know, try engaging with them through simple methods like surveys and polls (Try <a href="https://www.surveymonkey.com/" target="_blank">SurveyMonkey</a>) to see what they want instead of what you think they want. You can also use many other online tools, such as the “<a href="http://lite.launchlist.net/" target="_blank">Website Launch List</a>”, a SaaS based tool to keep track of items as you proceed forward with your project. http://lite.launchlist.net/</p>
]]></content:encoded>
			<wfw:commentRss>http://peculiariq.com/the-ultimate-website-relaunch-checklist/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Google Launches New Mobile-Compatible Web Site Testing Utility</title>
		<link>http://peculiariq.com/google-launches-new-mobile-compatible-web-site-testing-utility/</link>
		<comments>http://peculiariq.com/google-launches-new-mobile-compatible-web-site-testing-utility/#comments</comments>
		<pubDate>Wed, 26 Nov 2014 19:23:37 +0000</pubDate>
		<dc:creator><![CDATA[Justin Hoffman]]></dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Page Rank]]></category>
		<category><![CDATA[Responsive Design]]></category>
		<category><![CDATA[SEM]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[UX/UI]]></category>

		<guid isPermaLink="false">http://peculiariq.com/?p=200</guid>
		<description><![CDATA[Google recently announced the launch of a mobile-compatible testing utility to allow end uses to determine if your site is approved (by Google’s proprietary criteria) to be a proper mobile “optimized” site. For anyone who is unaware, this is critical for all UX/UI and Front End Engineers because Google will soon be adding a “mobile-friendly” [&#8230;]]]></description>
				<content:encoded><![CDATA[<p class="p1"><span class="s1">Google <a href="http://googlewebmastercentral.blogspot.ca/2014/11/helping-users-find-mobile-friendly-pages.html" target="_blank">recently announced</a> the launch of a mobile-compatible <a href="https://www.google.com/webmasters/tools/mobile-friendly/?utm_source=wmc-blog" target="_blank">testing utility</a> to allow end uses to determine if your site is approved (by Google’s proprietary criteria) to be a proper mobile “optimized” site. For anyone who is unaware, this is critical for all UX/UI and Front End Engineers because Google will soon be adding a “mobile-friendly” content type label in its search results, corresponding with web sites that meet this criteria.</span></p>
<p class="p1"><span class="s1">As with previous changes to algorithm within Google’s search index, this new addition could have a serious impact on click-through rates and external traffic patterns, but it is probably to early to tell if this will have any major impact at all. This will likely have an impact on overall Page Rank (by having mobile visitors turned away from your site), and something to keep in mind when building for the web or deciding upon website redesigns that are mobile-compatible and responsive.</span></p>
<p class="p1"><span class="s1">Here are 2 key factors to think about when deciding upon website details impacted by this upcoming change to Google’s search algorithm. </span></p>
<ol>
<li class="p1"><span class="s1"><strong>Avoid using Flash</strong>. I assume this is obvious, but all content within Flash will not be indexed or viewed on a mobile device, unless you happen to be using a Flash optimized browser like ‘Photon’ (but seriously, no one uses that). In general, stop using Flash and build HTML5/CSS based interactives and ads. </span></li>
<li class="p1"><span class="s1"><strong>Readable text</strong> (without manually zooming). Web sites should be adjusting content to the screen size automatically using CSS, so end users do not have to scroll horizontally or manually zoom in.</span></li>
</ol>
<p class="p1"><span class="s1">Even if you assume your site is ‘probably ok’, it’s worth it to <a href="https://www.google.com/webmasters/tools/mobile-friendly/?utm_source=wmc-blog" target="_blank">try Google’s mobile-compatible testing utility</a>. You never know what it might tell you about your own site! The best part about using this free service is that it will automatically tell you how to fix any issues, if encountered. If anything, you’ll know if you need a major overhaul, or just a few tweaks. </span></p>
]]></content:encoded>
			<wfw:commentRss>http://peculiariq.com/google-launches-new-mobile-compatible-web-site-testing-utility/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
