<?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 Hosting Best Practices &#187; How To</title>
	<atom:link href="http://www.morditech.com/mivablog/category/how-to/feed" rel="self" type="application/rss+xml" />
	<link>http://www.morditech.com/mivablog</link>
	<description>Miva Hosting Blog by Morditech</description>
	<lastBuildDate>Tue, 22 Jun 2010 02:02:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Is a sale page flagged as duplicate content</title>
		<link>http://www.morditech.com/mivablog/seo/is-a-sale-page-flagged-as-duplicate-content.html</link>
		<comments>http://www.morditech.com/mivablog/seo/is-a-sale-page-flagged-as-duplicate-content.html#comments</comments>
		<pubDate>Mon, 03 May 2010 18:50:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Best Practices & Advice]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Seo & Miva Merchant]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.morditech.com/mivablog/?p=468</guid>
		<description><![CDATA[According to Google &#8216;Sale&#8217; pages which contain 1 or more duplicate products that you have in other categories will not be considered duplicate content. In this video Matt Cutts explains that the Google web crawlers are smart enough to recognize that the information on the sale page serves a different purpose than the original product [...]]]></description>
			<content:encoded><![CDATA[<p>According to Google &#8216;Sale&#8217; pages which contain 1 or more duplicate products that you have in other categories will not be considered duplicate content. In this video Matt Cutts explains that the Google web crawlers are smart enough to recognize that the information on the sale page serves a different purpose than the original product or category page as long as it is within reason.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="241" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/EhdxY2z-nF8&amp;hl=en_US&amp;fs=1&amp;" /><embed type="application/x-shockwave-flash" width="400" height="241" src="http://www.youtube.com/v/EhdxY2z-nF8&amp;hl=en_US&amp;fs=1&amp;"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.morditech.com/mivablog/seo/is-a-sale-page-flagged-as-duplicate-content.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redirect a Sub Domain: e.g. twitter.yourdomain.com to Your Twitter Page</title>
		<link>http://www.morditech.com/mivablog/how-to/redirect-a-sub-domain-e-g-twitter-yourdomain-com-to-your-twitter-page.html</link>
		<comments>http://www.morditech.com/mivablog/how-to/redirect-a-sub-domain-e-g-twitter-yourdomain-com-to-your-twitter-page.html#comments</comments>
		<pubDate>Wed, 14 Apr 2010 01:51:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.morditech.com/mivablog/?p=464</guid>
		<description><![CDATA[We have recently setup our sub domain http://twitter.morditech.com to go directly to our twitter page at http://twitter.com/morditech. There are many reasons you may or may not want to do this but we chose to do it becuase it is easier to tell people how to reach us on twitter if they are already familiar with [...]]]></description>
			<content:encoded><![CDATA[<p>We have recently setup our sub domain http://twitter.morditech.com to go directly to our twitter page at http://twitter.com/morditech. There are many reasons you may or may not want to do this but we chose to do it becuase it is easier to tell people how to reach us on twitter if they are already familiar with our website. it also gives us the ability later on to change the URL that http://twitter.morditech.com just in case we stop using twitter and want to redirect the traffic elsewhere.</p>
<p>This is how we did it in Plesk. In order for you to do this you will need the ability to create a sub domain, and use a .htaccess file.</p>
<ol>
<li>Create a sub domain. Any name that makes sense will do. We chose &#8216;twitter&#8217;. You may want to choose &#8216;follow&#8217; or &#8216;facebook&#8217; or whatever makes sense to you.</li>
<li>Create a file named .htaccess with the following directives and then upload it to the web root of your subdomain. BE CAREFUL TO MAKE SURE YOU DO NOT OVERWRITE AN EXISTING .htaccess FILE IF IT IS ALREADY THERE. If there is already a .htaccess file in the web root of your sub domain then you will want to append the following directies to it.
<ul>
<li>RewriteEngine on<br />
RewriteCond %{HTTP_HOST} ^twitter.morditech\.com$ [NC]<br />
RewriteRule ^(.*)$ http://twitter.com/morditech$1 [R=301,L]</li>
</ul>
</li>
<li>You will have to replace the appropriate information above with your information</li>
<li>Upload the file to your sub domain web root and test it. Make sure to test that your main domain name was not affected by this change and be careful that you uploaded the new .htaccess file to your sub domain web root and not your main domain&#8217;s web root.</li>
</ol>
<p>Good luck, have fun.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.morditech.com/mivablog/how-to/redirect-a-sub-domain-e-g-twitter-yourdomain-com-to-your-twitter-page.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Export ADS Image Extra Information to an Excel file</title>
		<link>http://www.morditech.com/mivablog/how-to/export-ads-image-extra-information-to-an-excel-file.html</link>
		<comments>http://www.morditech.com/mivablog/how-to/export-ads-image-extra-information-to-an-excel-file.html#comments</comments>
		<pubDate>Sun, 21 Feb 2010 23:45:24 +0000</pubDate>
		<dc:creator>Eric Mandell</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Miva Merchant Modules]]></category>
		<category><![CDATA[SQL Query]]></category>

		<guid isPermaLink="false">http://www.morditech.com/mivablog/?p=395</guid>
		<description><![CDATA[The Image Extra module by ADS does not come with a stock export utility so I have written instructions to export the Image Extra settings to a file using phpMyAdmin These instructions assume you have access to your Miva Merchant database via phpMyAdmin. Open phpMyAdmin and select your Miva Merchant database Select the ‘SQL’ tab [...]]]></description>
			<content:encoded><![CDATA[<p>The Image Extra module by ADS does not come with a stock export utility so I have written instructions to export the Image Extra settings to a file using phpMyAdmin</p>
<p>These instructions assume you have access to your Miva Merchant database via phpMyAdmin.</p>
<ol>
<li>Open phpMyAdmin and select your Miva Merchant database</li>
<li>Select the ‘SQL’ tab</li>
<li>Copy and paste the following text into the text area (If your store is not ‘s01’ then you should update the query to reflect the correct store). This query checks to see that there is information in the Image1 URL. If there is no data in that field then it will not export the data</li>
<p><code>SELECT *<br />
FROM s01_ADS_IEProdImgs,s01_Products<br />
WHERE s01_ADS_IEProdImgs.id = s01_Products.id<br />
and s01_ADS_IEProdImgs.img1 &gt; '0'</code></p>
<li>When the results are displayed scroll to the bottom and click ‘export’</li>
<li>If you use Excel then use the following settings:
<ul>
<li>CSV for MS Excel</li>
<li>Check ‘put field names in the first row</li>
<li>Check save as file</li>
<li>Click go</li>
<li>Save the file to your computer and you can then open it in MS Excel, edit it, then import it using the ADS Image Extra Import utility.</li>
</ul>
</li>
</ol>
<input id="gwProxy" type="hidden" />
<input id="jsProxy" onclick="jsCall();" type="hidden" />
]]></content:encoded>
			<wfw:commentRss>http://www.morditech.com/mivablog/how-to/export-ads-image-extra-information-to-an-excel-file.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Miva Merchant Referral Program pays 55 dollars plus bonuses</title>
		<link>http://www.morditech.com/mivablog/how-to/new-miva-merchant-referral-program-pays-55-dollars-plus-bonuses.html</link>
		<comments>http://www.morditech.com/mivablog/how-to/new-miva-merchant-referral-program-pays-55-dollars-plus-bonuses.html#comments</comments>
		<pubDate>Tue, 16 Feb 2010 11:04:45 +0000</pubDate>
		<dc:creator>Eric Mandell</dc:creator>
				<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://www.morditech.com/mivablog/?p=392</guid>
		<description><![CDATA[Affiliate Hosting Program Details Refer someone to us and we will give you the first month’s hosting fees as soon as that site goes live on our servers. We pay referral fees on all of our hosting accounts. Signing up is simple and free. If you are a web master, developer, or web designer then [...]]]></description>
			<content:encoded><![CDATA[<h2>Affiliate Hosting Program Details</h2>
<p>Refer someone to us and we will give you the first month’s hosting fees as soon as that site goes live on our servers. We pay referral fees on all of our hosting accounts. Signing up is simple and free.</p>
<p>If you are a web master, developer, or web designer then this is a great way to make extra money. Morditech’s hosting services are fast, secure, and reliable so you can rest assure that the clients you refer will be very happy with the service they receive here. At your request we can even transfer the website files for you and place them all under the same PLESK control panel login.</p>
<p><a href="https://www.morditech.com/affiliate-hosting.php">Use this secure application form to apply</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.morditech.com/mivablog/how-to/new-miva-merchant-referral-program-pays-55-dollars-plus-bonuses.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PCI Compliance Scans Are Flagging Non-compliant Versions Of Miva Merchant</title>
		<link>http://www.morditech.com/mivablog/how-to/miva-merchant-admin/pci-compliance-scans-are-flagging-non-compliant-versions-of-miva-merchant.html</link>
		<comments>http://www.morditech.com/mivablog/how-to/miva-merchant-admin/pci-compliance-scans-are-flagging-non-compliant-versions-of-miva-merchant.html#comments</comments>
		<pubDate>Fri, 29 Jan 2010 17:08:39 +0000</pubDate>
		<dc:creator>Eric Mandell</dc:creator>
				<category><![CDATA[Miva Merchant Admin]]></category>
		<category><![CDATA[PCI Compliance]]></category>

		<guid isPermaLink="false">http://www.morditech.com/mivablog/?p=380</guid>
		<description><![CDATA[Up until now it seems that even non PCI Compliant versions of Miva Merchant were not getting flagged by some PCI Compliance scannig agencies such as SecurityMetrics. We came across a site that was being flagged as having &#8216;Possible blind sql injection&#8217; and it was followed by a bunch links to the merchant Miva Merchant [...]]]></description>
			<content:encoded><![CDATA[<p>Up until now it seems that even non PCI Compliant versions of Miva Merchant were not getting flagged by some PCI Compliance scannig agencies such as SecurityMetrics. We came across a site that was being flagged as having &#8216;Possible blind sql injection&#8217; and it was followed by a bunch links to the merchant Miva Merchant store.  Often times the PCI Compliance scanners do raise false positives and in fact this is one of those times but  simply running the latest streaming update from Miva within the Miva Merchant admin allowed this site to pass the scan. Your other option is to contact your PCI scanning company and alert them that this is a false positive and hopefully they comply. You should check with a Miva specialist to make sure the streaming updates will not conflict with any modules or customization that have been made to your store. It is also good practice to check that your additional modules are updated to the latest versions as well.</p>
<p><strong>ALERT:</strong> Security Metrics PCI Compliance Scanning is now picking up on non-compliant versions of Miva Merchant.</p>
<p><strong>SOLUTION: </strong>Stream the latest Miva Merchant updates from the Miva Admin (If it has been a while since the last time you ran the updates and your store is customized you may want to check with your web master or Miva Specialist before running the updates).</p>
<p><strong>Problem Summary per Security Metrics: </strong><br />
Possible blind sql injection on http://www.domain.com/Merchant2/merchant.mvc?Category_Code=100&amp;Current_Product_Code=&amp;Store_Code=NTFL&amp;Screen=OINF&amp;Offset=&amp;Attributes=Yes&amp;%3FAction=ADPR style=&#8221;display: none;&#8221;&gt; wp &#8211;bsql &#8220;http://www.domain.com/Merchant2/merchant.mvc?Category_Code=100&amp;Current_Product_Code=&amp;Store_Code=NTFL&amp;Screen=OINF&amp;Offset=&amp;Attributes=Yes&amp;%3FAction=ADPR&#8221; &#8220;http://www.domain.com/Merchant2/merchant.mvc?Category_Code=100&amp;Current_Product_Code=&amp;Store_Code=NTFL&amp;Screen=OINF+and+1%3D1&amp;Offset=&amp;Attributes=Yes&amp;%3FAction=ADPR&#8221; &#8220;http://www.domain.com/Merchant2/merchant.mvc?Category_Code=100&amp;Current_Product_Code=&amp;Store_Code=NTFL&amp;Screen=OINF+and+1%3D0&amp;Offset=&amp;Attributes=Yes&amp;%3FAction=ADPR&#8221; POST cat &lt;&lt;EOF &gt; bsql.sh curl -L -d &#8220;Category_Code=100&amp;Current_Product_Code=&amp;Store_Code=NTFL&amp;Screen=OINF&amp;Offset=&amp;Attributes=Yes&amp;%3FAction=ADPR&#8221; &#8220;http://www.domain.com/Merchant2/merchant</p>
<input id="gwProxy" type="hidden" />
<input id="jsProxy" onclick="jsCall();" type="hidden" />
<input id="gwProxy" type="hidden" />
<input id="jsProxy" onclick="jsCall();" type="hidden" />
<input id="gwProxy" type="hidden" />
<input id="jsProxy" onclick="jsCall();" type="hidden" />
]]></content:encoded>
			<wfw:commentRss>http://www.morditech.com/mivablog/how-to/miva-merchant-admin/pci-compliance-scans-are-flagging-non-compliant-versions-of-miva-merchant.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Read the official Google SEO starter guide</title>
		<link>http://www.morditech.com/mivablog/how-to/read-the-official-google-seo-starter-guide.html</link>
		<comments>http://www.morditech.com/mivablog/how-to/read-the-official-google-seo-starter-guide.html#comments</comments>
		<pubDate>Fri, 22 Jan 2010 23:19:26 +0000</pubDate>
		<dc:creator>Eric Mandell</dc:creator>
				<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://www.morditech.com/mivablog/?p=376</guid>
		<description><![CDATA[Google has a downloadable PDF titled ‘Google’s SEO Starter Guide’. It explains many of the basics and fundamentals that every website owner, web developer, and web designer should know. This is the official Google SEO starter guide by Google and not some SEO firm that claims to have the magic bullet. Download it print it, [...]]]></description>
			<content:encoded><![CDATA[<p>Google has a downloadable PDF titled ‘Google’s SEO Starter Guide’. It explains many of the basics and fundamentals that every website owner, web developer, and web designer should know. This is the official Google SEO starter guide by Google and not some SEO firm that claims to have the magic bullet.<br />
Download it print it, grab a cup of coffee sit in a nice comfy chair and read away and of course make sure you apply these principles to your Miva Merchant Store.<br />
<a href="http://www.google.com/webmasters/docs/search-engine-optimization-starter-guide.pdf">Google SEO Starter Guide PDF Download</a><br />
In case you would like to read this in another language use this link <a href="http://googlewebmastercentral.blogspot.com/2008/11/googles-seo-starter-guide.html">Google SEO Starter Guide in other languages</a></p>
<input id="gwProxy" type="hidden" />
<input id="jsProxy" onclick="jsCall();" type="hidden" />
]]></content:encoded>
			<wfw:commentRss>http://www.morditech.com/mivablog/how-to/read-the-official-google-seo-starter-guide.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Support Disaster Relief in Haiti</title>
		<link>http://www.morditech.com/mivablog/how-to/support-disaster-relief-in-haiti.html</link>
		<comments>http://www.morditech.com/mivablog/how-to/support-disaster-relief-in-haiti.html#comments</comments>
		<pubDate>Thu, 14 Jan 2010 20:19:56 +0000</pubDate>
		<dc:creator>Eric Mandell</dc:creator>
				<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://www.morditech.com/mivablog/?p=373</guid>
		<description><![CDATA[On January 12, a 7.0 magnitude earthquake struck Haiti. Join recovery efforts mobilizing around the world to assist earthquake victims. Your donation will help disaster victims survive, and rebuild their lives and their communities. With this link you can donate money to appropriate organizations specifically for &#8220;Haiti Disaster Relief&#8221; Google is also donating $1 million [...]]]></description>
			<content:encoded><![CDATA[<p>On January 12, a 7.0 magnitude earthquake struck Haiti. Join recovery efforts mobilizing around the world to assist earthquake victims. Your donation will help disaster victims survive, and rebuild their lives and their communities. <a href="http://www.google.com/relief/haitiearthquake/">With this link you can donate money to appropriate organizations specifically for &#8220;Haiti Disaster Relief&#8221; Google is also donating $1 million to help organizations provide relief</a>.</p>
<p><a href="http://www.cnn.com/2010/LIVING/01/13/haiti.earthquake.how.to.help/">This link on CNN gives you a list of organizations that you can send donations to or volunteer</a>.</p>
<p>Please be kind and compassionate to your fellow human beings. This money will go to prevent people from dying RIGHT NOW from simple infections and other preventable causes.</p>
<input id="gwProxy" type="hidden" />
<input id="jsProxy" onclick="jsCall();" type="hidden" />
]]></content:encoded>
			<wfw:commentRss>http://www.morditech.com/mivablog/how-to/support-disaster-relief-in-haiti.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make Your Miva Merchant Store Extremely SEO Friendly</title>
		<link>http://www.morditech.com/mivablog/how-to/make-your-miva-merchant-store-extremely-seo-friendly.html</link>
		<comments>http://www.morditech.com/mivablog/how-to/make-your-miva-merchant-store-extremely-seo-friendly.html#comments</comments>
		<pubDate>Tue, 05 Jan 2010 06:07:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Best Practices & Advice]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Miva Merchant Admin]]></category>
		<category><![CDATA[Seo & Miva Merchant]]></category>

		<guid isPermaLink="false">http://www.morditech.com/mivablog/?p=212</guid>
		<description><![CDATA[Check out our Miva Merchant SEO Tune Up on Sale for $399 &#8211; Let Morditech Make your Miva Merchant SEO Friendly Finally, there is a list of SEO recommendations to implement on your Miva Merchant store to make it more appealing to search engines when they crawl your site. Miva Merchant is not completely search [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Miva Merchant SEO Tune Up by Morditech" href="http://www.morditech.com/miva-seo-tuneup.php"><em><strong>Check out our Miva Merchant SEO Tune Up on Sale for $399 &#8211; Let Morditech Make your Miva Merchant SEO Friendly</strong></em></a></p>
<p>Finally, there is a list of SEO recommendations to implement on your Miva Merchant store to make it more appealing to search engines when they crawl your site. Miva Merchant is not completely search engine ready straight out of the box. The Miva Merchant SEO recommendations made here are my opinions based on 10 years of experience working with hundreds of Miva Merchant stores. There is no guarantee that implementing these changes on your site will get you top search engine listings because that is mostly dependant on you and  your content and of course your competitors but I will guarantee that using these techniques will get you better search engine rankings than you have now.<span id="more-212"></span></p>
<p>Many of the recommendations that I suggest implementing are beyond the standard level Miva Merchant administrator’s level of expertise. If you would like to hire Morditech to make these changes for you we offer two services a ‘Miva Merchant SEO tune-up’ and a ‘Miva Merchant SEO Overhaul’. Contact us at <a href="mailto:eric@morditech.com">eric@morditech.com</a> or call 508-743-7758 for more information.</p>
<ul>
<li>Clean Design Code – The code search engines have to sift through to get to read your content the better. The Ideal way have less source code is by using CSS whenever possible. Using tables and standard html in your code is ok but you have to make sure it is formatted properly and all of your syntax is correct. There is software that crawl your pages and validate your code.</li>
<li>Title Tags – Generally the first content on a page that search engines read is your title tag. It is important that your title tag is relevant to the particular page that the search engine is crawling. Make sure your title tag is what people will type to find this page when they do a search but do not overdo it because this is also the heading searchers will see when the result is displayed in a search engine. Just put in one or two keywords or just one key phrase and make it attractive to the searchers so they will click on it. If you stuff it with keywords then it will probably just look like spam to an Internet searcher. It may be a good idea to have your company name in your homepage title but it is not necessary to have your company name on every page of your Miva Merchant store. My recommendation is to remove the store name from your category and product pages leaving just the name of your product or category assuming that your product or category name is your optimal keyword. If you do not want to use your product or category names for the title then I suggest creating a custom category or product field and using that for the title. You could use conditionals that dynamically determine if the title tag should use the product name or your custom field. If you have additional information pages in Miva Merchant then I suggest changing your titles to reflect the best keywords for that page as well.</li>
<li>Description Meta Tag – The description Meta tag is primarily displayed in search engine result listings below the title. The description has little to no affect on the actual search rankings but it plays one of the most important roles in getting click throughs to your site from search engines. Think of it as your sales pitch to get people in the front door. It should summarize the page and be grammatically correct and attractive. You have to make sure your Meta description supports your title tag and is relevant to the specific page that it is on. Your description should make searchers want to click on your link because it is exactly what the searcher is looking for. Even of your pages show up number one in search engines it is useless if no one clicks through to your site. Think about the search engine results you click on. Whatever it is that makes them attractive to you probably makes them attractive to other searchers as well. Use common sense.</li>
<li>Keyword Meta Tag – Meta Keywords are important because they give the search engine an idea of what the content of your page is about and again make sure your keywords include what you think users will type in search engines to find this page. Miva Merchant lets you specify your Meta keywords per individual product and category. Optionally you can dynamically place your product and/or category name in the keyword list. I do recommend making sure whatever you use in your title tag is included in your keyword list. If you feel like you have to stuff your keywords someplace then this is probably the place to do it but I would not overdo it because search engines may not find the keywords specific enough.</li>
<li>H1 Tags – You must put H1 tags around the category name on the category list page and around the product name on the product detail page. No exceptions. This one change alone should improve your search engine rankings. You should always have an H1 tag on every page. I highly recommend matching your H1 tag with your title tag and include it in your meta tag keyword list. If you use your product and category names for your title tags and you display the category and product pages within H1 tags then you will be in very good shape.</li>
<li>Product and Category Names – Make sure to give your products and categories names that your potential customers will be interested in. And make sure the product or category name includes the main keyword or key phrase that you expect people will type in search engines to find it. Again, you should use common sense when naming your products and categories. The names should be short and sweet but you should also try to be unique. You may have to embellish the product name or category to make it stand out from other ecommerce websites that carry this same product.</li>
<li>Product Descriptions – Your product description is going to be where most of your product page content is located. The absolute most important thing when optimizing your Miva Merchant store for search engines is original content and lots of it. This is another place where you really need to use common sense. The reason people use search engines is to find the specific information they are looking for so the more information you have on the page that is relevant the better. You should not stuff the content with keywords however because search engines will recognize that and penalize you for it, however you should you’re your keywords or key phrases in it. I recommend putting your keywords or key phrases in approximately once or twice per paragraph. Your descriptions should be informative about the product and it should be as specific as possible with as much detail as possible. The more specific and unique the content the more likely search engines will be to display your page results. If you sell products that come with stock descriptions that everyone else uses on their websites then I recommend changing, rearranging and embellishing the descriptions. Make the descriptions better and add value. Use your own words.</li>
<li>Product Images – Make sure your product images have alt tags on them. Since search engines cannot recognize what is in an image alt tags help search engines understand what is in the image. I recommend using the product or category name as the alt tag for an image. You can do that dynamically within the pages templates. You should put in a title tag for that image as well. This may not have much of an effect on search engine ranking but it does help anyone using a screen know what the image is. Something else should do If possible is make the actual image names descriptive. Always use dashes when separating words in a file name, never use spaces, underscores, or any other characters. Aside from search engine rankings you should always have nice clear images of your products and categories whenever possible. There are studies that show customers are more likely to buy when a product image is attractive.</li>
<li>Product and Category Headers – The category header area is a great place to put the description of your categories since there is no actual ‘category description’ field in Miva Merchant. Remember, the more information that is relevant and unique on a page the more likely it is that it will show up in search results. If you have an image for the category then you should put that in the ‘category title’ area of the category page template. It is not absolutely necessary to put in product headers because there is already a specific area to put your product description in. If you have notes or additional information about the product then you may want to put that in the product header.</li>
<li>Short links – I strongly recommend updating your category and product links within the entire store to utilize short links with keyword pointers. This will put your keywords in the URL for each product and category as well as make the links to the categories and products easier to remember and navigate for the user. Some search engines have trouble reading long URL’s with characters in them like the standard Miva Merchant category and product links.</li>
<li>WWW – redirect domain.com to <a href="http://www.domain.com/">www.domain.com</a> or vice versa.</li>
</ul>
<p>The point of doing this is so that search engines only crawl your site with www or only without. Search engines will see your domain with and without the W’s as two different domain names. You can accomplish this with an .htaccess file.</p>
<ul>
<li>Canonical links – Canonical links are a great way to avoid duplicate content complications within your site. There are sometimes several different ways of getting to the same link within a Miva Merchant store especially if you have implemented short links and/or other rewrite rules for the site. Canonical links allow you to specify which links should be recognized by Google and other search engines as the master content page so all ‘Google Juice’ is given to the appropriate page instead of splitting the credit for the content between multiple pages within the same site. There is a way to setup canonical links dynamically on your product and category pages.</li>
<li>Google Sitemap – Google really likes it when you give them a sitemap of your entire domain. Even brand new sites are usually crawled within a couple of days after submitting a Google sitemap.  You should create a Google webmaster account, create a site and add a sitemap to it. It is extra easy and it is free. There are tons of other great tools within the Google webmaster area that can help you as well. Explore it.</li>
<li>Google Base – Google Base is the product search for Google. This is a free product listing directory that Google offers to ecommerce stores. This gives you free direct traffic to specific products directly from a Google product search. There are Miva Merchant modules that will export the products for you in a format suitable to feed into Google Base. Generally the more time and effort you put into creating your export feeds the better the results you will get from Google Base. This is a spectacular offering by Google that most merchants do not know about or just do not use. The search results for Base are independent and complete based on the product information you provide to Google. Everyone is on a level playing ground in Base. Make your feeds as detailed and specific as possible and you will see results almost immediately.</li>
<li>Start a blog – Google admits that blogs are crawled more frequently and quicker than standard commercial websites. As a matter of fact the same day that I wrote my first article for this blog I submitted the URL to Google and it was crawled by Google and was result number one for the search ‘miva merchant best practices’ amongst other searches. If you do not already have a blog start one. I recommend using WordPress because it is very SEO friendly straight out of the box, it is free, and it has more third party plug-ins than I could possible list. WordPress is easy to install and I know most hosting control panels allow you to install it instantly. Put in articles relating to your products like tips and tricks or frequently asked questions then put links to your products from the articles. That has a way of working out nicely with search engines.</li>
<li>Google Domain Submission &#8211; If you just registered a domain name and it has not been crawled by Google then you should register your domain name with Google at this link <a href="http://www.google.com/addurl.html">http://www.google.com/addurl.html</a></li>
</ul>
<p>The Miva Merchant SEO tune-up® is a service that we offer to store owners that will make your Miva Merchant store more desirable to search engines. We customize your Miva Merchant page templates using Miva’s Store Morph Technology. This one time service insures that your storefront, products, and categories are SEO ready by addressing and applying the following.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.morditech.com/mivablog/how-to/make-your-miva-merchant-store-extremely-seo-friendly.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add a Miva Search box to any miva page</title>
		<link>http://www.morditech.com/mivablog/how-to/add-a-search-box-to-any-miva-page.html</link>
		<comments>http://www.morditech.com/mivablog/how-to/add-a-search-box-to-any-miva-page.html#comments</comments>
		<pubDate>Mon, 04 Jan 2010 05:57:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://www.morditech.com/mivablog/?p=240</guid>
		<description><![CDATA[You can add a search box to virtually any page in Miva Merchant and it is very easy to do. You will have to have a little knowledge of Miva page templates and a teensy bit of html. Here are the instructions: Figure out where you want to add the search box Log into your [...]]]></description>
			<content:encoded><![CDATA[<p>You can add a search box to virtually any page in Miva Merchant and it is very easy to do. You will have to have a little knowledge of Miva<br />
page templates and a teensy bit of html.<br />
Here are the instructions:</p>
<ol>
<li>Figure out where you want to add the search box</li>
<li>Log into your Miva Admin</li>
<li>Find and edit the appropriate page or section of Miva that you want to add the search feature</li>
<li>Add the following code but make sure you do not add this code within a different form:<br />
&lt;form method=&#8221;post&#8221; action=&#8221;&amp;mvt:global:sessionurl;&#8221;&gt;<br />
&lt;input type=&#8221;hidden&#8221; name=&#8221;Store_Code&#8221;     value=&#8221;&amp;mvte:store:code;&#8221;&gt;<br />
&lt;input type=&#8221;hidden&#8221; name=&#8221;Screen&#8221;         value=&#8221;SRCH&#8221;&gt;<br />
&lt;input type=&#8221;text&#8221; name=&#8221;Search&#8221; size=&#8221;40&#8243; value=&#8221;Search Our Products&#8221;&gt;<br />
&lt;input name=&#8221;" type=&#8221;button&#8221; value=&#8221;Search&#8221; /&gt;<br />
&lt;/form&gt;</li>
<li>You can customize the button value and the search field value to your personal preferences</li>
</ol>
<p><span style="color: #800000;"><strong><a href="http://www.morditech.com/mivablog/contests/contest-for-1-year-of-free-miva-merchant-hosting-no-purchase-required.html" style="color:#900;">Enter to win a Free Year of all inclusive Miva Merchant Web hosting with morditech here</a></strong></span></p>
<input id="gwProxy" type="hidden" />
<input id="jsProxy" onclick="jsCall();" type="hidden" />
<input id="gwProxy" type="hidden" />
<input id="jsProxy" onclick="jsCall();" type="hidden" />
<input id="gwProxy" type="hidden" />
<input id="jsProxy" onclick="jsCall();" type="hidden" />
]]></content:encoded>
			<wfw:commentRss>http://www.morditech.com/mivablog/how-to/add-a-search-box-to-any-miva-page.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2010 New Year Miva Merchant Promotion $12.95 a month Hosting</title>
		<link>http://www.morditech.com/mivablog/how-to/2010-new-year-miva-merchant-promotion-12-95-a-month-hosting.html</link>
		<comments>http://www.morditech.com/mivablog/how-to/2010-new-year-miva-merchant-promotion-12-95-a-month-hosting.html#comments</comments>
		<pubDate>Mon, 28 Dec 2009 19:24:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://www.morditech.com/mivablog/?p=312</guid>
		<description><![CDATA[Now is the time to move your store to a different Miva Merchant web host! Start off the New Year by saving your company some serious money! We are offering Miva Merchant store owners 3 months of Miva Merchant hosting at $12.95 each if they allow us to move their store to Morditech. After that [...]]]></description>
			<content:encoded><![CDATA[<p>Now is the time to move your store to a different Miva Merchant web host!</p>
<p>Start off the New Year by saving your company some serious money!<br />
We are offering Miva Merchant store owners 3 months of Miva Merchant hosting at $12.95 each if they allow us to move their store to Morditech. After that the price will be 10% less than our standard rates. You get everything you have now except more of it. Our hosting packages offer more disk space and bandwidth usage than your current web host.</p>
<p>This promotion is valid on new stores and multiple store transfers as well.<br />
There are no setup fees or any other hidden charges. We bill quarterly or annually based on your personal preferences. When you pay annually you get an additional 10% off and we include a private business SSL certificate.<br />
To summarize you only pay $12.95 a month for the first three months. Then you get 10% off of the standard price for the rest of the time you are with Morditech plus we will include and install a private SSL certificate.</p>
<p>Our transfers are hassle free and seamless. We move your store, files, email, databases etc. for you so you do not have to worry about anything and the transfer is seamless. Your customers will not even know anything changed. There are no hidden fees, extra charges.</p>
<p>To find out more information or to sign up for the transfer please click the following link, email us or give us a call.</p>
<p>This account requires 12 month minimum contract.</p>
<p><a style="text-decoration: none;" href="http://www.morditech.com/hosting/merchant-silver.html"><img class="aligncenter size-full wp-image-300" style="text-decoration: underline;" title="button-small-order-now" src="http://www.morditech.com/mivablog/wp-content/uploads/2009/12/button-small-order-now.png" alt="button-small-order-now" width="101" height="17" /></a></p>
<input id="gwProxy" type="hidden" />
<input id="jsProxy" onclick="jsCall();" type="hidden" />
<input id="gwProxy" type="hidden" />
<input id="jsProxy" onclick="jsCall();" type="hidden" />
<input id="gwProxy" type="hidden" />
<input id="jsProxy" onclick="jsCall();" type="hidden" />
]]></content:encoded>
			<wfw:commentRss>http://www.morditech.com/mivablog/how-to/2010-new-year-miva-merchant-promotion-12-95-a-month-hosting.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
