<?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>Miva Merchant Design &#38; Hosting Blog &#187; SEO</title>
	<atom:link href="http://www.aarcmedia.com/category/miva-merchant-seo/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aarcmedia.com</link>
	<description></description>
	<lastBuildDate>Sat, 30 Jan 2010 00:09:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Miva Merchant SEO Tip #4 &#8211; Creating Better Title Tags Using Miva&#8217;s Built In Meta Tag Settings Interface</title>
		<link>http://www.aarcmedia.com/miva-merchant-seo-tip-4-optimizing-title-tags/</link>
		<comments>http://www.aarcmedia.com/miva-merchant-seo-tip-4-optimizing-title-tags/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 21:03:29 +0000</pubDate>
		<dc:creator>AarcMediaGroup.com Staff</dc:creator>
				<category><![CDATA[How-To's]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.aarcmedia.com/?p=143</guid>
		<description><![CDATA[We talked in a previous Miva Merchant SEO Tip post about how we set up the title tags on category and product pages by drawing in the category or product names respectively.  We&#8217;re now changing our minds and thanks to an update that Miva Merchant recently streamed out, you can now customize the title [...]]]></description>
			<content:encoded><![CDATA[<p>We talked in a previous Miva Merchant SEO Tip post about how we set up the title tags on category and product pages by drawing in the category or product names respectively.  We&#8217;re now changing our minds and thanks to an update that Miva Merchant recently streamed out, you can now customize the title tag EVEN FURTHER by adding it to the Meta Tag Settings.  This will enable you to do a much better job of writing keyword specific title tags that will help improve your rankings for those all important keyword phrases that are 3-5 words or more, which convert at a very high level.</p>
<p><strong>STEP 1:  CREATING THE TITLE TAG FIELD WITHIN THE META TAG SETTINGS AREA</strong></p>
<p>1.  Login to your admin (duh).</p>
<p>2.  Click on your store name in the left column.</p>
<p>3.  Click on the link title &#8220;Meta Tag Settings&#8221;.</p>
<p>4.  Click the ADD button.</p>
<p>5.  Input &#8220;title&#8221; into the field for Meta Name (without the quotes).</p>
<p>6.  Input &#8220;Title&#8221; into the field for Prompt (without the quotes).</p>
<p>7.  Leave the drop down box on &#8220;Text Field&#8221;.</p>
<p>8.  Click Update.</p>
<p><strong>STEP 2:  CREATE YOUR CUSTOM TITLE TAGS FOR ALL CATEGORIES &amp;amp; PRODUCTS</strong></p>
<p>BEFORE you implement the code that draws the new title tag field into your category and product pages, you want to go through and customize your title tags for ALL OF YOUR CATEGORIES AND PRODUCTS FIRST!!! Reason being, if you skip this step and move on to step 3 or 4  (below) you won&#8217;t have title tags until you customize them.  Right now, your store is likely set up to draw your store name and category or product name into the title tag.  You need to create all of the new custom title tag content in the Meta Tag Settings title field before you change the templates to use it, otherwise your title tags will be blank.</p>
<p>Here&#8217;s how you do it:</p>
<p>1.  Click on EITHER Categories or Products in the left column of your admin.</p>
<p>2.  Click EDIT to the right of the Category or Product you want to create a new title tag for.</p>
<p>3.  Click META Tag Settings once that category or product edit screen loads.</p>
<p>4.  The title tag field should be the last text field listed in this area.  Enter your customized title tag, hit update, and its created!</p>
<p>REMEMBER, make sure you do this for every category and/or product in your store, BEFORE you move on to step 3 &amp; 4 below.  We don&#8217;t want you to end up with products and categories that are void of title tags.  It may take you 1 day, it may take you 2 months, but make sure you create the new custom content FIRST.  There are other ways to do it more gradually, but we&#8217;re covering the basics here.  If you want a more seamless and easy-going integration, contact us through our main website <a title="Miva Merchant SEO" href="http://www.aarcmediagroup.com/" target="_blank">www.aarcmediagroup.com</a>.</p>
<p><strong>STEP 3:  ADDING THE CODE THAT DRAWS THE CUSTOM TITLE CONTENT INTO THE TITLE TAG INTO THE CATEGORY TEMPLATE</strong></p>
<p>Our feeling is the best way to use this feature is to FIRST draw the category or product name into the title tag (as we did in our earlier post) and use this custom title tag feature to draw in additional terms or keyword phrases.  Here&#8217;s how we did it on AarcMediaGroup.com.</p>
<p>1.  Click Pages in the left column.</p>
<p>2.  Find the CTGY/Category Display Template and click the EDIT button. (Note:  if you&#8217;re using a Category Template Module, you&#8217;d edit it through its interface instead, and you may have to update the module to its newest version to make sure it supports the title tag feature).</p>
<p>3.  In the template, find the following code:</p>
<p><textarea class="codesnippet1">&lt;title&gt;&amp;mvt:store:name;: &amp;mvt:category:name;&lt;/title&gt;</textarea></p>
<p>Replace your ENTIRE title tag with a new title tag like this:</p>
<p><textarea class="codesnippet1">&amp;mvt:global:metacategoryfieldcache:fields:title;&lt;/title&gt;</textarea></p>
<p><strong>STEP 4:  ADDING THE CODE THAT DRAWS THE CUSTOM TITLE CONTENT INTO THE TITLE TAG INTO THE PRODUCT TEMPLATE</strong></p>
<p>1.  Click Pages in the left column.</p>
<p>2.  Find the PROD/Product Display Template and click the EDIT button. (Note:  if you&#8217;re using a Product Template Module, you&#8217;d edit it through its interface instead, and you may have to update the module to its newest version to make sure it supports the title tag feature).</p>
<p>3.  In the template, find the following code:</p>
<p><textarea class="codesnippet1">&lt;title&gt;&amp;mvt:store:name;: &amp;mvt:product:name;&lt;/title&gt;</textarea></p>
<p>Replace your ENTIRE title tag with a new title tag like this:</p>
<p><textarea class="codesnippet1">&amp;mvt:global:metaproductfieldcache:fields:title;&lt;/title&gt;</textarea></p>
<p>And that&#8217;s it.  If you have questions, feel free to post a comment, and we&#8217;ll reply almost immediately.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aarcmedia.com/miva-merchant-seo-tip-4-optimizing-title-tags/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Miva Merchant SEO Tip #3 &#8211; One Way Link Building</title>
		<link>http://www.aarcmedia.com/miva-merchant-seo-tip-3-one-way-link-building/</link>
		<comments>http://www.aarcmedia.com/miva-merchant-seo-tip-3-one-way-link-building/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 10:28:32 +0000</pubDate>
		<dc:creator>AarcMediaGroup.com Staff</dc:creator>
				<category><![CDATA[Link Building]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.aarcmedia.com/?p=116</guid>
		<description><![CDATA[Here&#8217;s the 3rd post in our Miva Merchant SEO Tips series, and this one is going to provide tips about One-Way Link Building.
Miva Merchant SEO Tip #3
ONE-WAY LINK BUILDING TIPS &#38; DIRECTORIES
One-way Link Building is A MUST when it comes to search engine optimizing your Miva Merchant Store.  If you don&#8217;t engage in one-way link [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s the 3rd post in our Miva Merchant SEO Tips series, and this one is going to provide tips about One-Way Link Building.</p>
<p><strong>Miva Merchant SEO Tip #3</strong></p>
<p><strong>ONE-WAY LINK BUILDING TIPS &amp; DIRECTORIES</strong></p>
<p>One-way Link Building is A MUST when it comes to search engine optimizing your Miva Merchant Store.  If you don&#8217;t engage in one-way link building and are still stuck on the horrible task of &#8220;trading links&#8221;, you need to get with the times and stop doing all that extra work.</p>
<p>There are websites out there called SEO Friendly Link Directories, that will give a FREE Link to your website for NOTHING in return.  Sure some of these links aren&#8217;t quite as powerful as that high quality and highly relevant link trade you made last week, HOWEVER, you can submit yourself to 20 one-way link directories in the time it takes you to trade 1 link, so if you engage in this form of link building for your website, you can get some big value, very quickly.</p>
<p>As part of this series, we&#8217;re going to periodically post some easy places for you to get these one way links, and from SEO Friendly Directories at that.  Many lists you&#8217;ll find aren&#8217;t edited and you can&#8217;t always get that QUICK &amp; DIRTY link without having to sign up for a free account, or provide a link back, or whatever.  The link directories we&#8217;ll post here, are always FREE, NEVER require a recipricol link &amp; are as easy to obtain as filling out a one page form.</p>
<p>AND WE&#8217;RE OFF&#8230;</p>
<p><strong>10 PLACES TO GET QUICK &amp; DIRTY LINKS</strong></p>
<p><a class="url" rel="external nofollow" href="http://submit2.jayde.com/" target="_blank">Jayde.com</a></p>
<p><a class="url" rel="external nofollow" href="http://www.chiff.com/" target="_blank">Chiff.com</a></p>
<p><a class="url" rel="external nofollow" href="http://www.evalu8.org/suggestsite?" target="_blank">Evalu8.org</a></p>
<p><a class="url" rel="external nofollow" href="http://www.turnpike.net/directory.html?getentry" target="_blank">TurnPike.net</a></p>
<p><a class="url" rel="external nofollow" href="http://www.info-listings.com/submit.php" target="_blank">Info-Listings.com</a></p>
<p><a class="url" rel="external nofollow" href="http://www.arakne-links.com/submit.php" target="_blank">Arakne-Links.com</a></p>
<p><a class="url" rel="external nofollow" href="http://searchsight.com/submit.htm" target="_blank">SearchSight.com</a></p>
<p><a class="url" rel="external nofollow" href="http://www.onemission.com/" target="_blank">OneMission.com</a></p>
<p><a class="url" rel="external nofollow" href="http://www.netinsert.com/en/insert.html" target="_blank">NetInsert.com</a></p>
<p><a class="url" rel="external nofollow" href="http://www.pegasusdirectory.com/submit.php" target="_blank">PegasusDirectory.com</a></p>
<p>So this should help you understand what you&#8217;re looking for in a FREE SEO Friendly Link Directory.  Once you get the hang of it, you&#8217;ll be glad you did.  We&#8217;ll post more of these little gems in another edition of our Miva Merchant SEO Tips</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aarcmedia.com/miva-merchant-seo-tip-3-one-way-link-building/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Miva Merchant SEO Tip #2 &#8211; Tweak CTGY &amp; PROD Title Tags</title>
		<link>http://www.aarcmedia.com/miva-merchant-seo-tip-2-tweak-ctgy-prod-title-tags/</link>
		<comments>http://www.aarcmedia.com/miva-merchant-seo-tip-2-tweak-ctgy-prod-title-tags/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 12:55:58 +0000</pubDate>
		<dc:creator>AarcMediaGroup.com Staff</dc:creator>
				<category><![CDATA[How-To's]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.aarcmedia.com/?p=84</guid>
		<description><![CDATA[Here&#8217;s the second post in our Miva Merchant SEO Tips series.  Probably the most simple tip we&#8217;ll give, so take advantage.
Miva Merchant SEO Tip #2
DITCH THE STORENAME FROM THE TITLE TAG OF YOUR CTGY &#38; PROD TEMPLATES
Miva Merchant out-of-the-box includes the Store Name in the Title Tag of all pages within it&#8217;s system.  [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s the second post in our Miva Merchant SEO Tips series.  Probably the most simple tip we&#8217;ll give, so take advantage.</p>
<p><strong>Miva Merchant SEO Tip #2</strong></p>
<p><strong>DITCH THE STORENAME FROM THE TITLE TAG OF YOUR CTGY &amp; PROD TEMPLATES</strong></p>
<p>Miva Merchant out-of-the-box includes the Store Name in the Title Tag of all pages within it&#8217;s system.  This isn&#8217;t a horrible idea, especially for non-catalog pages, but when it comes to your Category and Product pages, IT SHOULDN&#8217;T BE THERE.</p>
<p>The problem is that one thing the search engines look for is &#8220;unique meta content&#8221; and YES, the title tag is considered meta content, and in some cases is the most important piece of meta content on a given page.  On most Miva Merchant stores, the category and product pages make up the largest percentage of content, so why would you want the same string to appear in all of those pages title tags?  Understand, I&#8217;m not saying it&#8217;s going to bury you from a rankings standpoint if its there, but it certainly isn&#8217;t going to help each of your category and product pages from being looked at as &#8220;more unique&#8221; in the search engines eyes.</p>
<p>What we&#8217;re going to do below, is remove the store name from the title tags of the Category and Product Templates.  By removing the store name, we leave that pages title tag with only the Category Name or Product Name associated with that page, therefore that page is now shouting to the search engines &#8220;THIS PAGE IS ABOUT&#8230;&#8221; whatever the category or product name states.  This is a much better strategy for trying to help the search engines figure out the topic of a given page.</p>
<p><strong>So here&#8217;s the easiest fix.</strong></p>
<p>(1)  Click on Pages in the left column of your admin.</p>
<p>(2)  <strong>To edit the Category Template</strong>, Click on the CTGY/Category Display Template&#8217;s EDIT button on the right of the page.</p>
<p>(3)  Once the template loads, in the top few lines of code, you should see something that looks like this:</p>
<p><textarea class="codesnippet1">&lt;title&gt;&amp;mvt:store:name;: &amp;mvt:category:name;&lt;/title&gt;</textarea></p>
<p><strong>Replace the above code, with this:</strong></p>
<p><textarea class="codesnippet1">&lt;title&gt;&amp;mvt:category:name;&lt;/title&gt;</textarea></p>
<p>Notice that all we did was remove the snippet of code that draws the store name into the title, leaving only the Category Name.</p>
<p>(4)  Once you replace the code, click the Update button at the bottom of the page, and you&#8217;re now good to go.</p>
<p>(5)  Now, click on Pages in the left column of your admin again.</p>
<p>(6) <strong> To edit the Product Template</strong>, Click on the PROD/Product Display Template&#8217;s EDIT button on the right of the page.</p>
<p>(7)  Once the template loads, in the top few lines of code, you should see something that looks like this:</p>
<p><textarea class="codesnippet1">&lt;title&gt;&amp;mvt:store:name;: &amp;mvt:product:name;&lt;/title&gt;</textarea></p>
<p><strong>Replace the above code, with this:</strong></p>
<p><textarea class="codesnippet1">&lt;title&gt;&amp;mvt:product:name;&lt;/title&gt;</textarea></p>
<p>Notice that all we did was remove the snippet of code that draws the store name into the title, leaving only the Product Name.</p>
<p>(8)  Once you replace the code, click the Update button at the bottom of the page, and you&#8217;re now good to go.</p>
<p><strong>Why do this?</strong></p>
<p>The concept is simple.  By removing a snippet of code that is over redundent from the title tags of all of these category and product pages, we now make these pages &#8220;more unique&#8221; in the eyes of the search engines.</p>
<p>Is it going to be the trick you needed to sore into the rankings for the terms you&#8217;re targeting?  ABSOLUTELY NOT.  But in a world where you have to scrape and claw for every bit of traffic out there, it isn&#8217;t going to hurt either.</p>
<p>ALWAYS REMEMBER, that in the world of SEO, every little bit helps.  Just make sure that the things you do make sense, and aren&#8217;t geared towards &#8220;fooling&#8221; the search engines.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aarcmedia.com/miva-merchant-seo-tip-2-tweak-ctgy-prod-title-tags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Miva Merchant SEO Tip #1 &#8211; Custom Meta Content</title>
		<link>http://www.aarcmedia.com/miva-merchant-seo-tip-1-custom-meta-content/</link>
		<comments>http://www.aarcmedia.com/miva-merchant-seo-tip-1-custom-meta-content/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 00:02:10 +0000</pubDate>
		<dc:creator>AarcMediaGroup.com Staff</dc:creator>
				<category><![CDATA[How-To's]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Miva Merchant Search Engine Optimization]]></category>

		<guid isPermaLink="false">http://www.aarcmedia.com/?p=79</guid>
		<description><![CDATA[
This is the first post in a series we&#8217;ll run called Miva Merchant SEO Tips.  The goal is to provide the &#8220;everyday&#8221; Miva Merchant store owner with practical ways to improve the on-page optimization of the stores.
Miva Merchant SEO Tip #1
USE MIVA MERCHANT&#8217;S BUILT IN META CONTENT SYSTEM
I know that sounds incredibly stupid and [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" title="Miva Merchant SEO Tip 2" src="http://www.aarcmedia.com/_blogimages/seo.png" alt="" width="625" height="63" /></p>
<p>This is the first post in a series we&#8217;ll run called Miva Merchant SEO Tips.  The goal is to provide the &#8220;everyday&#8221; Miva Merchant store owner with practical ways to improve the on-page optimization of the stores.</p>
<p><strong>Miva Merchant SEO Tip #1</strong></p>
<p><strong>USE MIVA MERCHANT&#8217;S BUILT IN META CONTENT SYSTEM</strong></p>
<p>I know that sounds incredibly stupid and many of you are saying, &#8220;no duh&#8221;.  Despite that, I&#8217;m amazed on a daily basis with how many Miva admin&#8217;s I go into where the store owner hasn&#8217;t customized the &lt;meta description&gt; or &lt;meta keywords&gt; for any categories or products.</p>
<p><strong>Here&#8217;s how you do it.</strong></p>
<p>(1)  Click either Categories or Products in the left column of your admin.</p>
<p>(2)  Click the Edit button to the right of the Category or Product you would like to customize meta content for.</p>
<p>(3)  Once on the main edit screen, click the tab titled &#8220;META Tag Settings&#8221;.</p>
<p>(4)  Once on this screen, you&#8217;ll see there are two areas to enter data.  One is titled Keywords, the other is titled Description.</p>
<p>(5)  <strong>For the Keywords tag</strong>, only input a handful (5-10) keywords or keyword phrases that are relevant to that page.  NOTE that the &lt;meta keywords&gt; tag is ignored by Google, Yahoo and MSN, so don&#8217;t spend a lot of time here.  In many cases its enough to simply copy the product name and a couple additional terms that you think are relevant.  Also separate each entry by a comma and a space.   You also don&#8217;t need to repeat terms, once they&#8217;re listed once.  Example below:</p>
<p><strong>Terms I&#8217;m Targeting:</strong> Miva Merchant Design, Miva Merchant Hosting, Miva Merchant SEO</p>
<p><strong>What I would enter into the Keywrds text field:</strong><br />
Miva Merchant, Design, Hosting, SEO</p>
<p>(6)  <strong>For the Description tag</strong>, you want to include a relevant text description of the page, up to 180 characters.  It can be shorter or longer than 180 characters, but most SEO&#8217;s perfer that number because it seems to fit well with what Google, Yahoo &amp; MSN look for in a description.  THIS IS THE MOST IMPORTANT OF THE TWO META TAGS, SO THIS SHOULD BE CRAFTED CAREFULLY.  Once again, use keywords in the description, but your goal should make it sound readable.  Don&#8217;t just stuff it full of keywords and junk because it very well could end up in your search engine listing, and you want it to make sense.  Example below:</p>
<p><strong>Terms I&#8217;m Targeting:</strong> Miva Merchant Design, Miva Merchant Hosting, Miva Merchant SEO</p>
<p><strong>What I would enter into the Description text area:</strong><br />
This blog will help Miva Merchant store owners learn more about Miva Merchant Design, Miva Merchant 5.5 Hosting and Miva Merchant SEO.</p>
<p>Notice in that example I DID fully list out each keyword term I was targeting.  I did that because I felt like it, but also because it was RELEVANT, meaning that if someone searched for Miva Merchant 5.5 Hosting, this description if included with my search result, would catch the readers eye and would increase the chance they click on my listing.  Once again, that&#8217;s an example of doing what you should do to help your visitor, and not fool the search engine.</p>
<p>So if you have questions, or want some FREE advice, post a comment with a question and I will respond accordingly.  Note that only QUESTIONS or ADDITIONAL TIPS will be allowed as comments on these posts, as they are meant to be &#8220;slightly educational&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aarcmedia.com/miva-merchant-seo-tip-1-custom-meta-content/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
