<?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 &#187; SEO</title>
	<atom:link href="http://www.periscopeup.com/topics/seo/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>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>Local SEO Checklist</title>
		<link>http://www.periscopeup.com/local-seo-checklist/</link>
		<comments>http://www.periscopeup.com/local-seo-checklist/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 16:04:37 +0000</pubDate>
		<dc:creator>Dan Kaplan</dc:creator>
				<category><![CDATA[Link Building]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[local search]]></category>

		<guid isPermaLink="false">http://www.periscopeup.com/?p=484</guid>
		<description><![CDATA[Local Search Engine Optimization Checklist
When optimizing a local business website, there&#8217;s a few additional things we do to ensure the site will do well. Our checklist for local SEO is below.
We define local search as either a search with the town name (&#8220;seo baltimore&#8221;) or any search that returns a pin map with local results.
Our [...]]]></description>
			<content:encoded><![CDATA[<h1>Local Search Engine Optimization Checklist</h1>
<p>When optimizing a local business website, there&#8217;s a few additional things we do to ensure the site will do well. Our checklist for local SEO is below.</p>
<p>We define <strong>local search </strong>as either a search with the town name (&#8220;seo baltimore&#8221;) or any search that returns a pin map with local results.</p>
<h2>Our checklist for local search engine optimization</h2>
<p>Please note, we do these items in addition to our regular SEO checklist.</p>
<h3><strong>On page local optimization</strong></h3>
<ul>
<li>City &amp; state in title tag</li>
<li>Address in footer</li>
<li><a href="http://microformats.org/wiki/hcard" target="_blank">hCard microformat</a> on contact us page</li>
</ul>
<h3><strong>Off page local optimization</strong></h3>
<p>Create a neighborhood (geographic or thematic) with links and citations about your website.</p>
<ul>
<li>Links &amp; Citations
<ul>
<li>Chamber of Commerce</li>
<li>Local Business Directories (search <em>your city</em>+directory)</li>
<li>Dominate Yelp</li>
<li>Other Websites in/about your city</li>
<li>Links from local businesses, clients, organizations, schools, speakers, etc.</li>
<li>Reviews. Start with happy customers, partners, and vendors.</li>
</ul>
</li>
<li>Review current listings for accuracy: phone, address, links, etc.</li>
<li>Include your best search terms in the company name and description fields of your <a href="http://www.google.com/local/add" target="_blank">Google Maps account</a>.</li>
</ul>
<p>One note, with Google&#8217;s release of <a href="http://www.searchenginejournal.com/google-caffeine-going-live/14596/" target="_blank">Caffeine</a>, we&#8217;ve been reading more and more about the importance of citations (references to your business even if a link is not) included.</p>
<h2>More information on Local Search Optimization</h2>
<ul>
<li><a href="http://smallbiztrends.com/2010/01/seo-trends-to-watch-for-in-2010.html" target="_blank">http://smallbiztrends.com/2010/01/seo-trends-to-watch-for-in-2010.html</a></li>
<li><a href="http://searchenginewatch.com/3627073" target="_blank">http://searchenginewatch.com/3627073</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.periscopeup.com/local-seo-checklist/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Personal promotion</title>
		<link>http://www.periscopeup.com/personal-promotion/</link>
		<comments>http://www.periscopeup.com/personal-promotion/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 03:12:23 +0000</pubDate>
		<dc:creator>Dan Kaplan</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[personal promotion]]></category>

		<guid isPermaLink="false">http://www.periscopeup.com/?p=604</guid>
		<description><![CDATA[Personal Promotion with SEO
Our friend Joe has a personal website (www.joemillman.com) and blog (http://blog.joemillman.com).  Here&#8217;s our free advice to him and anyone with a personal website who wants to get high on Google &#8212; our tips for personal promotion with SEO. 
1. Get a Google Webmaster Account
http://www.google.com/webmasters/
Add the following as &#8220;sites&#8221;:

www.joemillman.com
http://joemillman.com
http://blog.joemillman.com

a. Verify your website(s) according to the [...]]]></description>
			<content:encoded><![CDATA[<h2>Personal Promotion with SEO</h2>
<p>Our friend Joe has a personal website (<a href="http://www.joemillman.com/" target="_blank">www.joemillman.com</a>) and blog (<a href="http://blog.joemillman.com/" target="_blank">http://blog.joemillman.com</a>).  Here&#8217;s our free advice to him and anyone with a personal website who wants to get high on Google &#8212; our tips for <strong>personal promotion</strong> with SEO. <span id="more-604"></span></p>
<h3>1. Get a Google Webmaster Account</h3>
<blockquote><p><a style="color: #074d8f;" href="http://www.google.com/webmasters/" target="_blank">http://www.google.com/webmasters/</a></p></blockquote>
<p><a style="color: #074d8f;" href="http://www.google.com/webmasters/" target="_blank"></a>Add the following as &#8220;sites&#8221;:</p>
<ul>
<li><a style="color: #074d8f;" href="http://www.joemillman.com/" target="_blank">www.joemillman.com</a></li>
<li><a style="color: #074d8f;" href="http://joemillman.com/" target="_blank">http://joemillman.com</a></li>
<li><a style="color: #074d8f;" href="http://blog.joemillman.com/" target="_blank">http://blog.joemillman.com</a></li>
</ul>
<p><a style="color: #074d8f;" href="http://blog.joemillman.com/" target="_blank"></a>a. Verify your website(s) according to the instructions. Under settings, make <a style="color: #074d8f;" href="http://www.joemillman.com/" target="_blank">www.joemillman.com</a> the preferred domain for all your personal websites. This will make sure Google doesn&#8217;t treat http://joemillman.com and www.joemillman.com as different sites. You&#8217;re telling Google they&#8217;re the same site.</p>
<p>b. Check on who&#8217;s linking to you. In the world of personal promotion, a link is like a vote. A link from a industry-relevant, a trustworthy or a popular partner will be worth more than some guy blogging in his underwear.</p>
<p>c. The Google webmaster tool will also tell you if Google&#8217;s having trouble indexing your site.</p>
<p>d. With this same login info, Create a local business listing on Google Maps:</p>
<blockquote><p><a style="color: #074d8f;" href="http://www.google.com/local/add" target="_blank">http://www.google.com/local/add</a></p></blockquote>
<p><a style="color: #074d8f;" href="http://www.google.com/local/add" target="_blank"></a>The terms you put in the site title and description should be your best search terms, as the search engines will pick up the terms in these fields when displaying local search results. In other words, use your search keywords IN your title and description.</p>
<p style="text-align: center;">How do you know the &#8220;best&#8221; keywords for <strong>personal promotion</strong>?</p>
<p style="text-align: center;">Good question, I&#8217;m glad you asked&#8230;</p>
<h3>2. Understand the keyword terms that you want to go after.</h3>
<p>When <strong>promoting personal and small websites</strong>, remember that when you&#8217;re starting out, people search on the services they&#8217;re after, not your brand or name.</p>
<p style="text-align: center;">This is the <strong>number one personal promotion tip</strong>, EVER&#8230;</p>
<p style="text-align: left;">Place yourself in front of people by understanding the terms that they use to describe your services, NOT the terms you think describe your services.</p>
<p>a. Where are you already doing well? Login to the webmaster tool above and go to &#8220;Top Search Queries&#8221; &gt; More. The &#8220;Impressions&#8221; column will tell you what terms you rank in the top 30. &#8220;Queries&#8221; will tell you which terms people are clicking on.</p>
<p>b. What terms do you want to go after? Find your target keywords with this tool:</p>
<blockquote><p><a style="color: #074d8f;" href="https://adwords.google.com/select/KeywordToolExternal" target="_blank">https://adwords.google.com/select/KeywordToolExternal</a></p></blockquote>
<p><a style="color: #074d8f;" href="https://adwords.google.com/select/KeywordToolExternal" target="_blank"></a>Because you shouldn&#8217;t be competing with the big boys in your industry, you should identify &#8220;long tail&#8221; keywords with search volumes less than 3,000 per month.</p>
<p>This is the <strong>best SEO strategy for personal websites</strong>. Go after low volume (but not too low) terms first with new content (explained next) and links (also explained below). Then, once you&#8217;ve ranked on some of the three and four keyword terms, go after ones with higher search volume.</p>
<h3>3. Write your blog posts and pages to target those terms.</h3>
<p>a. Use one target term in the post or page header and content.</p>
<p>b. Make a spreadsheet, which you can use as a tracking tool to remember which terms you target.</p>
<h3>4. Add Google Analytics to both your site and blog. Analyze your stats monthly. Get to know your users and traffic.</h3>
<blockquote><p><a style="color: #074d8f;" href="http://www.google.com/analytics/" target="_blank">http://www.google.com/analytics/</a></p></blockquote>
<p><a style="color: #074d8f;" href="http://www.google.com/analytics/" target="_blank"></a>Be sure to set up goals, to track the number of conversions.</p>
<h3>5. Set up Yahoo Explorer for your personal website and blog</h3>
<blockquote>
<ul>
<li><a style="color: #074d8f;" href="http://siteexplorer.search.yahoo.com/" target="_blank">http://siteexplorer.search.yahoo.com/</a></li>
</ul>
</blockquote>
<p><a style="color: #074d8f;" href="http://siteexplorer.search.yahoo.com/" target="_blank"></a>a. Verify the sites.</p>
<p>b. Check the inbound links from elsewhere on the web to your sites.</p>
<h3>6. Submit your personal website and blog to Bing.</h3>
<blockquote><p><a style="color: #074d8f;" href="http://www.bing.com/docs/submit.aspx" target="_blank">http://www.bing.com/docs/submit.aspx</a></p></blockquote>
<h3>7. Get a Bing Webmaster Account and verify both your personal site and blog.</h3>
<blockquote><p><a style="color: #074d8f;" href="http://www.bing.com/webmaster" target="_blank">http://www.bing.com/webmaster</a></p></blockquote>
<h3>8. Submit your site and blog to the DMOZ.</h3>
<p>Go to <a style="color: #074d8f;" href="http://www.dmoz.org/" target="_blank">www.dmoz.org</a> and find the right category and top right, click on &#8220;Suggest URL.&#8221;</p>
<p>Many websites and search engines get their info from this grandaddy of all directories.</p>
<h3>9. Find other relevant directories to place your listing.</h3>
<blockquote><p>Start here: <a style="color: #074d8f;" href="http://www.directorycritic.com/" target="_blank">http://www.directorycritic.com</a></p></blockquote>
<p><a style="color: #074d8f;" href="http://www.directorycritic.com/" target="_blank"></a>Pay only for links that have a Page Rank of 3 or better, and have high traffic volume (compared to others you find in your industry).</p>
<ul>
<li><a href="http://www.prchecker.info/check_page_rank.php" target="_blank">Check Page Rank here</a></li>
<li><a href="http://statbrain.com" target="_blank">Check traffic volume here</a></li>
</ul>
<h3>10. Get some link love.</h3>
<p>Find other bloggers, trade publications, and related websites and ask them to link to you. Request that the link text be your target keywords (call me if you don&#8217;t understand this). Go after only sites with higher relative traffic and Page Rank using the tools above.</p>
<p>a. When requesting a link, offer to link to them in your blog or on your site. Keep a tracking sheet. Here&#8217;s a huge secret to optimizing links. If you can get the text of the link to be the term you&#8217;re going after. Great! If you can get that link to go deep into your site, directly to the page that is optimized for that term. Even better.</p>
<p>Here&#8217;s an example of a great link: Finding the right <a href="/blog-keyword/?phpMyAdmin=6YB7rBz3QkshNuD1LKuYX2t4HY1" target="_self">blog keyword</a>. (The text is my target keyword and it links deep into the site to a page that targets that keyword).</p>
<p>b. Join forums or social sites in your niche and post thoughtful comments. Add links back to your sites.</p>
<p>That&#8217;s it for <strong>personal promotion</strong> with SEO. Go Joe and get high on Google!</p>
<p>If you want some help implementing some of these suggestions, <a href="/contact?phpMyAdmin=6YB7rBz3QkshNuD1LKuYX2t4HY1" target="_self">contact us</a> and ask about our <strong>personal promotion</strong> SEO services.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.periscopeup.com/personal-promotion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Update Due After the Holidays</title>
		<link>http://www.periscopeup.com/google-update/</link>
		<comments>http://www.periscopeup.com/google-update/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 18:01:08 +0000</pubDate>
		<dc:creator>Dan Kaplan</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[caffeine]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.periscopeup.com/?p=548</guid>
		<description><![CDATA[Google announced recently that it would be postponing its &#8220;Cafeine&#8221; update until after the holidays. They say this will have a minimum effect on search ranks, but as with all their past updates, our clients are sure to be affected in some way.
One important change is Google will be giving more results based on up-to-the-minute [...]]]></description>
			<content:encoded><![CDATA[<p>Google announced recently that it would be postponing its &#8220;Cafeine&#8221; update until after the holidays. They say this will have a minimum effect on search ranks, but as with all their past updates, our clients are sure to be affected in some way.<span id="more-548"></span></p>
<p>One important change is Google will be giving more results based on up-to-the-minute breaking events, to compete with Twitter and Facebook&#8217;s real time search initiatives.</p>
<p>We appreciate Google holding off on making this change, to put webmasters at ease that no rankings will change until after the holiday shopping season.</p>
<p>More resources:</p>
<ul>
<li><a href="http://www.mattcutts.com/blog/google-caffeine-update/?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+mattcutts%2FuJBW+%28Matt+Cutts%3A+Gadgets%2C+Google%2C+and+SEO%29&amp;utm_content=Google+Feedfetcher" target="_blank">Matt Cutts&#8217; announcement</a></li>
<li><a href="http://mashable.com/2009/08/10/google-caffeine/" target="_blank">Mashable&#8217;s tests of the release</a> (including notes about keyword relevancy)</li>
<li>Test Caffeine on the <a href="http://www2.sandbox.google.com/" target="_blank">Google Sandbox</a></li>
<li><a href="http://www.theregister.co.uk/2009/08/14/google_caffeine_truth/" target="_blank">Fun conspiracy reading</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.periscopeup.com/google-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blog Keyword</title>
		<link>http://www.periscopeup.com/blog-keyword/</link>
		<comments>http://www.periscopeup.com/blog-keyword/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 15:42:44 +0000</pubDate>
		<dc:creator>Dan Kaplan</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.periscopeup.com/?p=526</guid>
		<description><![CDATA[Finding the Right Blog Keyword
How do we chose a keyword for our blog posts?
If you want people to read your blogs, you need a strategy for every blog post to get found in search engines. In other words, you should SEO your individual blog posts. This starts, like any SEO project, with good keyword research.
Our [...]]]></description>
			<content:encoded><![CDATA[<h1>Finding the Right Blog Keyword</h1>
<p>How do we chose a keyword for our blog posts?</p>
<p>If you want people to read your blogs, you need a strategy for every blog post to get found in search engines. In other words, you should SEO your individual blog posts. This starts, like any SEO project, with good keyword research.<span id="more-526"></span></p>
<p>Our approach is to fish where the big fish are. We&#8217;ll chose a blog post topic AFTER THE KEYWORD RESEARCH! This post for example, started as an idea about Blog SEO, but after researching what people are searching on, we decided there was too much competition on the term &#8220;Blog SEO&#8221;  (40,500 searches last month) and narrowed the scope to &#8220;<strong>blog keyword</strong>&#8221; (2,400 searches last month) as part of our long tail strategy. And hey, you found us!</p>
<p>Tip: A search on the plural of a word or phrase is not the same as a search on the singular. In the above example, there were only 1,000 searches last month for &#8220;<strong>blog keywords</strong>&#8221; so we went with &#8220;<strong>blog keyword</strong>&#8221; which had 2,400.</p>
<h2>So how do I chose the right blog keyword?</h2>
<p>At periscopeUP, we use the same three factors we would for finding the right keyword for a web page:</p>
<ul>
<li>Search volume</li>
<li>Competition</li>
<li>Return on Investment (ROI)</li>
</ul>
<p>We don&#8217;t have a formula to weigh the three factors, but try to find a balance. For example, the higher search volume or competition, the tougher it will be to rank on page one, but if from our analytics we know a certain keyword will provide a better ROI, we may want to go after it anyway, even if it will take us several months to rank well. For this post, our goal was page one quickly, not high search traffic.</p>
<h3>Determining Blog Keyword Search Volume</h3>
<p>We like the old standby, the <a href="https://adwords.google.com/select/KeywordToolExternal" target="_blank">Google External Keyword Tool</a>. It will give you both global search and local search volume.</p>
<p>Be careful here, because the use of the word &#8220;local&#8221; is misleading. According to Google, it means search volume “specific to your targeted country&#8221; as opposed to global search volume which “includes traffic in all countries and languages.” We&#8217;ve suggested to Google that they make local search volume available as a radius from your city or town. To us, this would be more valuable &#8220;local&#8221; information.</p>
<h3>Determining Competition</h3>
<p>There are a few ways we determine competition for a keyword. The first is the number of results for a specific search. Search Google, and on the top right, you&#8217;ll see the number of results returned for that term, or the number of pages that are &#8220;competing&#8221; for this term.</p>
<p>Here&#8217;s what it looks like:</p>
<p><a href="http://www.periscopeup.com/blog-keyword/blog-keyword-3/" rel="attachment wp-att-538"><img src="http://www.periscopeup.com/wp-content/uploads2/blog-keyword2-499x367.png" alt="blog-keyword" title="blog-keyword" width="499" height="367" class="alignnone size-medium wp-image-538" /></a></p>
<p class="wp-caption-text">Blog Keyword Selection</p>
<p>The other way we judge competition is by spying. Use a site like <a href="http://www.compete.com" target="_blank">compete.com</a> (paid) or <a href="http://www.spyfu.com" target="_blank">spyfu.com</a> (free) to see what you&#8217;re competition is up to.</p>
<p>Tip: log into your Adwords account when you research search volume, and you&#8217;ll get the Cost Per Click of what people are paying to bid on terms. This will also give you an indication of competition in the marketplace.</p>
<h3>Determining ROI</h3>
<p>You can only determine if a keyword phrase will provide a good return on investment if conversion tracking set up on your analytics tool. It&#8217;s best to have several months of data, but the idea is to determine which keywords lead to the most cost effective leads, your cost per conversion. This is an involved topic, subject to another post, but if you setup Google Analytics, for example, to track conversion goals, you should be able to run reports and determine which terms produce and which do not, and at what cost.</p>
<h3>Conclusion</h3>
<p>The fastest way to get a blog post high on search is to select your topic and write your post AFTER you select your keyword term(s).</p>
<p>Your next step after selecting your <strong>blog keyword</strong> would be to write the post and optimize it for that keyword. Don&#8217;t forget to track your SERPs and build optimized links directly to your posts to push your blog post up the search engine results.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.periscopeup.com/blog-keyword/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>periscopeUP To Speak At DAASN’S Inaugural Social Networking Event</title>
		<link>http://www.periscopeup.com/periscopeup-to-speak-at-daasn%e2%80%99s-inaugural-social-networking-event/</link>
		<comments>http://www.periscopeup.com/periscopeup-to-speak-at-daasn%e2%80%99s-inaugural-social-networking-event/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 18:59:27 +0000</pubDate>
		<dc:creator>Dan Kaplan</dc:creator>
				<category><![CDATA[About periscopeUP]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://www.periscopeup.com/?p=463</guid>
		<description><![CDATA[Dan Kaplan, co-founder of periscopeUP will speak at “ Learning How To Merge Your Networking and Social Media Together For A More Profitable Return.” Dan is the Baltimore SEO expert on the panel and will be discussing the impact of social media on search engine optimization.
Date: October 20, 2009
Time: 7:30 am to 12 noon
Place: Sheraton [...]]]></description>
			<content:encoded><![CDATA[<p>Dan Kaplan, co-founder of periscopeUP will speak at “ Learning How To Merge Your Networking and Social Media Together For A More Profitable Return.” Dan is the <strong>Baltimore SEO</strong> expert on the panel and will be discussing the impact of social media on search engine optimization.</p>
<p>Date: October 20, 2009<br />
Time: 7:30 am to 12 noon<br />
Place: Sheraton Baltimore North,  903 Dulaney Valley Road Towson, MD 21204<br />
Phone: 410.321.7400<br />
Price: $65</p>
<p><a href="http://www.eventbee.com/view/daasn/event?eid=63478">Click here to register</a>.</p>
<p>Event Description: Panel discussion from an expert panel of top Baltimore Executives in <strong>Search Engine Optimization</strong>, Offline Marketing, Online Social Media, Web Development, Internet Marketing and how to tie this all together. Attendees will  have the opportunity to discuss and interact with presenters in a Q &amp; A session.</p>
<p><a href="http://www.titleagencyowner.com/public/DAASN_Social_Media_Event.pdf" target="_blank">Here&#8217;s a flyer with more information</a> (pdf).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.periscopeup.com/periscopeup-to-speak-at-daasn%e2%80%99s-inaugural-social-networking-event/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
