<?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>periscopeUP</title>
	<atom:link href="http://www.periscopeup.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.periscopeup.com</link>
	<description>Content, Optimized for Search Engines AND People</description>
	<lastBuildDate>Thu, 29 Jul 2010 14:25:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Search Engines And A Website Outage</title>
		<link>http://www.periscopeup.com/search-engines-and-a-website-outage/</link>
		<comments>http://www.periscopeup.com/search-engines-and-a-website-outage/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 18:24:10 +0000</pubDate>
		<dc:creator>Dan Kaplan</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Word Press]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://www.periscopeup.com/?p=810</guid>
		<description><![CDATA[
Do SERP Rankings Drop After A Website Outage ?
Oh yes, they do.
We&#8217;ve learned the hard way that if your site gets hit by a virus, the search engines will penalize you. On a few occasions recently, we&#8217;ve seen our clients websites hosted by major providers get hit and go down. We notice it when our [...]]]></description>
			<content:encoded><![CDATA[
<h2>Do SERP Rankings Drop After A Website Outage ?</h2>
<p>Oh yes, they do.</p>
<p>We&#8217;ve learned the hard way that if your site gets hit by a virus, the search engines will penalize you. On a few occasions recently, we&#8217;ve seen our clients <a href="http://www.net-security.org/secworld.php?id=9391" target="_blank">websites hosted by major providers</a> get hit and go down. We notice it when our SERP tracking tools alert us to drastic drops in search engine ranking positions.</p>
<p>If you&#8217;re a search marketer or webmaster concerned with organic search rankings, you need to take security seriously. This blog post explains the impact we&#8217;ve seen on a client&#8217;s SERP rankings and what we did to harden their website.<span id="more-810"></span></p>
<p>For privacy reasons, we won&#8217;t mention the name of the client or give their URL, but we can share the SERP positions. This graph is provided by AuthorityLabs, one of the <a href="http://www.authoritylabs.com" target="_blank">SERP tracking tools</a> we use.</p>
<div id="attachment_812" class="wp-caption alignleft" style="width: 510px"><a rel="attachment wp-att-812" href="http://www.periscopeup.com/search-engines-and-a-website-outage/serps/"><img class="size-medium wp-image-812" title="SERP Positions After Outage" src="http://www.periscopeup.com/wp-content/uploads2/SERPs-500x175.gif" alt="search engines and a website outage" width="500" height="175" /></a><p class="wp-caption-text">SERP Rankings Drop After A Website Outage</p></div>
<p>As you can see, the blank space indicates the outage of the site. The chart also shows how after the site was restored, the SERP positions in all three of the major engines remained below their previous rankings.</p>
<p>Google&#8217;s SERPs still are not back to the top 30 postions.</p>
<p>The restored site was identical, and there was no significant difference in our link building immediately before or after the outage.</p>
<h2>How To Protect Yourself From A Drop In SERP Rankings After A Website Outage</h2>
<p>As they say, an ounce of prevention&#8230;</p>
<p>Since influencing the search engines is so laborious, the best protection from sagging SERPs is prophylactic. Keep your website up and running, and you&#8217;ll be safe.</p>
<p>Since this client was running WordPress, we will provide the steps we took to harden their site. Let it be known, though, that if a hacker wants to get into your site, there&#8217;s nothing you can do to fully prevent it. As our security advisor says, &#8220;There&#8217;s way more of the bad guys out there than us security guys. And in some cases, they&#8217;re much smarter.&#8221;</p>
<p>These steps are intended to &#8220;harden&#8221; WordPress, to make it less susceptible, but not impenetrable.</p>
<h3>Security Checklist for WordPress</h3>
<p>If you&#8217;re installing WordPress for the first time, use the <a href="http://wordpress.org/extend/plugins/secure-wordpress/" target="_blank">Secure WordPress plugin</a>, which helps with installation by removing extra information, otherwise, perform these tasks:</p>
<li>Correct file permissions (chmod 644 for files chmod 755 for folders)</li>
<li>Get SSL</li>
<li>Create an admin user with a name other than &#8220;Admin&#8221; and delete the default Admin user</li>
<li>Change all default passwords (to be complex (14+ characters, including letters, caps, numbers, and symbols)</li>
<li>Use SSH or SFTP, not FTP</li>
<li>Limit search engines &#8211; in robots.txt add Disallow: /wp-*</li>
<li>Don’t allow access to wp-admin and wp-includes folder (use .htaccess to prevent)</li>
<li>Disable indexing by adding Options -Indexes to .htaccess</li>
<li>Remove default users and create a new one</li>
<li>WP admin site should only be accessed by trusted ip (can be done in .htaccess)</li>
<li>Remove version from header.php (&lt;meta name=&#8221;generator&#8221; content=&#8221;WordPress &lt;?php bloginfo(&#8216;version&#8217;); ?&gt;&#8221; /&gt; )</li>
<li>Add An I<a href="http://www.hackosis.com/simple-htaccess-intrusion-detection-system/" target="_blank">ntruder Detection System</a> </li>
<p>There are also several plugins that can help with closing these security loopholes. It&#8217;s best to install these one at a time, to see how they behave and to see if there&#8217;s any impact on your site.</p>
<p>If you&#8217;re installing a new instance of WordPress, start with WP Security Scan. If you&#8217;re working on an existing site, start with Secure Wordpress, which will close many of the vulnerabilities listed above.</p>
<p><strong>WordPress Security Plugins</strong></p>
<div id="_mcePaste">
<ul>
<li><a href="http://wordpress.org/extend/plugins/secure-wordpress/" target="_blank">Secure WordPress</a> &#8211; (the basics)</li>
<li><a href="http://wordpress.org/extend/plugins/wp-security-scan/" target="_blank">WP Security Scan</a> &#8211; File/Directory scanner (checks for permissions and other settings)</li>
<li><a href="http://www.askapache.com/wordpress/htaccess-password-protect.html" target="_blank">AskApache Password Protect</a> &#8211; Password protects all areas that needs it (wp-admin, plugins, wp-includes, wp-content)</li>
<li><a href="http://www.taragana.com/products/free-wordpress-plugins/wordpress-guard-plugin" target="_blank">Angsuman’s WordPress Guard</a> &#8211; Protects vulnerable parts from outside access (similiar to above)</li>
<li><a href="http://herselfswebtools.com/" target="_blank">Bot Block</a> &#8211; Stops bots from registering on your site</li>
<li><a href="http://wordpress.org/extend/plugins/login-encryption/" target="_blank">Login Encrypt</a> &#8211; Encrypts the login information</li>
<li><a href="http://www.blogsecurify.com/" target="_blank">WP Blogsecurify</a> &#8211; Multiple security enhancements</li>
<li><a href="http://www.bad-neighborhood.com/login-lockdown.html" target="_blank">Login Lockdown</a> &#8211; Can lockout users who are bruteforcing your site</li>
<li><a href="http://wpantivirus.com/" target="_blank">Antivirus for WordPress</a> &#8211; Protects against exploits and spam injection</li>
<li><a href="http://wordpress.org/extend/plugins/wordpress-file-monitor/" target="_blank">WordPress File Monitor</a> &#8211; Notfies when files are changed.</li>
</ul>
</div>
<p>Note: We are not security experts and suggest you hire one to provide professional advice about your particular setup.</p>
<h3>How Do I Get My Ranking Back If My Site Goes Down?</h3>
<p>Many hosting providers keep thier own backups, but you need to check to see what their policies are for restoring your site. Some hosting providers don&#8217;t backup your site, or may only keep a week or so of backups, which won&#8217;t always help.</p>
<p>It&#8217;s important that you keep your own backups as well, just in case. Here&#8217;s the tools we use:</p>
<ul>
<li><a href="http://lastnightsdesigns.com/?page_id=121" target="_blank">WordPress EZ Backup</a> &#8211; Backs up the entire site</li>
<li><a href="http://wordpress.org/extend/plugins/wp-db-backup/" target="_blank">WordPress Database Backup</a> &#8211; Backs up the database</li>
</ul>
<p>Check your <a href="www.google.com/webmasters/ " target="_blank">Google Webmaster Tools</a>. We&#8217;ve seen the webmaster tools reporting weeks after a site was restored that it still had malware or that the keywords of the site was incorrect.</p>
<p>You can then <a href="http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;answer=35843" target="_blank">submit a reconsideration request to Google</a> to re-index your site. Google does read all requests, but provides no timeframe for responding.</p>
<p>After your site is restored, speak with your SEO specialist about their strategy for restoring your rankings.</p>
<p><strong>Other Resources</strong></p>
<ul>
<li><a href="http://eyalestrin.blogspot.com/2010/06/hardening-guide-for-wordpress-30.html" target="_blank">Eyal Estrin&#8217;s Hardening Wordpress Guide</a></li>
<li><a href="http://theharmonyguy.com/2010/06/25/secure-your-wordpress-by-learning-from-my-mistakes/" target="_blank">Secure Your Wordpress By Learning From My Mistakes</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.periscopeup.com/search-engines-and-a-website-outage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SEO Webdesign</title>
		<link>http://www.periscopeup.com/seo-webdesign/</link>
		<comments>http://www.periscopeup.com/seo-webdesign/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 22:33:01 +0000</pubDate>
		<dc:creator>Dan Kaplan</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[websites]]></category>
		<category><![CDATA[design checklist]]></category>
		<category><![CDATA[design for seo]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.periscopeup.com/?p=787</guid>
		<description><![CDATA[
Here&#8217;s what we think webdesigners should know about SEO.
I got a call today from a web developer we partner with, who asked if I had a best practices guide for designing a website with SEO in mind. It got me to thinking that while most of our SEO work is on technical or content issues, [...]]]></description>
			<content:encoded><![CDATA[
<h2>Here&#8217;s what we think webdesigners should know about SEO.</h2>
<p>I got a call today from a web developer we partner with, who asked if I had a best practices guide for designing a website with SEO in mind. It got me to thinking that while most of our SEO work is on technical or content issues, many of these best practices will impact a designer&#8217;s work.</p>
<h2><span id="more-787"></span></h2>
<p>The most important thing for a designer to understand is that SEO is not push marketing, it&#8217;s <a href="http://en.wikipedia.org/wiki/Push%E2%80%93pull_strategy" target="_blank">pull marketing</a>, where you&#8217;re responding to a stated need by your consumer. This means that effective SEO design should give users what they&#8217;ve already told you they&#8217;re looking for.</p>
<p>In other words, a user is having a conversation inside their head about what they need when they type words into a search engine. Your job as a web designer is to step into that conversation and say, &#8220;I&#8217;ve got what you&#8217;re looking for.&#8221; This most often means creatively using your target keyword phrases in mind as you design your UI. Why? Users are thinking in their terms, not your terms, and not the client&#8217;s industry terms.</p>
<p>We always coach our clients: this is not about you. It&#8217;s about your customers &amp; making them feel like you can solve their problems.</p>
<p>In addition, we of course always advise clients to involve SEO at the inception of the web design project. Knowing what terms people are searching on and having a keyword sitemap will help designers make informed decisions. Plus, it could reduce the need to rework designs.</p>
<h3>Checklist For SEO Webdesign:</h3>
<ul>
<li>Make sure the text, headers AND navigation are machine readable, either with <a href="http://www.w3schools.com/css/css_websafe_fonts.asp" target="_blank">web-safe fonts</a> or technologies like <a href="http://cufon.shoqolate.com/generate/" target="_blank">Cufon</a> or <a href="http://typekit.com/" target="_blank">Type Kit</a>. This is most important for headers and tag lines, less so for flashy imbedded presentations. Go ahead, select the text on this <a href="http://trustlasikplus.com/" target="_blank">example</a>.
<ul>
<li>Don&#8217;t use images or flash for navigation, only html text.</li>
</ul>
</li>
<li>Use your target keywords in the navigation elements, when possible. Look at the Floating Docks pulldown menu in this <a href="http://primtechnos.com/church/" target="_blank">example</a>.</li>
<li>Use your target keywords in the header text, when possible. <a href="www.macwellness.com/" target="_blank">Example</a>.</li>
<li>Include a machine-readable footer. For local businesses, be sure to include the address. <a href="http://www.custompayrollservices.com" target="_blank">Example</a>.</li>
<li>Put a strong call to action and the phone number in a big font in the top right of the masthead. <a href="http://www.fredfrankbailbonds.com" target="_blank">Example</a>.</li>
<li>Have at least a page of content on the home page, even if it has to go below the fold. <a href="http://www.quantumlifesettlements.com/" target="_blank">Example</a>. Consider show/hide features of DHTML5 if you want to minimize the negative impacts of too much copy.</li>
<li>Find a way to utilize internal links in the copy. <a href="http://www.MJMInnovations.com" target="_blank">Example</a>.</li>
<li>Include an HTML site map for larger sites. This will help search engines and people.</li>
<li>Design a custom 404 page.</li>
<li>Never, ever build a site entirely in flash. Only use flash to embed movies into HTML wrappers. Use a technology like <a href="http://www.frontalcode.com" target="_blank">Frontal Code</a> to make flash machine readable.</li>
</ul>
<h3>Coding Your Webdesign For SEO</h3>
<ul>
<li>Make your code W3C compliant and fast loading. Google is trying to make the web a &#8220;better place&#8221; and has been known to penalize sites for bad code and long load times.
<ul>
<li>Use .js includes rather than putting javascript on pages. The search engines will therefore only read one line when loading this http request. Even though there might be 100 lines of code for the script, this would be handled as a separate request.</li>
<li>Use compressed, fast loading images.</li>
</ul>
</li>
<li>If you&#8217;re on a CMS, make sure the title, nav, headers, and other page elements are independent. Many older CMS systems tried to make administration easier by making these page elements controlled by a single field.</li>
<li>All images should have optimized alt tags.</li>
<li>Avoid frames.</li>
<li>Ensure the site displays with javascript disabled.</li>
<li>Check for broken links and images.</li>
<li>Code address and contact information with <a href="http://en.wikipedia.org/wiki/Microformat" target="_blank">Microformats</a>
<li>Consider that the pages at the top level of a site are &#8220;more important&#8221; to search engines than sub section pages. In other words, apply SEO strategy to your directory structure. Keep URLs short and include keywords in the URLs. Generally, the closer to the root, the more chance a page has of ranking. As usual, I agree with Stoney deGeyter&#8217;s description of how to use <a href="http://www.searchengineguide.com/stoney-degeyter/how-to-create-a-directory-structure-sear.php" target="_blank">directory structure to an SEO advantage</a>.</li>
<li>If possible, use table-less coding techniques and put the most important content for the search engines at the top of the code. In this <a href="http://trustlasikplus.com/" target="_blank">example</a>, you&#8217;ll see that at the top of the web page is content for branding, not content for SEO, but have a <a href="view-source:http://trustlasikplus.com/" target="_blank">look at the code</a>, and you&#8217;ll see the first words we&#8217;re presenting to the search engines is actually &#8220;Maryland Lasik.&#8221; Look at the screenshots below for an illustration.</li>
</ul>
<div id="attachment_792" class="wp-caption alignleft" style="width: 510px"><a rel="attachment wp-att-792" href="http://www.periscopeup.com/seo-webdesign/seowebdesign1-3/"><img class="size-medium wp-image-792" title="Public View" src="http://www.periscopeup.com/wp-content/uploads2/SEOWebdesign1-500x367.jpg" alt="SEO Webdesign" width="500" height="367" /></a><p class="wp-caption-text">Note how the SEO content appears below the brand / sales copy.</p></div>
<div id="attachment_791" class="wp-caption alignleft" style="width: 510px"><a rel="attachment wp-att-791" href="http://www.periscopeup.com/seo-webdesign/seowebdesign2-2/"><img class="size-medium wp-image-791" title="Code View" src="http://www.periscopeup.com/wp-content/uploads2/SEOWebdesign2-500x367.gif" alt="SEO Web Design" width="500" height="367" /></a><p class="wp-caption-text">Yet in the code, the SEO Optimized Content comes above the sales copy.</p></div>
<p>If you have any additional thoughts on SEO for webdesign, feel free to post a comment below.</p>
<p>Finally, you should also check <a href="http://www.google.com/support/webmasters/bin/answer.py?answer=35769#1" target="_blank">Google&#8217;s Website Design Guidelines</a>.</p>

]]></content:encoded>
			<wfw:commentRss>http://www.periscopeup.com/seo-webdesign/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mention of Our Baltimore SEO Company in the Examiner</title>
		<link>http://www.periscopeup.com/mention-of-baltimore-seo-company-in-the-examiner/</link>
		<comments>http://www.periscopeup.com/mention-of-baltimore-seo-company-in-the-examiner/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 17:32:31 +0000</pubDate>
		<dc:creator>Dan Kaplan</dc:creator>
				<category><![CDATA[About periscopeUP]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[in the press]]></category>

		<guid isPermaLink="false">http://www.periscopeup.com/?p=783</guid>
		<description><![CDATA[
Earlier this week, Gerry Hanlon did a nice piece on our Baltimore SEO Company in the Examiner. Many thanks to Gerry for taking the time to &#8220;get&#8221; our work.
Gerry is a great writer by the way, if you&#8217;re looking for someone who can market you on or off line. He also makes compelling corporate videos.
Thanks Gerry!

]]></description>
			<content:encoded><![CDATA[
<p>Earlier this week, Gerry Hanlon did a nice piece on our Baltimore SEO Company in the <a href="http://www.examiner.com/x-43797-Baltimore-Marketing-Examiner~y2010m7d3-A-new-way-to-look-at-your-website-periscopeUP-turns-SEO-into-BEO" target="_blank">Examiner</a>. Many thanks to Gerry for taking the time to &#8220;get&#8221; our work.</p>
<p>Gerry is a great writer by the way, if you&#8217;re looking for someone who can market you on or off line. He also makes compelling <a href="CustomCorporateVideos.com" target="_blank">corporate videos</a>.</p>
<p>Thanks Gerry!</p>

]]></content:encoded>
			<wfw:commentRss>http://www.periscopeup.com/mention-of-baltimore-seo-company-in-the-examiner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 10 Mistakes Business Owners Make With Their Websites</title>
		<link>http://www.periscopeup.com/top-10-mistakes-business-owners-make-with-their-websites/</link>
		<comments>http://www.periscopeup.com/top-10-mistakes-business-owners-make-with-their-websites/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 15:59:18 +0000</pubDate>
		<dc:creator>Dan Kaplan</dc:creator>
				<category><![CDATA[Landing Pages]]></category>
		<category><![CDATA[Link Building]]></category>
		<category><![CDATA[Pay Per Click]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Sales]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://www.periscopeup.com/?p=754</guid>
		<description><![CDATA[
Thanks to everyone who attended our seminar last week, on the Top 10 Mistakes Business Owners Make With Their Websites. It was a great success, with over 50 attendees.
Here&#8217;s the video and Powerpoint of the seminar. If you want to learn how we can apply these best practices to your business, give us a call.

Powerpoint
Top [...]]]></description>
			<content:encoded><![CDATA[
<p>Thanks to everyone who attended our seminar last week, on the Top 10 Mistakes Business Owners Make With Their Websites. It was a great success, with over 50 attendees.</p>
<p>Here&#8217;s the video and Powerpoint of the seminar. If you want to learn how we can apply these best practices to your business, give us a call.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="281" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=12642514&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=ffffff&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="500" height="281" src="http://vimeo.com/moogaloop.swf?clip_id=12642514&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=ffffff&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><strong><span id="more-754"></span>Powerpoint</strong></p>
<div id="__ss_4089255" style="width: 425px;"><strong><a title="Top 10 Mistakes Business Owners Make With Their Websites" href="http://www.slideshare.net/periscopeup/top-10-mistakes-business-owners-make-with-their-websites">Top 10 Mistakes Business Owners Make With Their Websites</a></strong><object id="__sse4089255" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=top10presentationv05-100513175608-phpapp01&amp;stripped_title=top-10-mistakes-business-owners-make-with-their-websites" /><param name="name" value="__sse4089255" /><param name="allowfullscreen" value="true" /><embed id="__sse4089255" type="application/x-shockwave-flash" width="425" height="355" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=top10presentationv05-100513175608-phpapp01&amp;stripped_title=top-10-mistakes-business-owners-make-with-their-websites" name="__sse4089255" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<div style="padding: 5px 0 12px;">View more <a href="http://www.slideshare.net/">presentations</a> from <a href="http://www.slideshare.net/periscopeup">Dan Kaplan</a>.</div>
<div style="padding: 5px 0 12px;"><strong>And here&#8217;s the video:</strong></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.periscopeup.com/top-10-mistakes-business-owners-make-with-their-websites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Want to Build a Real Website? Here&#8217;s Our Website Checklist.</title>
		<link>http://www.periscopeup.com/website-checklist/</link>
		<comments>http://www.periscopeup.com/website-checklist/#comments</comments>
		<pubDate>Thu, 27 May 2010 18:25:50 +0000</pubDate>
		<dc:creator>Dan Kaplan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.periscopeup.com/?p=757</guid>
		<description><![CDATA[
New Website Checklist
If you&#8217;re looking to have a new website built, here&#8217;s a checklist of all the things you should consider, to make sure it&#8217;s well optimized for search engines:

1. SEO Planning


Research &#38; identify keywords with the most opportunity for ROI
Create site-map with target keywords (to guide content development) for each page
Competitive analysis
Provide guidance to [...]]]></description>
			<content:encoded><![CDATA[
<h2>New Website Checklist</h2>
<p>If you&#8217;re looking to have a new website built, here&#8217;s a checklist of all the things you should consider, to make sure it&#8217;s well optimized for search engines:</p>
<p><span id="more-757"></span></p>
<div id="_mcePaste">1. SEO Planning</div>
<div id="_mcePaste">
<ul>
<li>Research &amp; identify keywords with the most opportunity for ROI</li>
<li>Create site-map with target keywords (to guide content development) for each page</li>
<li>Competitive analysis</li>
<li>Provide guidance to your writer for drafting SEO friendly content</li>
</ul>
</div>
<div id="_mcePaste">2. Development</div>
<div id="_mcePaste">
<ul>
<li>Optimize content (for search engines and for people)</li>
<li>Optimize internal links</li>
<li>No images as headers or navigation. (Try Cufon or TextKit)</li>
<li>Microformats for address</li>
<li>Phone number at top and address in footer</li>
<li>Technology should meet SEO best practices, including:</li>
<li> Robots.txt file
<ul>
<li>W3C compliant</li>
<li>No indexing errors</li>
<li>Redirect Canonical URLs from old website</li>
<li>Search engine friendly URLs</li>
<li>Customized 404 page</li>
<li>Dynamic XML and/or HTML site map</li>
</ul>
</li>
</ul>
</div>
<div id="_mcePaste">3. Submit Site to Search Engines</div>
<div id="_mcePaste">
<ul>
<li>Ensure the 3 major search engines (Google, Yahoo! and Bing) are properly indexing your site and stay up to date with any changes made on your site.</li>
<li>Create webmaster accounts with 3 major search engines and submit XML site map</li>
<li>Submit sites to 3 major search engines and 5 relevant directories</li>
<li>Create local listings accounts on Google, Yahoo! and Bing</li>
<li>Verify or claim listings on review sites such as Yelp!, Insider Pages, Kudzu, etc</li>
</ul>
</div>
<div>4. Statistics</div>
<div id="_mcePaste">
<ul>
<li>Baseline current Search Engine Rank Positions (SERPs)</li>
<li>Install Google Analytics and configure for goal tracking</li>
<li>Setup SERP tracking software</li>
<li>Provide follow up report on SERPs, traffic, and other KPI 2-4 weeks after launch</li>
</ul>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.periscopeup.com/website-checklist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internal Links</title>
		<link>http://www.periscopeup.com/internal-links/</link>
		<comments>http://www.periscopeup.com/internal-links/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 21:57:00 +0000</pubDate>
		<dc:creator>Dan Kaplan</dc:creator>
				<category><![CDATA[Link Building]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[websites]]></category>
		<category><![CDATA[internal links]]></category>

		<guid isPermaLink="false">http://www.periscopeup.com/?p=697</guid>
		<description><![CDATA[
Internal Links Video
Watch this short video (4:20) to learn how you can boost search rankings with internal links. A text transcription is below.

Internal Links Video Transcription
Hi everybody, this Dan Kaplan, co-founder of periscopeup
This short tutorial  is about how do you use internal links to improve the rankings of search engines positions.
First I am going [...]]]></description>
			<content:encoded><![CDATA[
<h1>Internal Links Video</h1>
<p>Watch this short video (4:20) to learn how you can boost search rankings with <strong>internal links</strong>. A text transcription is below.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/tAWEj36mCAU&amp;hl=en_US&amp;fs=1&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/tAWEj36mCAU&amp;hl=en_US&amp;fs=1&amp;rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<h2><span id="more-697"></span>Internal Links Video Transcription</h2>
<p>Hi everybody, this Dan Kaplan, co-founder of periscopeup</p>
<p>This short tutorial  is about how do you use <strong>internal links</strong> to improve the rankings of search engines positions.</p>
<p>First I am going to describe what an internal link is, and then give you a process by which you can test to see if changes you are making are improving your search engine rank positions.</p>
<h3>Definition of Internal Links</h3>
<p>Let&#8217;s take a quick look at one of our client websites, www.dddsigns.com. Let me say this tutorial presumes you have already optimized your pages. In this case, this interior page, <a href="http://www.dddsigns.com/signs-image-gallery.htm" target="_blank">the gallery page</a>, is already optimized for the long-tail keyword term &#8220;outdoor business signs.&#8221; You can see that i have the keyword phrase in my title tag, in my header tag, and in first hundred words of the content. So this pages is already optimized for this term, &#8220;outdoor business signs.&#8221;</p>
<p>Now what is a good optimize internal link? Let&#8217;s go to our <a href="http://www.dddsigns.com" target="_blank">home page</a> now and take a look. You&#8217;ll see two instances where we have created a link to the internal gallery page which have been optimized and &#8220;outdoor business signs&#8221; is in the text of the link that directs users to the page that is optimized for &#8220;outdoor business signs.&#8221;</p>
<p>Now, there are a couple of things here to note. First, the home page is very important page. So, we&#8217;re telling the search engines that a link from an important page to the internal page means it too  must have some importance. Secondly, by optimizing by the link in this way, we&#8217;re saying that this destination page really is about this term. These are the things that help the search engines know what are the site about and will help raise us up in the search engine ranking positions.</p>
<p>Now, how do we know what links we have already internally? A great little tool that you can use as the Google webmaster tool. It can found at <a href="http://www.google.com/webmasters" target="_blank">www.google.com/webmasters</a>. If you login into dashboard and go the internal links section, there is a little tool here that tells you which pages have the most internal links directed to them. You can also do a search for individual pages. You notice that our internal gallery page (optimized for &#8220;outdoor business signs&#8221;) has quiet a lot of internal links already pointing to it. If I click in further, I will see all the individual pages that link to the gallery page. This is a way how we can analyze our side and figure out what internal links we have and which pages we should be adding more internal links to.</p>
<h3>Internal Link Process</h3>
<p>So, for the second part of this tutorial, I said I will show you a little process that we use to test the changes you&#8217;re making to internal links, to see the impact on your website&#8217;s search rankings.</p>
<ul>
<li>The first step is to list all the pages and the target keywords for your website.</li>
<li>Second, using the Google webmaster tool, take a look at how many good internal link these pages have and which one should be optimized.</li>
<li>Third, we recommend increasing the the number of optimized internal links to just one of these pages.</li>
<li>Fourth, wait until the search engines re-index your site.</li>
<li>Fifth, take a look to see if that had a positive impact &#8212; if you went up or down in search engine results for that target keyword.</li>
</ul>
<p>If you did increase your ranking, you can repeat the process with another keyword term for another page, or if you went down, then you should revert back, undoing your changes and then try something else.</p>
<h3>Conclusion</h3>
<p>It&#8217;s quite simple, but just takes time. The proof is in the pudding. You can see here that our <a href="http://reports.periscopeup.com/watched_domains/19132/watched_keywords/391997?public=eznz7v" target="_blank">search engine position</a> for DDD Signs, on the term &#8220;outdoor business signs,&#8221; and as you can see, we are consistently staying on page one of Google and Bing for that term.</p>
<p>I hope this was helpful for everybody, if you would like a free consultation on your website, please feel free to give us a call at 866-446-1972.</p>

]]></content:encoded>
			<wfw:commentRss>http://www.periscopeup.com/internal-links/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Free Seminar</title>
		<link>http://www.periscopeup.com/website-seminar/</link>
		<comments>http://www.periscopeup.com/website-seminar/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 15:13:17 +0000</pubDate>
		<dc:creator>Dan Kaplan</dc:creator>
				<category><![CDATA[websites]]></category>
		<category><![CDATA[what CEOs need to know about their websites]]></category>

		<guid isPermaLink="false">http://www.periscopeup.com/?p=690</guid>
		<description><![CDATA[
Top Ten Mistakes That CEOs and Business Owners Make With Their Websites (And What To Do About It)
Even if you struggle with your Blackberry, there are concrete, high-level things that only you as the captain of your ship can do to ensure your website contributes to your top line.  In this 60 minute lecture, given by two industry experts [...]]]></description>
			<content:encoded><![CDATA[
<h1><strong>Top Ten Mistakes That CEOs and Business Owners Make With Their Websites (And What To Do About It)</strong></h1>
<p>Even if you struggle with your Blackberry, there are concrete, high-level things that only you as the captain of your ship can do to ensure your website contributes to your top line.  In this 60 minute lecture, given by two industry experts with a combined 26 years of experience, you will learn ten most important things that business leaders must do to ensure their website is capturing as much market share as possible.</p>
<p>After this free seminar you will have a clear understanding of what you can do to turn your website into a 24/7 sales person that never sleeps, never calls in sick, and continues month after month to generate leads and sales for your business.</p>
<h3>Here&#8217;s an example, one of our top 10 mistakes you  may be making&#8230;</h3>
<p>For example: # 1. If your IT people are in control of your website, something&#8217;s wrong. As an integral part of your web team, your tech department of course needs to run the servers and write the code, but your website is a marketing tool and team decisions should be driven and led by the marketing department.</p>
<h2>And a Great Networking Opportunity</h2>
<p>This free seminar is being offered in conjunction with <a href="http://www.accelerent.com" target="_blank">Accelerent</a> and and <a href="http://www.psafinancial.com/" target="_blank">PSA Financial</a>, so it will be a great networking opportunity, as you&#8217;ll meet Accelerent business executives and our extensive list of clients and connections.</p>
<h2>Seminar Details &amp; Signup</h2>
<p><strong>When: <span style="font-weight: normal;">April 28, 2010, 10-11 AM</span><br />
Where: <span style="font-weight: normal;">PSA Financial, 1131 McCormick Road, Hunt Valley, MD 21031</span><span style="font-weight: normal;"><a href="http://www.accelerent.com/memberlogin.php?rsvpid=1506&amp;memberid=585" target="_blank"><br />
</a><strong>For</strong>: Business leaders, including CEOs and other C level executives, business owners, and organization leaders<br />
<strong>Presented by</strong>: periscopeUP in partnership with Accelerent<br />
<strong>Cost</strong>: Free<br />
Refreshments will be served.</span></strong></p>
<p>Reservations are required and seating is limited so  <a href="http://www.accelerent.com/memberlogin.php?rsvpid=1506&amp;memberid=585" target="_blank">click here to sign up  for this free seminar</a>.</p>
<h3>About periscopeUP</h3>
<p>periscopeUP helps you get more business from your website using search engine optimization, pay per click marketing, banner and web advertising, email marketing, social media, and other online marketing tools. periscopeUP was founded by Dan Kaplan and Eric Kronthal, who together have 26 years of experience in online marketing. We&#8217;re located in Mount Vernon, and serve national, regional and local clients across all industries. If you think you&#8217;re leaving money on the table because your website isn&#8217;t generating leads, visit us at <a href="http://www.periscopeUP.com" target="_blank">www.periscopeUP.com</a> or call (866) 446-1972 for a free consultation.</p>

]]></content:encoded>
			<wfw:commentRss>http://www.periscopeup.com/website-seminar/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New Media in the New Year</title>
		<link>http://www.periscopeup.com/new-media/</link>
		<comments>http://www.periscopeup.com/new-media/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 15:54:02 +0000</pubDate>
		<dc:creator>Dan Kaplan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.periscopeup.com/?p=675</guid>
		<description><![CDATA[
Eric will be speaking at the University of Baltimore&#8217;s School of Communication Design tomorrow, March 9, 2010.
The event is New Media in the New Year and Eric will be one of four panelists discussing SEO, Web Design, Web Development, and Social Media.
The event&#8217;s headline reads: &#8220;Searching for that perfect tool to make your business&#8217;s engine roar, but not sure if [...]]]></description>
			<content:encoded><![CDATA[
<h2>Eric will be speaking at the University of Baltimore&#8217;s School of Communication Design tomorrow, March 9, 2010.</h2>
<p>The event is <a href="http://view.truemailer.net/?j=fe5e1570716d02797216&amp;m=fef71274726403&amp;ls=fdf310797c61067a75107374&amp;l=fec0117875670274&amp;s=fe2f10787667047a741171&amp;jb=ffcf14&amp;ju=fe4f1d7070630d757d16" target="_blank">New Media in the New Year</a> and Eric will be one of four panelists discussing SEO, Web Design, Web Development, and Social Media.</p>
<p>The event&#8217;s headline reads: &#8220;Searching for that perfect tool to make your business&#8217;s engine roar, but not sure if you should redesign your website, get linked into social media, or find another way to keep your company&#8217;s face in the game?&#8221;</p>

]]></content:encoded>
			<wfw:commentRss>http://www.periscopeup.com/new-media/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Different Search Results ?</title>
		<link>http://www.periscopeup.com/different-searchresults/</link>
		<comments>http://www.periscopeup.com/different-searchresults/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 20:50:44 +0000</pubDate>
		<dc:creator>Dan Kaplan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.periscopeup.com/?p=671</guid>
		<description><![CDATA[
Have you ever wondered why you get different results for searches throughout the day, from different computers, or from different locations?
We see this all the time, most often when we&#8217;re on the phone with a client who is not here in Batimore, where our SEO company is located. We&#8217;ve been talking with clients in Chicago [...]]]></description>
			<content:encoded><![CDATA[
<h2>Have you ever wondered why you get <strong>different results for searches </strong>throughout the day, from different computers, or from different locations?</h2>
<p>We see this all the time, most often when we&#8217;re on the phone with a client who is not here in Batimore, where our SEO company is located. We&#8217;ve been talking with clients in Chicago or Lauderdale, for example and ask them to do a search to show off the results of our SEO work, only to hear them say, &#8220;that&#8217;s not what I see&#8230;&#8221;</p>
<p>We often find ourselves having to explain that search engines base their results of course on relevancy, but also on hundreds of other small factors like browser type, searcher&#8217;s location or search history, website language or page rank. The list goes on. Here are the three factors we&#8217;ve noticed to be the most important.</p>
<p>First the search engines update their rankings throughout the day. Learn more about how <a href="http://www.google.com/support/webmasters/bin/answer.py?answer=70897&amp;topic=8843" target="_blank">Google indexes the web</a>.</p>
<p>Second, if you&#8217;re logged in to Google, Bing, or Yahoo, your personal search history and profile information is being used to serve up more targeted results. I&#8217;ve seen this referred to as &#8220;search personalization.&#8221; Read these links for more information:</p>
<ul>
<li>Search Engine Land article on <a href="http://searchengineland.com/google-now-personalizes-everyones-search-results-31195" target="_blank">Search Personalization</a></li>
<li>Techcrunch article on <a href="http://techcrunch.com/2009/04/21/google-profiles-finally-have-a-big-purpose-appearing-in-google-search-queries/" target="_blank">Search Personalization</a></li>
</ul>
<p>Third, if you are searching from one location, and someone else from another location, you may be hitting different datacenters. Rankings can vary from one datacenter to the next.</p>
<ul>
<li>Here&#8217;s a tool that will show you <a href="http://www.bad-neighborhood.com/google-multidc-rank-check.htm" target="_blank">results for the same search performed in different datacenters</a>.</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.periscopeup.com/different-searchresults/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Website Leads</title>
		<link>http://www.periscopeup.com/website-leads/</link>
		<comments>http://www.periscopeup.com/website-leads/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 19:59:02 +0000</pubDate>
		<dc:creator>Dan Kaplan</dc:creator>
				<category><![CDATA[About periscopeUP]]></category>
		<category><![CDATA[website lead generation]]></category>
		<category><![CDATA[website leads]]></category>

		<guid isPermaLink="false">http://www.periscopeup.com/?p=644</guid>
		<description><![CDATA[
This one&#8217;s for Fritz, who asked us why we&#8217;ve been so quiet lately.
Why Does A periscopeUP Website Generate More Leads?
On sales calls, Eric-our-sales-guy often gets asked why the websites we build are able to generate so many leads. It&#8217;s not a simple question to answer to prospects who don&#8217;t understand interactive lead generation or technical [...]]]></description>
			<content:encoded><![CDATA[
<p><!--StartFragment-->This one&#8217;s for Fritz, who asked us why we&#8217;ve been so quiet lately.</p>
<h1>Why Does A periscopeUP Website Generate More Leads?</h1>
<p><!--StartFragment-->On sales calls, Eric-our-sales-guy often gets asked why the websites we build are able to generate so many leads. It&#8217;s not a simple question to answer to prospects who don&#8217;t understand interactive lead generation or technical website bable, plus there&#8217;s A LOT that goes into a website to get it to perform. Without giving away our secret sauce, here&#8217;s what we make sure to cover on every website build.</p>
<h2>Website Planning Stage is Thorough and Effective</h2>
<ul>
<li>Competitive analysis</li>
<li>Research your prospect’s search behavior</li>
<li>Keyword strategy for every page</li>
<li>Test different messages to see which is more effective</li>
</ul>
<h2>Website Content Is More Than Brochureware</h2>
<ul>
<li>Effective sales copy &#8211; a website should talk like your sales team</li>
<li>Strong calls to action. Give me a reason to call</li>
<li>Features &amp; benefits selling, including your Unique Selling Proposition (why should I buy from you?)</li>
<li>Optimized to get you high in search engines</li>
<li>Compels people to take action. How will you help the customer sleep at night? (It&#8217;s about them, stupid!)</li>
</ul>
<h2>Designs That Drive Leads, Not Just Build Brands</h2>
<ul>
<li>Prominent phone number in header</li>
<li>Unique designs that draw attention to the unique selling proposition</li>
<li>Our proprietary design process makes it easy to capture your vision</li>
<li>Easy to use and navigate architecture &#8211; KISS</li>
<li>Optimized to get people to take action</li>
</ul>
<h2>Technology Gets Rewarded by Search Engines</h2>
<ul>
<li>XML Sitemaps notify search engines every time you update content</li>
<li>HTML coding optimized for Search Engines</li>
<li>W3C and 501(3)c compliant code</li>
<li>Optimized for speed &#8211; fast loading sites</li>
</ul>
<h2>Consulting Helps You Get The Most From Your Website</h2>
<ul>
<li>Monthly review of statistics &amp; user behavior</li>
<li>Help you gain understanding of your market and potential for more leads</li>
<li>Increase monthly traffic with inbound links &amp; fresh content</li>
<li>Increase monthly leads with testing and website updates</li>
</ul>
<h1>Free Consultation</h1>
<p>If you want to learn more about how we can drive leads and sales from your website, call us for a free consultation: (866) 446-1972 or fill out the form to the right.</p>
<p><!--EndFragment--> <!--EndFragment--></p>

]]></content:encoded>
			<wfw:commentRss>http://www.periscopeup.com/website-leads/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
