<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>google-base &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/google-base/</link>
	<description>Feed of posts on WordPress.com tagged "google-base"</description>
	<pubDate>Wed, 25 Nov 2009 19:40:51 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[Product Comparison Shopping Engines Study: goals, recommendations &amp; opportunities to boost revenues by 16 percents]]></title>
<link>http://dejardins.com/2009/11/24/comparison-shopping-engines-study-goals-recommendations-opportunities-to-boost-revenues-by-16-percents/</link>
<pubDate>Tue, 24 Nov 2009 16:25:46 +0000</pubDate>
<dc:creator>Matthieu Dejardins</dc:creator>
<guid>http://dejardins.com/2009/11/24/comparison-shopping-engines-study-goals-recommendations-opportunities-to-boost-revenues-by-16-percents/</guid>
<description><![CDATA[In the US, 25% of internet audience (50 millions) passes through a shopping engine. Close to 75 % of]]></description>
<content:encoded><![CDATA[In the US, 25% of internet audience (50 millions) passes through a shopping engine. Close to 75 % of]]></content:encoded>
</item>
<item>
<title><![CDATA[Add a Store Catalog XML Sitemap to the Shopp Plugin]]></title>
<link>http://seodenver.com/2009/10/01/add-store-sitemap-shopp-plugin/</link>
<pubDate>Thu, 01 Oct 2009 21:19:28 +0000</pubDate>
<dc:creator>Zack Katz</dc:creator>
<guid>http://seodenver.com/2009/10/01/add-store-sitemap-shopp-plugin/</guid>
<description><![CDATA[The Shopp default RSS/XML/Google Base solution was not enough. I needed to have a Google Base feed t]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><h3>The Shopp default RSS/XML/Google Base solution was not enough.</h3>
<p><img class="alignright size-medium wp-image-1090" title="RSS Feed, BABY!" src="http://www.seodenver.com/wp-content/uploads/2009/10/1082770_60147230-300x180.jpg" alt="RSS Feed, BABY!" width="300" height="235" /></p>
<p>I needed to have a Google Base feed that featured all the store products. For some reason, the <a href="http://docs.shopplugin.net/Setting_Up_Google_Base">recommended process</a> wasn&#8217;t working for me. It was either showing only recent products, or it wasn&#8217;t working at all.  Here&#8217;s how I fixed it:<!--more--></p>
<h3>This code will show you the way to full indexing. Trust it. Feel it.</h3>
<p>Add the following code before <code>case "newproducts-rss":</code> (near line 1295) in Shopp.php:</p>
<pre>// This adds sitemap functionality for all products
case "catalog-rss":
	$CatalogProducts = new CatalogProducts(array('show' =&#62; 50000));
	header("Content-type: application/rss+xml; charset=utf-8");
	echo shopp_rss($CatalogProducts-&#62;rss());
	exit();
	break;
</pre>
<p>Once you add that, you will be able to see a RSS feed of your entire catalog by visiting <code><em>yoursite.com/your-shop-location</em>/index.php?shopp_lookup=catalog-rss</code></p>
<p>If the RSS feed is empty, try commenting out (add <code>//</code> before it) the following code near line 484 in <code>/core/model/Category.php</code>: <code>$item = apply_filters('shopp_rss_item',$entry,$product);</code></p>
<p>Hope this helps!</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Importierte Google Base Feeds überprüfen]]></title>
<link>http://blog.pruessmann.org/2009/08/18/importierte-google-base-feeds-ueberpruefen/</link>
<pubDate>Tue, 18 Aug 2009 18:32:13 +0000</pubDate>
<dc:creator>Boris Prüßmann</dc:creator>
<guid>http://blog.pruessmann.org/2009/08/18/importierte-google-base-feeds-ueberpruefen/</guid>
<description><![CDATA[Bis man es geschafft hat eine Feed Datei zu erzeugen, die Google Base ohne wenn und aber akzeptiert,]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Bis man es geschafft hat eine Feed Datei zu erzeugen, die Google Base ohne wenn und aber akzeptiert, vergeht meist eine ganz erhebliche Zeit. Aber nur weil Google Base jetzt endlich die Artikel eingelesen hat, heißt das noch lange nicht, dass die Daten auch wirklich optimal aufbereitet sind. Das gilt insbesondere im deutschsprachigen Raum, wo Google sich ja überlegt hat, die <a href="http://googlebase-de.blogspot.com/2008/03/daten-feeds-mit-englischen-attributen_12.html">relevanten Datenstrukturen ins Deutsche zu übersetzen</a>.</p>
<p><!--more-->
<p>Glücklicherweise liefert Google Base dann doch noch ein passendes Werkzeug, auch wenn es eher versteckt ist und bei einem automatischen Import selten zum EInsatz kommt. Verborgen ist dieses &#8216;Juwel&#8217; sowohl auf der Seite &#8220;Aktive Artikel&#8221; als auch auf der Seite &#8220;Inaktive Artikel&#8221;, versteckt hinter dem Punkt &#8220;Bearbeiten&#8230;&#8221;. Wechselt man hier auf die &#8220;Artikel bearbeiten&#8221; Seite, so zeigt einem Google Base den jeweiligen Artikel an.</p>
<p>Dabei heißt es jetzt genau hinzuschauen: Felder die von Google Base bei Import als &#8220;bekannte Attribute&#8221; erkannt wurden, werden unveränderlich angezeigt. Felder bei denen man den Namen in der Maske verändern kann wurden von Google Base als &#8220;Custom Attribute&#8221;, also als vom Benutzer beliebig zu definierendes Attribut erkannt. Es ist wohl selbstredend, dass solche Felder in der Relevanz hinter den &#8220;bekannten Attributen&#8221; zurückstehen.</p>
<p>Als Beispiel soll hier das früher verwendete Attribut &#8216;description&#8217; dienen, welches ja heute &#8216;g:beschreibung&#8217; heißt. Sollte die Maske ein Eingabefeld mit dem Text &#8220;description&#8221; enthalten, so ist diese Attribut z.B. nicht optimal exportiert, denn die Beschreibung sollte eigentlich unter &#8220;Beschreibung&#8221; erscheinen.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Google Base Seltsamkeiten...]]></title>
<link>http://blog.pruessmann.org/2009/08/18/google-base-seltsamkeiten/</link>
<pubDate>Tue, 18 Aug 2009 11:07:11 +0000</pubDate>
<dc:creator>Boris Prüßmann</dc:creator>
<guid>http://blog.pruessmann.org/2009/08/18/google-base-seltsamkeiten/</guid>
<description><![CDATA[Die meisten Leute machen sich sicherlich keine Gedanken darüber, woher die Daten kommen, wenn ihnen ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Die meisten Leute machen sich sicherlich keine Gedanken darüber, woher die Daten kommen, wenn ihnen bei einer Google-Suche auch Produkte mit dazugehörigen Preisen angeboten werden. Die Antwort darauf heißt Google Base. Nun scheinen die Entwickler von Google Base jedoch ein etwas seltsames Völkchen zu sein, wie wäre sonst folgendes zu erklären?</p>
<p><!--more-->Google Base ist ein Produkt das weltweit Betreibern von eCommerce Systemen zur Verfügung steht. Als Schnittstelle dient ein Datei-basierter Datenabgleich der entweder CSV Dateien oder eben auch RSS-basierte XML Dateien erwartet. Nun haben sich die Jungs von Google gerade bei letzterem etwas sehr Interessants ausgedacht: sie haben die XML Tags lokalisiert, d.h. XML Elemente die im englischen Original noch &#60;g:price&#62; heissen müssen für einen deutschen Shop auf &#60;g:preis&#62; geändert werden. Das erschwert nicht nur die Entwickling von Modulen die überall eingesetzt werden können, es scheint auch die Google Entwickler etwas zu verwirren. Schließlich definiert das RSS Format bereits einige Elemente, diese jedoch auf Englisch. Ein entsprechnder Block für einen Artikel sah also bis vor kurzem so aus:</p>
<pre>&#60;item&#62;
    &#60;id&#62;123&#60;/id&#62;
    &#60;title&#62;Mein Arikel&#60;/title&#62;
    &#60;g:preis&#62;1.95&#60;/g:preis&#62;
&#60;/item&#62;</pre>
<p>Seit rund zwei Wochen funktioniert das so jedoch nicht mehr, der Import solcher Dateien schlug einfach fehl und Google hüllte sich in Schweigen. Zum Glück wurde aber mittlerweile herausgefunden, wie man das Problem lösen kann. Ich denke der Mitstreiter aus dem <a href="http://groups.google.de/group/DE-Daten/browse_thread/thread/ab755ecd42c266eb/9d9a3d69e334a61e#9d9a3d69e334a61e">Google Base Forum</a> hat sicherlich einige Zeit gebraucht um die folgende Lösung des Problems zu finden:</p>
<pre>&#60;item&#62;
    &#60;id&#62;123&#60;/id&#62;
    &#60;title&#62;Mein Arikel&#60;/title&#62;
    &#60;c:titel&#62;Mein Arikel&#60;/c:titel&#62;
    &#60;g:preis&#62;1.95&#60;/g:preis&#62;
&#60;/item&#62;</pre>
<p>Der Trick ist das Hinzufügen von &#60;c:titel&#62;, also der deutschsprachigen Variante des Titels. Bei dem &#8220;c&#8221; Namespace handelt es sich eigentlich um den Namespace für &#8220;Custom Attribute&#8221;, also solche Felder die vom Betreiber der eCommerce Seite definiert werden können. Mir scheint als wäre das Einlesen der Daten auf Google Base somit a) nicht Namespace fähig und b) erschreckend wenig robust und ungetestet.</p>
<p><strong>Moral von der Geschichte:</strong> Lokalisierung von Datenformat ist mindestens genauso unsinnig wie der Übersetzung von Programmiersprachen.</p>
<p><em>(Update: Ein paar weitere Tipps gibt es noch in meinem Post </em><a title="Importierte Google Base Feeds überprüfen" href="http://blog.pruessmann.org/2009/08/18/importierte-google-base-feeds-ueberpruefen/" target="_self"><em>&#8220;Importierte Google Base Feeds überprüfen&#8221;</em></a><em>)</em></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Should it be Property Portals or... Agents beware?]]></title>
<link>http://housingdabble.wordpress.com/2009/07/27/should-it-be-property-portals-or-agents-beware/</link>
<pubDate>Mon, 27 Jul 2009 16:28:35 +0000</pubDate>
<dc:creator>housingdabble</dc:creator>
<guid>http://housingdabble.wordpress.com/2009/07/27/should-it-be-property-portals-or-agents-beware/</guid>
<description><![CDATA[I&#8217;ve posted before about the new google property map search and I still find this new developm]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>I&#8217;ve posted before about the new <a href="http://housingdabble.wordpress.com/2009/07/06/have-you-done-a-google-search-for-property/">google property map search</a> and I still find this new development very exciting</p>
<p>however&#8230; I also have some concerns for agents if it takes off</p>
<p>Despite some agents dislike for payments to property portals, there is one problem they do keep at bay. In the UK we have significantly less private sellers than other countries, largely down to the fact that the major portals that provide the best route to market when selling your home, do not allow private sellers to upload their properties (In other countries they do).</p>
<p>So if agents were to jump on the ‘google bus’ and begin to give power to its listing mechanism and its searching power, is it possible they will be building another beast that cannot be tamed? Google will not stop private sellers from listing on their maps function as they have no concern over what data is on their site, so long as it generates searches.</p>
<p>Perhaps Agents and Property Portals have a shared challenge here and should work together to find ways of ensuring that the best routes to market stay restricted to the professionals.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Google Base and Google Local Business Centre]]></title>
<link>http://spiderwebsites.com.au/2009/07/10/google-base-and-google-local-business-centre/</link>
<pubDate>Fri, 10 Jul 2009 04:32:12 +0000</pubDate>
<dc:creator>Julie McLoughlin</dc:creator>
<guid>http://spiderwebsites.com.au/2009/07/10/google-base-and-google-local-business-centre/</guid>
<description><![CDATA[Google local business centre is fantastic and free. You can add your websites and lots of informatio]]></description>
<content:encoded><![CDATA[Google local business centre is fantastic and free. You can add your websites and lots of informatio]]></content:encoded>
</item>
<item>
<title><![CDATA[Have you tried a Google search for property?]]></title>
<link>http://housingdabble.wordpress.com/2009/07/06/have-you-done-a-google-search-for-property/</link>
<pubDate>Mon, 06 Jul 2009 15:01:28 +0000</pubDate>
<dc:creator>housingdabble</dc:creator>
<guid>http://housingdabble.wordpress.com/2009/07/06/have-you-done-a-google-search-for-property/</guid>
<description><![CDATA[Google has expanded its property/real estate listings and added extra search functionality for users]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Google has expanded its property/real estate listings and added extra search functionality for users to find property listings in Google Maps &#8211; Meaning that the main property portals now have a rising competitor that receives much more &#8216;eyeballs&#8217; than they do.</p>
<p>It offers an updated and more comprehensive version of the real estate listings that Google Maps has shown before, along with a new search tool. The results are coming directly from real estate brokerages and agents, many of whom upload listings into <a href="http://www.google.co.uk/base/">Google Base</a> as part of their on-line marketing (no reason why UK agents shouldn&#8217;t use Google base?). Google is also getting listings from sources such as Homes &#38; Land and The Real Estate Book and similar sites that advertise listings for participating real estate professionals.</p>
<p> </p>
<p><img class="size-large wp-image-66 alignnone" title="Google Map Search Leicester" src="http://housingdabble.wordpress.com/files/2009/07/google-map-search-leicester1.jpg?w=1024" alt="Google Map Search Leicester" width="581" height="329" /></p>
<p> There’s a basic search functionality to search by price range, beds and bathrooms. On the map, each individual listing, whether a property for sale or rent, appears like a business listing does in Google Maps normal search. Users can click the red icon/dot for more information about the property; they can get directions, save the listing to My Maps, or send the listing to someone else via email, phone, car, or GPS. My search above is property in Leicester and already there is a fair amount of property in LE1.</p>
<p>Google is launching real estate listings in response to the rise in property related queries to Google (35% in the year to Feb 2009).</p>
<p>Whilst it remains to be seen if any of the big the UK property portals decide to team up with and feed to Google, there is a growing threat to the world of on-line property marketing models that charge agents to list and had previously had it all their way.</p>
<p>Estate Agents should see this as free marketing and take advantage of a way to differentiate you from your competitors. USP&#8217;s are hard to come by at the moment so why not gather some stats, use Google Base to upload, point it back to your own web site and sell it on listings as another extra you offer.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Is Google Stealing Our Listing Data?]]></title>
<link>http://blog.metrobrokers.com/2009/06/01/is-google-stealing-our-listing-data/</link>
<pubDate>Mon, 01 Jun 2009 10:30:16 +0000</pubDate>
<dc:creator>Eddie Krebs</dc:creator>
<guid>http://blog.metrobrokers.com/2009/06/01/is-google-stealing-our-listing-data/</guid>
<description><![CDATA[There is a lot of fuss in the real estate blogosphere about an interpretation by the Metropolitan In]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img class="alignleft size-thumbnail wp-image-520" title="thief" src="http://metrobrokers.wordpress.com/files/2009/06/thief-1.jpg?w=150" alt="thief" width="150" height="141" />There is a lot of fuss in the real estate blogosphere about an interpretation by the Metropolitan Indianapolis Board of REALTORS® (MIBOR) of the so-called “anti-scraping” rule in the National Association of REALTORS® (NAR) Multiple Listing Policy.</p>
<p>The policy states the following:</p>
<blockquote><p>Participants must protect IDX information from misappropriation by employing reasonable efforts to monitor and prevent “scraping” or other unauthorized accessing, reproduction, or use of the MLS database.</p></blockquote>
<p>This rule is intended to keep websites from extracting listings from NAR member websites (such as <a href="http://www.metrobrokers.com" target="_blank">metrobrokers.com</a>) and re-displaying the listings on their website, passing it off as their own data. We all agree this is a good rule, as it keeps others from stealing our listing data.</p>
<p>However, MIBOR has interpreted the rule to classify search engines like Google as “Scrapers,” and they are forcing all Indianapolis brokers and agents to prevent Google from indexing their websites. At the NAR mid-year conference, NAR initially rejected MIBOR’s ruling, but two days later accepted a referral back to committee, which is kind of like an appeal.</p>
<p>Now we have to wait until the November NAR conference to learn how this will play out. This ruling can affect everyone in real estate across the country.</p>
<p>Keep reading to understand the true impact of this policy.</p>
<p><!--more--></p>
<p><strong>What&#8217;s the Big Deal?</strong></p>
<p>Let&#8217;s take a look at what the search engines are doing that has MIBOR in an uproar. We will focus on Google for the sake of simplification.</p>
<p>There are two approaches Google is taking to indexing real estate listings: <a href="http://base.google.com/base/" target="_blank">Google Base</a>, and <a href="http://www.google.com" target="_blank">Google Search</a>.</p>
<ul>
<li>Google Base has been classified as a data aggregator, a la Trulia.com and Homes.com. It accepts listings from brokerages who own them, and allows the public to search by features and location.</li>
<li>Google Search is the front-end search site everyone knows. It crawls websites all over the world and takes snapshots of the content on those sites, presenting a summary to search users. It also crawls broker and agent websites, indexing the listings available there.</li>
</ul>
<p>Google&#8217;s intent is to drive users to the websites that own the content.  However, when the user gets so much data from the snapshot that they do not need to visit the content owners&#8217; website, it can become a form of plagiarism. This is what MIBOR wants to avoid.</p>
<p>Here is what a user sees when searching for real estate via Google Search:</p>
<div id="attachment_510" class="wp-caption alignnone" style="width: 460px"><a href="http://metrobrokers.wordpress.com/files/2009/06/googlesearchlarge.jpg" target="_blank"><img class="size-full wp-image-510" title="Google Search" src="http://metrobrokers.wordpress.com/files/2009/06/googlesearchsmall.jpg" alt="Click for larger size" width="450" height="69" /></a><p class="wp-caption-text">Click for larger size</p></div>
<p>As you can see, it is no replacement for a full featured listing search from an agent or broker site. It&#8217;s a true snapshot, in this case even showing data on the next listing on the page. The user will click through for more information, and the content owner will get a visitor.</p>
<p>Here is a screenshot of a Google Base search result:</p>
<div id="attachment_512" class="wp-caption alignnone" style="width: 460px"><a href="http://metrobrokers.wordpress.com/files/2009/06/googlebaselarge.jpg" target="_blank"><img class="size-full wp-image-512 " title="Google Base" src="http://metrobrokers.wordpress.com/files/2009/06/googlebasesmall.jpg" alt="Click for larger size" width="450" height="268" /></a><p class="wp-caption-text">Click for larger size</p></div>
<p>Now this is a full featured listing, and the data is complete enough to prevent the user from visiting the original site.  However, Google Base has the permission of the listing broker to provide this information, as the only way Google Base gets listing data is from feeds directly from the broker. This is exactly what Trulia.com, Homes.com and others do.</p>
<p><strong>Digging Deeper</strong></p>
<p>However, is that really what Google is doing, using listings with the permission of the owner? After reading the <a href="http://base.google.com/base/help/realestatefaq.html" target="_blank">Google Base for Real Estate FAQ</a>, I&#8217;m not so sure. Here is a quote.</p>
<blockquote><p>Google collects listings in two ways: by crawling the web, and by receiving uploads through Google Base.</p></blockquote>
<p>What? So, Google Base can crawl my site, take my data, allow a complete search of all my listings, and never refer the user back to my site? This is beyond simple indexing, and can be classified as a &#8220;scraper.&#8221;</p>
<p><strong>Is It Scraping or Indexing?</strong></p>
<p>Scraping data is literally a form of information theft. Scrapers present the data as their own, and they do not drive consumers back to the websites of the true data owners (the brokers/agents). The search engines are not supposed to scrape data, but instead “index” it. This means they store enough of the data in their databases to present the consumer with a snapshot, but when the user clicks for more information, they are redirected back to the website of the true data owner.</p>
<p>There is simply no reasonable way the NAR policy can be interpreted to include indexing. Google is walking a fine line with Google Base, but a blanket blackout rule regarding search engines is not the answer. A stern warning from NAR might solve this problem for us.</p>
<p><strong>Worst Case Scenario</strong></p>
<p>Let’s explore the possible situation where NAR accepts MIBOR’s interpretation of Google Search as a scraper, and the country’s MLS services adopt the amended rule. We at Metro Brokers, and all other brokers with search engines, would have to add code to our website to keep Google from indexing our pages containing listings.</p>
<p>Now, would Trulia.com, Realtor.com, and other websites also have to do this? They are not NAR members, remember. If they do not, then they will be the only listing data providers indexed by the search engines. Thus, the brokers and agents will lose all of that traffic (over 295 million searches are done per day on Google) and web consumers will never get to the local sites. How long do you think before those aggregators start selling leads generated off of our listings right back to us?</p>
<p>Who does this ruling benefit? The agents? No. The brokers? Nope. The consumers? No way. The only people invited to this party would be internet companies who are not even in real estate.</p>
<p><strong>What You Can Do</strong></p>
<p>The best thing we can do is to let NAR officials know how we feel about this issue. When they vote in November, they need to know that we don&#8217;t want to stonewall the search engines, and that this interpretation of the rule in fact undermines agents and brokers.</p>
<p><a href="http://googleisnotascraper.com/?page_id=9" target="_blank">GoogleIsNotAScraper.com</a> has put together a petition for NAR. You can go sign that petition, in the hopes that NAR will listen to its members.</p>
<p>If you find Google Base has indexed your website listing data, you can <a href="https://services.google.com/inquiry/listing_removal" target="_blank">file a request to remove the listing</a>. However, this does not prevent Google from continuing the practice. This falls to NAR.</p>
<p><strong>More Information</strong></p>
<p>Visit the <a href="http://agentgenius.com/g-rants-insanity-more/real-estate/did-google-scrape-my-website-you-be-the-judge/" target="_blank">blog of Red Door Real Estate’s Paula Henry</a> to get the background of this story. Her broker was the one originally charged with “allowing” Google to “scrape” their listings. Give her your support; she has done a great service to the real estate community.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[What is Google Base?]]></title>
<link>http://blog.silex.co.in/2009/05/29/what-is-google-base/</link>
<pubDate>Fri, 29 May 2009 03:30:21 +0000</pubDate>
<dc:creator>panitha</dc:creator>
<guid>http://blog.silex.co.in/2009/05/29/what-is-google-base/</guid>
<description><![CDATA[Google Base:  Post it on Base. Find it on Google.   Google Base is a free Google service that helps ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><strong></strong></p>
<p><strong></strong></p>
<p><strong></strong></p>
<p><strong></strong></p>
<p><strong></strong></p>
<p><strong></strong></p>
<p><strong></strong></p>
<p><img class="alignnone size-full wp-image-962" title="logo_plain" src="http://silextech.wordpress.com/files/2009/05/logo_plain.png" alt="logo_plain" width="276" height="110" /><br />
<strong>Google Base:  Post it on Base. Find it on Google.</strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong>Google Base is a free Google service that helps you publish virtually any kind of information</strong> &#8212; be it your latest riveting screenplay or a listing for your slightly dented 1989 Honda Accord &#8212; on Google Base or other Google properties.<br />
To post an item to Google Base:</p>
<ol>
<li>Visit <a href="http://base.google.com/base/">Google Base</a>.</li>
<li>Click <strong>One at a time</strong>.</li>
<li>Select the <a href="http://base.google.com/support/bin/answer.py?answer=59451&#38;hl=en">type of information</a> you&#8217;re submitting (or create your own item type).</li>
<li>Click <strong>Next &#62;</strong>.</li>
<li>After you&#8217;ve entered and reviewed your item&#8217;s formatting, click <strong>Publish</strong>. Within a few hours, your item will be visible to the world.</li>
</ol>
<p>Your item will fall into one of several categories based on its content. This category determines which Google property will display your item. For example, your screenplay and robot schematics may appear on Google Base, and your humble Honda may appear on Google Product Search. <a href="http://base.google.com/support/bin/answer.py?answer=59260">Learn more about Google Base</a>.</p>
<h2>Basics</h2>
<li class="topiclist_kb"><a href="http://base.google.com/support/bin/answer.py?hl=en&#38;answer=29015"><span class="answer_link">What can I post to Google Base?</span> </a></li>
<li class="topiclist_kb"><a href="http://base.google.com/support/bin/answer.py?hl=en&#38;answer=25281"><span class="answer_link">How much does it cost to create and display a Google Base item?</span> </a></li>
<li class="topiclist_kb"><a href="http://base.google.com/support/bin/answer.py?hl=en&#38;answer=64806"><span class="answer_link">When will Google Base be out of beta?</span> </a></li>
<li class="topiclist_kb"><a href="http://base.google.com/support/bin/answer.py?hl=en&#38;answer=25282"><span class="answer_link">Do I need a Google Account to use Google Base?</span> </a></li>
<li class="topiclist_kb"><a href="http://base.google.com/support/bin/answer.py?hl=en&#38;answer=25309"><span class="answer_link">Will Google Base host my item if I don&#8217;t have a website?</span> </a></li>
<li class="topiclist_kb"><a href="http://base.google.com/support/bin/answer.py?hl=en&#38;answer=64947"><span class="answer_link">What&#8217;s Google Product Search?</span> </a></li>
<li class="topiclist_kb"><a href="http://base.google.com/support/bin/answer.py?hl=en&#38;answer=52050"><span class="answer_link">What&#8217;s the difference between Google Base and Google Product Search?</span> </a></li>
<li class="topiclist_kb"><a href="http://base.google.com/support/bin/answer.py?hl=en&#38;answer=64949"><span class="answer_link">What are the requirements for Google Product Search?</span> </a></li>
<li class="topiclist_kb"><a href="http://base.google.com/support/bin/answer.py?hl=en&#38;answer=64946"><span class="answer_link">How much does Google Product Search cost?</span> </a></li>
<li class="topiclist_kb"><a href="http://base.google.com/support/bin/answer.py?hl=en&#38;answer=29019"><span class="answer_link">How do I submit a large number of items?</span> </a></li>
<li class="topiclist_kb"><a href="http://base.google.com/support/bin/answer.py?hl=en&#38;answer=29620"><span class="answer_link">Where will my item appear?</span> </a></li>
<li class="topiclist_kb"><a href="http://base.google.com/support/bin/answer.py?hl=en&#38;answer=61402"><span class="answer_link">Where will my items be distributed?</span> </a></li>
<p>+ <a href="http://base.google.com/base/" target="_blank">View Website</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Google, I Call Shenanigans!]]></title>
<link>http://grecowoodcrafting.wordpress.com/2009/05/26/google-i-call-shenanigans/</link>
<pubDate>Tue, 26 May 2009 19:19:35 +0000</pubDate>
<dc:creator>grecowoodcrafting</dc:creator>
<guid>http://grecowoodcrafting.wordpress.com/2009/05/26/google-i-call-shenanigans/</guid>
<description><![CDATA[At 1000 Markets, there are a lot of tools available to help your items develop a presence on the web]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div>
<p><img class="alignleft size-full wp-image-412" title="copter1" src="http://grecowoodcrafting.wordpress.com/files/2009/05/copter1.jpg" alt="copter1" width="426" height="124" />At 1000 Markets, there are a lot of tools available to help your items develop a presence on the web. One that I recently started to use is Google Base. I had given this a shot in the past through other sales venues I was on without much luck, so I was a bit reluctant to try it again. But the simple automatic updates really made it not only easy, but I suddenly found myself checking to see how my items were doing there.</p>
<p>What Google Base does, is it takes your items and lists them in Google Shopping results. When you log in, you can see how many times each of your items was displayed in somebody&#8217;s search and, from there, how many times people clicked through to the item directly after seeing it.</p>
<p>So there I was just the other night, looking through my Google Base results. Hey, will ya look at that! My helicopter craft kit toy has appeared in search results quite a number of times. Hmmm, nobody has clicked through to see it directly. I wonder why? Off I went to do my own search, using the words &#8220;helicopter craft kit&#8221;.</p>
<p>Now you have to understand something before I go any further. I go to painstaking extremes to make sure my toys are completely safe and splinter-free. Every toy goes through 4 stages of sanding starting at 120 grit and finishing at 400 grit. Sharp edges are given soft roundovers. I don&#8217;t ship out a toy until I feel it&#8217;s safe enough for me to give to my own kids. Because of what some might call a mild case of fanaticism over toy safety, I also make it a point to detail just how safe my toys are in their descriptions.</p>
<p>So imagine my surprise when the search for &#8220;helicopter craft kit&#8221; returned a truncated description that reads:</p>
<p><em>&#8220;This craft kit has a total of 12 pieces and even includes a 4 oz. bottle of &#8230; <strong>get splinters while playing with the helicopter and spinning the propellers.</strong>&#8220;</em></p>
<p>WHAT?!</p>
<p>I admit- at first I laughed. Almost hysterically. Then I thought to myself, no wonder why nobody clicked through to see my toy. Even I wouldn&#8217;t have clicked through to see it if I knew it would give me splinters from playing with it&#8230;and it was <strong>my</strong> toy!!</p>
<p>Of course, you won&#8217;t get splinters from my toy. Google chose to truncate my description immediately after the word &#8220;won&#8217;t&#8221;, leading readers to think this toy is only for those looking to inflict bodily harm. I went off and reworded my description, completely removing the word &#8220;splinters&#8221; so as not to even give Google the chance to cause this sort of mischief again.</p>
<p>Incidentally, it turns out that Google truncates based partly on the search criteria. Several searches that were slight variations of my original gave results that merely <em>insinuated</em> you <em>might</em> get splinters from my toy, whereas the original seemed to all but guarantee it.</p>
<p>The moral of this story is to be careful of your item descriptions and check them out afterwards. You never know what Google might choose to show shoppers.</p></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[All Your Google Base Are Belong To DiveIntoThePool.com]]></title>
<link>http://diveintothepool.wordpress.com/2009/05/16/all-your-google-base-are-belong-to-diveintothepool-com/</link>
<pubDate>Sat, 16 May 2009 18:35:33 +0000</pubDate>
<dc:creator>diveintothepool</dc:creator>
<guid>http://diveintothepool.wordpress.com/2009/05/16/all-your-google-base-are-belong-to-diveintothepool-com/</guid>
<description><![CDATA[So Google Base worked out great! I setup a data feed as a CSV file using all the optional parameters]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>So Google Base worked out great! I setup a data feed as a CSV file using all the optional parameters I could and added a handful of profiles to test it out. Within 24 hours the listings were up on Google Base alread which you can see here <a href="http://base.google.com/base/s2?a_n0=personals&#38;a_y0=9&#38;authorid=5622309&#38;keywords=free%20online%20dating">http://base.google.com/base/s2?a_n0=personals&#38;a_y0=9&#38;authorid=5622309&#38;keywords=free%20online%20dating</a> and it worked out great! No idea if that will help drive traffic or not but everything helps.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[What is Google Base?]]></title>
<link>http://stonemeta.wordpress.com/2009/04/29/what-is-google-base/</link>
<pubDate>Wed, 29 Apr 2009 17:06:39 +0000</pubDate>
<dc:creator>stonemeta</dc:creator>
<guid>http://stonemeta.wordpress.com/2009/04/29/what-is-google-base/</guid>
<description><![CDATA[Google Base is a free Google Service that accepts content for inclusion in their product search engi]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div class="sectionbody">Google Base is a free Google Service that accepts content for inclusion in their product search engine. Google Base accepts virtually any type of content <span class="style3">including vehicles</span>. Dealerships can  post their entire inventory to Google Base along with <em>attributes</em> describing each car such as make, model, color, etc. Vehicle inventory can then be found by users within the Google product search results. Users can quickly narrow their search by any number of filters including distance from thier location. Inventory items may contain dealership info such as name, phone number, website url and physical address. Google Base currently contains 2.7 Million vehicles and is growing on a daily basis.</div>
<div class="sectionbody"><strong><a href="http://rs6.net/tn.jsp?t=dqbi59cab.0.0.xs9w7pcab.0&#38;p=http%3A%2F%2Fbase.google.com%2Fbase%2Fs2%3Fa_n0%3Dvehicles%26amp%3Ba_y0%3D9%26amp%3Bhl%3Den%26amp%3Bgl%3Dus" target="_blank">Click Here</a> to see Google Base in Action.</strong></div>
<div class="sectionbody"><strong><br />
</strong></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Free Press Release Distribution]]></title>
<link>http://mycorporateblogger.com/2009/04/22/free-press-release-distribution/</link>
<pubDate>Wed, 22 Apr 2009 00:49:31 +0000</pubDate>
<dc:creator>lethebashar</dc:creator>
<guid>http://mycorporateblogger.com/2009/04/22/free-press-release-distribution/</guid>
<description><![CDATA[Free press release distribution has emerged as one of the most effective web marketing strategies fo]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><strong>Free press release distribution</strong> has emerged as one of the most effective web marketing strategies for law firms, software companies, non-profits, media companies, and political groups.  Could your company use a boost in web traffic through free press release distribution?</p>
<p><a href="http://r3r.com">R3R Internet Marketing and Consulting</a> hires me to write articles and SEO press releases to be distributed on the Web.  Over the last three months, we have developed an effective strategy to distribute press releases.  I will share with you our insights.</p>
<p>There are hundreds of <strong>free press release distribution sites</strong>.  Through trial and error, I have come up with a reliable list of sites.  The most important feature for a free site to have is a link back to your company page.  Many sites offer links with anchor text for a price that can range in the hundreds.  With free press release sites, you are always weighing Page Rank, link capability for SEO, and ease of use.  </p>
<p><strong>Here are some sites I regularly use to syndicate content on the Web.</strong></p>
<p><a href="http://base.google.com">Google Base</a><br />
Google Base has all the features without any of the hassle.  You can create press releases with images and anchor text.  Your press release will appear in Google Search Results, but it may not receive the same level of immediate exposure as it would on a press release site.  Remember it&#8217;s free!</p>
<p><a href="http://onlineprnews.com">Online PR News</a><br />
Online PR News is the brainchild of press release guru Christine O&#8217;Kelly.  I learned how to write press releases from Christine.  Here&#8217;s the <a href="http://hubpages.com/hub/SEO-Press-Releases-How-to-Write-them-and-Where-to-Submit-Them">best introduction to writing press release</a> that you will find on the Web.  </p>
<p>At Online PR News, you can submit a free press release with images and a link back but no anchor text.  If you want anchor text links in your press release, it costs an additional $6.  But in the grand scheme of things, these small fees are well worth it for press release syndication.  Compare the $6 to what PRWeb.com charges, upwards of $200.  Online PR News has a Page Rank of 3, but sometimes with a free press release site you have to weigh the different variables.  Because it is easy to use, and provides all features for only six dollars, I recommend it.</p>
<p><a href="http://seenation.com">See Nation</a><br />
See Nation has a good response time.  That&#8217;s another variable to weigh.  Some press release sites, such as ExactRelease.com, you may never hear from them after you submit a press release and your content won&#8217;t appear anywhere on the site either.  Others, like DBusinessnews.com, you may have to more aggressively follow up your submission with, say, an email to the webmaster.  Whatever the case, SeeNation excels in rapid response for approval.  Features include linkback and Page Rank is 3.</p>
<p><a href="http://pressreleasepoint.com">Press Release Point</a><br />
Most press release sites don&#8217;t look pretty and this one is no exception.  But the site is more reliable than most and you can place links with anchor text into the content.  Here is a press release I wrote for one of my clients featured on <a href="http://www.pressreleasepoint.com/online-legal-resource-scores-top-approval-mahalocom">Press Release Point.</a>  Page Rank on Press Release Point is 4.</p>
<p><a href="http://prlog.com">PR Log</a><br />
PR Log is another reliable free press release distribution site.  You can&#8217;t use anchor text but you can use urls.  Also the site layout is better than most and it takes images.  Here&#8217;s another <a href="http://www.prlog.org/10217247-nationally-recognized-grant-writers-to-lead-grant-writing-workshop.html">press release</a> I wrote for one of my clients on PR Log.  Page Rank is 6.</p>
<p><a href="http://pr-usa.net">PR-USA</a><br />
One thing you will notice right off the bat with PR-USA is that the urls are not optimized.  This is a disadvantage for a free press release distribution site because most likely the content will not show up in major search engines, but only within the directory on the site.  Nonetheless, anchor text and links are offered in the free press release.  Page Rank is 5.</p>
<p><a href="http://i-newswire.com">i-Newswire</a><br />
One last free press release site I recommend is i-Newswire.  The site layout is attractive and you can login to your account and maintain the locations of your published releases.  One drawback is that you can&#8217;t use links or anchor text within the body of the release.  However, you are given a linkback at the end of the press release.  At least one linkback is absolutely necessary when considering free press release distribution sites.  Beware, because some free pr sites, such as free-press-release.com and openpr.com do not allow even one linkback.  </p>
<p>You might ask, &#8220;Well, then what is the point?&#8221;  You can add your email, and that&#8217;s all.  If you want to see what the <a href="http://www.i-newswire.com/pr274234.html">sample press release for my client</a> looks like on i-Newswire, here it is.  Page Rank is 3.</p>
<p>One of my suggestions when considering free press release distribution is not to use automated syndication services.  This can come back to haunt you when Google identifies your press release as spam.  It is best to pick ten sites and publish to them on a regular basis manually.  Or better yet, hire me to do it for you.  </p>
<p>Another excellent <a href="http://www.slideshare.net/cokelly/seo-copywriting-submitting-seo-press-releases-291383">tutorial for SEO press release</a> is by my press release mentor Christine O&#8217;Kelly, on Slide Share.  Between the first tutorial and the second, you will learn everything you need to know about writing and submitting press releases.</p>
<p>Lastly, here is a <a href="http://nakedpr.com/2007/07/29/big-list-of-free-press-release-distribution-sites/">big list of free press release sites</a>.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Indiansrock - Indians rock ]]></title>
<link>http://indiansrock.wordpress.com/2009/04/02/indiansrock-indians-rock/</link>
<pubDate>Thu, 02 Apr 2009 19:34:46 +0000</pubDate>
<dc:creator>indiansrock</dc:creator>
<guid>http://indiansrock.wordpress.com/2009/04/02/indiansrock-indians-rock/</guid>
<description><![CDATA[Ad words, add url, adsense, adsense ads, adsense alternative google, adsense earn, adsense earnings,]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://www.indiansrock.com/">Ad words</a>, <a href="http://www.indiansrock.com/">add url</a>, <a href="http://www.indiansrock.com/">adsense</a>, <a href="http://www.indiansrock.com/">adsense ads</a>, <a href="http://www.indiansrock.com/">adsense alternative google</a>, <a href="http://www.indiansrock.com/">adsense earn</a>, <a href="http://www.indiansrock.com/">adsense earnings</a>, <a href="http://www.indiansrock.com/">adsense ebook</a>, <a href="http://www.indiansrock.com/">adsense empire</a>, <a href="http://www.indiansrock.com/">adsense google com</a>, <a href="http://www.indiansrock.com/">adsense income</a>, <a href="http://www.indiansrock.com/">adsense optimization</a>, <a href="http://www.indiansrock.com/">adsense profits</a>, <a href="http://www.indiansrock.com/">adsense ready</a>, <a href="http://www.indiansrock.com/">adsense secret</a>, <a href="http://www.indiansrock.com/">adsense secrets</a>, <a href="http://www.indiansrock.com/">adsense site</a>, <a href="http://www.indiansrock.com/">adsense sites</a>, <a href="http://www.indiansrock.com/">adsense software</a>, <a href="http://www.indiansrock.com/">adsense template</a>, <a href="http://www.indiansrock.com/">adsense templates</a>, <a href="http://www.indiansrock.com/">adsense website</a>, <a href="http://www.indiansrock.com/">adsense websites</a>, <a href="http://www.indiansrock.com/">advertising</a>, <a href="http://www.indiansrock.com/">adwords</a>, <a href="http://www.indiansrock.com/">adwords adsense</a>, <a href="http://www.indiansrock.com/">adwords api</a>, <a href="http://www.indiansrock.com/">adwords optimization</a>, <a href="http://www.indiansrock.com/">adwords professional</a>, <a href="http://www.indiansrock.com/">adwords tool</a>, <a href="http://www.indiansrock.com/">affordable business web hosting</a>, <a href="http://www.indiansrock.com/">affordable linux web hosting</a>, <a href="http://www.indiansrock.com/">affordable reseller web hosting</a>, <a href="http://www.indiansrock.com/">affordable search engine optimization</a>, <a href="http://www.indiansrock.com/">affordable web hosting</a>, <a href="http://www.indiansrock.com/">asp net hosting</a>, <a href="http://www.indiansrock.com/">asp net web hosting</a>, <a href="http://www.indiansrock.com/">asp web hosting</a>, <a href="http://www.indiansrock.com/">banner ad</a>, <a href="http://www.indiansrock.com/">banner ads</a>, <a href="http://www.indiansrock.com/">best dedicated server</a>, <a href="http://www.indiansrock.com/">best dedicated servers</a>, <a href="http://www.indiansrock.com/">best hosting</a>, <a href="http://www.indiansrock.com/">best reseller hosting</a>, <a href="http://www.indiansrock.com/">best search engine</a>, <a href="http://www.indiansrock.com/">best search engine submission</a>, <a href="http://www.indiansrock.com/">best web hosting</a>, <a href="http://www.indiansrock.com/">best web hosting company</a>, <a href="http://www.indiansrock.com/">best web hosting review</a>, <a href="http://www.indiansrock.com/">best windows hosting</a>, <a href="http://www.indiansrock.com/">better search engine ranking</a>, <a href="http://www.indiansrock.com/">blog hosting</a>, <a href="http://www.indiansrock.com/">budget web hosting</a>, <a href="http://www.indiansrock.com/">business web hosting</a>, <a href="http://www.indiansrock.com/">buy web hosting</a>, <a href="http://www.indiansrock.com/">canadian web hosting</a>, <a href="http://www.indiansrock.com/">cheap dedicated</a>, <a href="http://www.indiansrock.com/">cheap dedicated hosting</a>, <a href="http://www.indiansrock.com/">cheap dedicated server</a>, <a href="http://www.indiansrock.com/">cheap dedicated server hosting</a>, <a href="http://www.indiansrock.com/">cheap domain hosting</a>, <a href="http://www.indiansrock.com/">cheap domain names</a>, <a href="http://www.indiansrock.com/">cheap ecommerce hosting</a>, <a href="http://www.indiansrock.com/">cheap host</a>, <a href="http://www.indiansrock.com/">cheap hosting</a>, <a href="http://www.indiansrock.com/">cheap linux web hosting</a>, <a href="http://www.indiansrock.com/">cheap unix web hosting</a>, <a href="http://www.indiansrock.com/">cheap web hosting</a>, <a href="http://www.indiansrock.com/">cheap web hosting domain name</a>, <a href="http://www.indiansrock.com/">cheap web hosting provider</a>, <a href="http://www.indiansrock.com/">cheap web hosting reseller</a>, <a href="http://www.indiansrock.com/">cheap web hosting review</a>, <a href="http://www.indiansrock.com/">cheap webhosting</a>, <a href="http://www.indiansrock.com/">cheap windows hosting</a>, <a href="http://www.indiansrock.com/">cheapest dedicated server</a>, <a href="http://www.indiansrock.com/">cheapest hosting</a>, <a href="http://www.indiansrock.com/">check search engine ranking</a>, <a href="http://www.indiansrock.com/">colocation</a>, <a href="http://www.indiansrock.com/">colocation web hosting</a>, <a href="http://www.indiansrock.com/">contextual ads</a>, <a href="http://www.indiansrock.com/">cpanel</a>, <a href="http://www.indiansrock.com/">cpanel dedicated server</a>, <a href="http://www.indiansrock.com/">cpanel dedicated servers</a>, <a href="http://www.indiansrock.com/">cpanel hosting</a>, <a href="http://www.indiansrock.com/">cpanel reseller</a>, <a href="http://www.indiansrock.com/">cpanel reseller hosting</a>, <a href="http://www.indiansrock.com/">cpanel vps</a>, <a href="http://www.indiansrock.com/">cpanel web hosting</a>, <a href="http://www.indiansrock.com/">cpanel web hosting reseller</a>, <a href="http://www.indiansrock.com/">database web hosting</a>, <a href="http://www.indiansrock.com/">dedicated host</a>, <a href="http://www.indiansrock.com/">dedicated hosting</a>, <a href="http://www.indiansrock.com/">dedicated hosting reseller</a>, <a href="http://www.indiansrock.com/">dedicated linux hosting</a>, <a href="http://www.indiansrock.com/">dedicated managed web hosting</a>, <a href="http://www.indiansrock.com/">dedicated server</a>, <a href="http://www.indiansrock.com/">dedicated server forum</a>, <a href="http://www.indiansrock.com/">dedicated server host</a>, <a href="http://www.indiansrock.com/">dedicated server hosting</a>, <a href="http://www.indiansrock.com/">dedicated server linux</a>, <a href="http://www.indiansrock.com/">dedicated server windows 2003</a>, <a href="http://www.indiansrock.com/">dedicated servers</a>, <a href="http://www.indiansrock.com/">dedicated servers hosting</a>, <a href="http://www.indiansrock.com/">dedicated web hosting</a>, <a href="http://www.indiansrock.com/">dedicated web hosting linux</a>, <a href="http://www.indiansrock.com/">dedicated web server</a>, <a href="http://www.indiansrock.com/">dedicated windows hosting</a>, <a href="http://www.indiansrock.com/">dedicated windows server hosting</a>, <a href="http://www.indiansrock.com/">domain name hosting</a>, <a href="http://www.indiansrock.com/">domain registration</a>, <a href="http://www.indiansrock.com/">domain registration hosting</a>, <a href="http://www.indiansrock.com/">domain web hosting</a>, <a href="http://www.indiansrock.com/">e commerce web hosting</a>, <a href="http://www.indiansrock.com/">easy money</a>, <a href="http://www.indiansrock.com/">easy web hosting</a>, <a href="http://www.indiansrock.com/">ecommerce</a>, <a href="http://www.indiansrock.com/">economical web hosting</a>, <a href="http://www.indiansrock.com/">effective search engine optimization</a>, <a href="http://www.indiansrock.com/">exchange hosting</a>, <a href="http://www.indiansrock.com/">exchange server hosting</a>, <a href="http://www.indiansrock.com/">fast web hosting</a>, <a href="http://www.indiansrock.com/">forum hosting</a>, <a href="http://www.indiansrock.com/">free forum hosting</a>, <a href="http://www.indiansrock.com/">free hosting</a>, <a href="http://www.indiansrock.com/">free php web hosting</a>, <a href="http://www.indiansrock.com/">free search engine</a>, <a href="http://www.indiansrock.com/">free search engine submission</a>, <a href="http://www.indiansrock.com/">free search engines</a>, <a href="http://www.indiansrock.com/">free unlimited web hosting</a>, <a href="http://www.indiansrock.com/">free web hosting</a>, <a href="http://www.indiansrock.com/">free web hosts</a>, <a href="http://www.indiansrock.com/">froogle</a>, <a href="http://www.indiansrock.com/">good web hosting</a>, <a href="http://www.indiansrock.com/">google</a>, <a href="http://www.indiansrock.com/">google ad words</a>, <a href="http://www.indiansrock.com/">google ads</a>, <a href="http://www.indiansrock.com/">google adsense</a>, <a href="http://www.indiansrock.com/">google adsense ads</a>, <a href="http://www.indiansrock.com/">google adsense cheat</a>, <a href="http://www.indiansrock.com/">google adsense program</a>, <a href="http://www.indiansrock.com/">google adsense review</a>, <a href="http://www.indiansrock.com/">google adsense secrets</a>, <a href="http://www.indiansrock.com/">google adsense tips</a>, <a href="http://www.indiansrock.com/">google advertising</a>, <a href="http://www.indiansrock.com/">google adword</a>, <a href="http://www.indiansrock.com/">google adwords</a>, <a href="http://www.indiansrock.com/">google adwords help</a>, <a href="http://www.indiansrock.com/">google adwords management</a>, <a href="http://www.indiansrock.com/">google adwords professional</a>, <a href="http://www.indiansrock.com/">google alerts</a>, <a href="http://www.indiansrock.com/">google apps</a>, <a href="http://www.indiansrock.com/">google base</a>, <a href="http://www.indiansrock.com/">google cash</a>, <a href="http://www.indiansrock.com/">google docs</a>, <a href="http://www.indiansrock.com/">google earth</a>, <a href="http://www.indiansrock.com/">google email</a>, <a href="http://www.indiansrock.com/">google froogle</a>, <a href="http://www.indiansrock.com/">google history</a>, <a href="http://www.indiansrock.com/">google music</a>, <a href="http://www.indiansrock.com/">google news</a>, <a href="http://www.indiansrock.com/">google page rank</a>, <a href="http://www.indiansrock.com/">google pay per click</a>, <a href="http://www.indiansrock.com/">google ppc</a>, <a href="http://www.indiansrock.com/">google rank</a>, <a href="http://www.indiansrock.com/">google ranking</a>, <a href="http://www.indiansrock.com/">google reader</a>, <a href="http://www.indiansrock.com/">google search engine optimization</a>, <a href="http://www.indiansrock.com/">google search engine ranking</a>, <a href="http://www.indiansrock.com/">google search engine submission</a>, <a href="http://www.indiansrock.com/">google talk</a>, <a href="http://www.indiansrock.com/">google tools</a>, <a href="http://www.indiansrock.com/">great web hosting</a>, <a href="http://www.indiansrock.com/">green hosting</a>, <a href="http://www.indiansrock.com/">guaranteed search engine ranking</a>, <a href="http://www.indiansrock.com/">higher search engine rankings</a>, <a href="http://www.indiansrock.com/">hosting</a>, <a href="http://www.indiansrock.com/">hosting domain name registration</a>, <a href="http://www.indiansrock.com/">hosting providers</a>, <a href="http://www.indiansrock.com/">hosting review</a>, <a href="http://www.indiansrock.com/">hosting servers</a>, <a href="http://www.indiansrock.com/">hosting service</a>, <a href="http://www.indiansrock.com/">hosting talk</a>, <a href="http://www.indiansrock.com/">hosting web server</a>, <a href="http://www.indiansrock.com/">improve search engine placement</a>, <a href="http://www.indiansrock.com/">improved search engine ranking</a>, <a href="http://www.indiansrock.com/">internet</a>, <a href="http://www.indiansrock.com/">internet advertising</a>, <a href="http://www.indiansrock.com/">internet business</a>, <a href="http://www.indiansrock.com/">internet hosting</a>, <a href="http://www.indiansrock.com/">internet marketing</a>, <a href="http://www.indiansrock.com/">internet search engine</a>, <a href="http://www.indiansrock.com/">internet search engines</a>, <a href="http://www.indiansrock.com/">keyword optimization</a>, <a href="http://www.indiansrock.com/">keyword ranking</a>, <a href="http://www.indiansrock.com/">linux hosting</a>, <a href="http://www.indiansrock.com/">linux reseller hosting</a>, <a href="http://www.indiansrock.com/">linux vps</a>, <a href="http://www.indiansrock.com/">linux web hosting</a>, <a href="http://www.indiansrock.com/">low cost dedicated server</a>, <a href="http://www.indiansrock.com/">low cost web hosting</a>, <a href="http://www.indiansrock.com/">make money</a>, <a href="http://www.indiansrock.com/">make money online</a>, <a href="http://www.indiansrock.com/">make money quick</a>, <a href="http://www.indiansrock.com/">managed hosting</a>, <a href="http://www.indiansrock.com/">managed web hosting</a>, <a href="http://www.indiansrock.com/">managed web hosting service</a>, <a href="http://www.indiansrock.com/">marketing search engines</a>, <a href="http://www.indiansrock.com/">meta search engine</a>, <a href="http://www.indiansrock.com/">meta search engines</a>, <a href="http://www.indiansrock.com/">money</a>, <a href="http://www.indiansrock.com/">money online</a>, <a href="http://www.indiansrock.com/">ms sql hosting</a>, <a href="http://www.indiansrock.com/">net web hosting</a>, <a href="http://www.indiansrock.com/">new search engine</a>, <a href="http://www.indiansrock.com/">online marketing</a>, <a href="http://www.indiansrock.com/">pay per click</a>, <a href="http://www.indiansrock.com/">pay per click ads</a>, <a href="http://www.indiansrock.com/">pay per click advertising</a>, <a href="http://www.indiansrock.com/">pay per click affiliates</a>, <a href="http://www.indiansrock.com/">pay per click management</a>, <a href="http://www.indiansrock.com/">pay per click optimization</a>, <a href="http://www.indiansrock.com/">pay per click search</a>, <a href="http://www.indiansrock.com/">pay per click search engine</a>, <a href="http://www.indiansrock.com/">pay per click search engine advertising</a>, <a href="http://www.indiansrock.com/">pay per click search engines</a>, <a href="http://www.indiansrock.com/">personal web hosting</a>, <a href="http://www.indiansrock.com/">php web hosting</a>, <a href="http://www.indiansrock.com/">php5 hosting</a>, <a href="http://www.indiansrock.com/">phpbb hosting</a>, <a href="http://www.indiansrock.com/">plesk reseller hosting</a>, <a href="http://www.indiansrock.com/">ppc</a>, <a href="http://www.indiansrock.com/">ppc ads</a>, <a href="http://www.indiansrock.com/">ppc advertising</a>, <a href="http://www.indiansrock.com/">ppc search engine submission</a>, <a href="http://www.indiansrock.com/">professional search engine optimization</a>, <a href="http://www.indiansrock.com/">professional search engine submission</a>, <a href="http://www.indiansrock.com/">professional web hosting</a>, <a href="http://www.indiansrock.com/">quality hosting</a>, <a href="http://www.indiansrock.com/">quality web hosting</a>, <a href="http://www.indiansrock.com/">rack space hosting</a>, <a href="http://www.indiansrock.com/">reliable web hosting</a>, <a href="http://www.indiansrock.com/">reseller</a>, <a href="http://www.indiansrock.com/">reseller host</a>, <a href="http://www.indiansrock.com/">reseller hosting</a>, <a href="http://www.indiansrock.com/">reseller web hosting</a>, <a href="http://www.indiansrock.com/">robots txt</a>, <a href="http://www.indiansrock.com/">search</a>, <a href="http://www.indiansrock.com/">search engine</a>, <a href="http://www.indiansrock.com/">search engine advertising</a>, <a href="http://www.indiansrock.com/">search engine keyword</a>, <a href="http://www.indiansrock.com/">search engine listing</a>, <a href="http://www.indiansrock.com/">search engine marketing</a>, <a href="http://www.indiansrock.com/">search engine optimisation</a>, <a href="http://www.indiansrock.com/">search engine optimization</a>, <a href="http://www.indiansrock.com/">search engine optimization agency</a>, <a href="http://www.indiansrock.com/">search engine optimization and seo services</a>, <a href="http://www.indiansrock.com/">search engine optimization companies</a>, <a href="http://www.indiansrock.com/">search engine optimization company</a>, <a href="http://www.indiansrock.com/">search engine optimization consulting</a>, <a href="http://www.indiansrock.com/">search engine optimization free</a>, <a href="http://www.indiansrock.com/">search engine optimization marketing</a>, <a href="http://www.indiansrock.com/">search engine optimization search engine placement</a>, <a href="http://www.indiansrock.com/">search engine optimization service</a>, <a href="http://www.indiansrock.com/">search engine optimization services</a>, <a href="http://www.indiansrock.com/">search engine optimization software</a>, <a href="http://www.indiansrock.com/">search engine optimization techniques</a>, <a href="http://www.indiansrock.com/">search engine optimization tips</a>, <a href="http://www.indiansrock.com/">search engine optimization tool</a>, <a href="http://www.indiansrock.com/">search engine optimizer</a>, <a href="http://www.indiansrock.com/">search engine placement</a>, <a href="http://www.indiansrock.com/">search engine placement optimization</a>, <a href="http://www.indiansrock.com/">search engine placement services</a>, <a href="http://www.indiansrock.com/">search engine position</a>, <a href="http://www.indiansrock.com/">search engine position optimization</a>, <a href="http://www.indiansrock.com/">search engine positioning</a>, <a href="http://www.indiansrock.com/">search engine ppc</a>, <a href="http://www.indiansrock.com/">search engine promotion</a>, <a href="http://www.indiansrock.com/">search engine rank</a>, <a href="http://www.indiansrock.com/">search engine rank optimization</a>, <a href="http://www.indiansrock.com/">search engine ranking</a>, <a href="http://www.indiansrock.com/">search engine ranking improvement</a>, <a href="http://www.indiansrock.com/">search engine ranking optimization</a>, <a href="http://www.indiansrock.com/">search engine ranking service</a>, <a href="http://www.indiansrock.com/">search engine ranking software</a>, <a href="http://www.indiansrock.com/">search engine ranking tips</a>, <a href="http://www.indiansrock.com/">search engine ranking tool</a>, <a href="http://www.indiansrock.com/">search engine ranking tools</a>, <a href="http://www.indiansrock.com/">search engine rankings</a>, <a href="http://www.indiansrock.com/">search engine registration</a>, <a href="http://www.indiansrock.com/">search engine submission</a>, <a href="http://www.indiansrock.com/">search engine submission optimization</a>, <a href="http://www.indiansrock.com/">search engine submission software</a>, <a href="http://www.indiansrock.com/">search engine submission tools</a>, <a href="http://www.indiansrock.com/">search engine submissions</a>, <a href="http://www.indiansrock.com/">search engine submit</a>, <a href="http://www.indiansrock.com/">search engine traffic</a>, <a href="http://www.indiansrock.com/">search engines</a>, <a href="http://www.indiansrock.com/">search engines optimization</a>, <a href="http://www.indiansrock.com/">search engines submission</a>, <a href="http://www.indiansrock.com/">search optimization</a>, <a href="http://www.indiansrock.com/">search web hosting</a>, <a href="http://www.indiansrock.com/">secure web hosting</a>, <a href="http://www.indiansrock.com/">semi dedicated hosting</a>, <a href="http://www.indiansrock.com/">semi dedicated server</a>, <a href="http://www.indiansrock.com/">seo</a>, <a href="http://www.indiansrock.com/">seo article</a>, <a href="http://www.indiansrock.com/">seo company</a>, <a href="http://www.indiansrock.com/">seo forum</a>, <a href="http://www.indiansrock.com/">seo optimization</a>, <a href="http://www.indiansrock.com/">seo professional</a>, <a href="http://www.indiansrock.com/">seo ranking</a>, <a href="http://www.indiansrock.com/">seo search engine optimization</a>, <a href="http://www.indiansrock.com/">seo services</a>, <a href="http://www.indiansrock.com/">seo tools</a>, <a href="http://www.indiansrock.com/">server colocation</a>, <a href="http://www.indiansrock.com/">server hosting</a>, <a href="http://www.indiansrock.com/">shared hosting</a>, <a href="http://www.indiansrock.com/">shared web hosting</a>, <a href="http://www.indiansrock.com/">sharepoint hosting</a>, <a href="http://www.indiansrock.com/">site hosting</a>, <a href="http://www.indiansrock.com/">sponsored links google</a>, <a href="http://www.indiansrock.com/">submission to search engines</a>, <a href="http://www.indiansrock.com/">submit</a>, <a href="http://www.indiansrock.com/">submit to search engines</a>, <a href="http://www.indiansrock.com/">the best web hosting</a>, <a href="http://www.indiansrock.com/">top hosting</a>, <a href="http://www.indiansrock.com/">top search engine optimization</a>, <a href="http://www.indiansrock.com/">top search engine ranking</a>, <a href="http://www.indiansrock.com/">top ten web hosting</a>, <a href="http://www.indiansrock.com/">top web hosting</a>, <a href="http://www.indiansrock.com/">unix web hosting</a>, <a href="http://www.indiansrock.com/">unlimited domain hosting</a>, <a href="http://www.indiansrock.com/">unlimited domains web hosting</a>, <a href="http://www.indiansrock.com/">unlimited hosting</a>, <a href="http://www.indiansrock.com/">unlimited reseller hosting</a>, <a href="http://www.indiansrock.com/">unlimited web hosting</a>, <a href="http://www.indiansrock.com/">unmetered dedicated server</a>, <a href="http://www.indiansrock.com/">url search engine submission</a>, <a href="http://www.indiansrock.com/">value web hosting</a>, <a href="http://www.indiansrock.com/">vds hosting</a>, <a href="http://www.indiansrock.com/">virtual dedicated hosting</a>, <a href="http://www.indiansrock.com/">virtual dedicated server hosting</a>, <a href="http://www.indiansrock.com/">virtual domain web hosting</a>, <a href="http://www.indiansrock.com/">virtual hosting</a>, <a href="http://www.indiansrock.com/">virtual private server</a>, <a href="http://www.indiansrock.com/">virtual server hosting</a>, <a href="http://www.indiansrock.com/">virtual web hosting</a>, <a href="http://www.indiansrock.com/">vps hosting</a>, <a href="http://www.indiansrock.com/">vps server</a>, <a href="http://www.indiansrock.com/">vps web hosting</a>, <a href="http://www.indiansrock.com/">web hosting</a>, <a href="http://www.indiansrock.com/">web hosting and</a>, <a href="http://www.indiansrock.com/">web hosting and domain name</a>, <a href="http://www.indiansrock.com/">web hosting and domain names</a>, <a href="http://www.indiansrock.com/">web hosting and domain registration</a>, <a href="http://www.indiansrock.com/">web hosting dedicated servers</a>, <a href="http://www.indiansrock.com/">web hosting directories</a>, <a href="http://www.indiansrock.com/">web hosting directory</a>, <a href="http://www.indiansrock.com/">web hosting domain name registration</a>, <a href="http://www.indiansrock.com/">web hosting domain names</a>, <a href="http://www.indiansrock.com/">web hosting domain registration</a>, <a href="http://www.indiansrock.com/">web hosting domains</a>, <a href="http://www.indiansrock.com/">web hosting forum</a>, <a href="http://www.indiansrock.com/">web hosting forums</a>, <a href="http://www.indiansrock.com/">web hosting prices</a>, <a href="http://www.indiansrock.com/">web hosting provider</a>, <a href="http://www.indiansrock.com/">web hosting providers</a>, <a href="http://www.indiansrock.com/">web hosting ratings</a>, <a href="http://www.indiansrock.com/">web hosting reseller account</a>, <a href="http://www.indiansrock.com/">web hosting reseller program</a>, <a href="http://www.indiansrock.com/">web hosting resellers</a>, <a href="http://www.indiansrock.com/">web hosting review</a>, <a href="http://www.indiansrock.com/">web hosting reviews</a>, <a href="http://www.indiansrock.com/">web hosting servers</a>, <a href="http://www.indiansrock.com/">web hosting service</a>, <a href="http://www.indiansrock.com/">web hosting services</a>, <a href="http://www.indiansrock.com/">web hosting software</a>, <a href="http://www.indiansrock.com/">web hosting talk</a>, <a href="http://www.indiansrock.com/">web hosting top 10</a>, <a href="http://www.indiansrock.com/">web hosts</a>, <a href="http://www.indiansrock.com/">web marketing search engine optimization</a>, <a href="http://www.indiansrock.com/">web search engine</a>, <a href="http://www.indiansrock.com/">webhosting forum</a>, <a href="http://www.indiansrock.com/">webmaster</a>, <a href="http://www.indiansrock.com/">webmaster tools</a>, <a href="http://www.indiansrock.com/">webmasterworld</a>, <a href="http://www.indiansrock.com/">website hosting</a>, <a href="http://www.indiansrock.com/">website search engine optimization</a>, <a href="http://www.indiansrock.com/">what is search engine optimization</a>, <a href="http://www.indiansrock.com/">window dedicated server hosting</a>, <a href="http://www.indiansrock.com/">window web hosting</a>, <a href="http://www.indiansrock.com/">windows hosting</a>, <a href="http://www.indiansrock.com/">windows reseller</a>, <a href="http://www.indiansrock.com/">windows reseller hosting</a>, <a href="http://www.indiansrock.com/">windows server hosting</a>, <a href="http://www.indiansrock.com/">windows vps</a>, <a href="http://www.indiansrock.com/">windows vps hosting</a>, <a href="http://www.indiansrock.com/">windows web hosting</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Google Base Data API Error - You must specify an id for this item]]></title>
<link>http://rupom.wordpress.com/2009/03/31/google-base-data-api-error-you-must-specify-an-id-for-this-item/</link>
<pubDate>Tue, 31 Mar 2009 13:25:54 +0000</pubDate>
<dc:creator>Rupom</dc:creator>
<guid>http://rupom.wordpress.com/2009/03/31/google-base-data-api-error-you-must-specify-an-id-for-this-item/</guid>
<description><![CDATA[For those who have recently faced this error during product uploading to Google Base, please note th]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>For those who have recently faced this error during product uploading to Google Base, please note that you have to add an additional attribute <strong>&#60;g:id&#62;</strong> with each of your entries. Google has recently added more documentation on this:</p>
<p><a title="Google Base API - Documentation" href="http://code.google.com/apis/base/starting-out.html#products" target="_blank">http://code.google.com/apis/base/starting-out.html#products</a></p>
<p>Thanks.</p>
<p>&#8211;<br />
Rupom</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Adding xml feeds to google base.]]></title>
<link>http://xclr8marketing.wordpress.com/2009/03/31/adding-xml-feeds-to-google-base/</link>
<pubDate>Tue, 31 Mar 2009 13:06:46 +0000</pubDate>
<dc:creator>xclr8marketing</dc:creator>
<guid>http://xclr8marketing.wordpress.com/2009/03/31/adding-xml-feeds-to-google-base/</guid>
<description><![CDATA[I&#8217;ve been adding some of my zazzle products and designs to google base (or GB).  But GB can be]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>I&#8217;ve been adding some of my zazzle products and designs to google base (or GB).  But GB can be used to list almost anything such as news, events, recipes,  real estate, etc.</p>
<p>Exceptionally easy if your internet platform has an RSS feed; as many e-commerce stores and blog do these days.</p>
<p>GB is an opportunity to extend your marketing reach.  It is just like a huge online classified ad section, except you can have your products included without cost, in the search results at http://shopping.google.com <span class="productLine"><br />
</span></p>
<p>For such a useful tool, many have found it difficult to work out how to get their xml data feeds to successfully list many products at once.</p>
<p>If you need any assitance finding the zazzle rss feed, converting the rss feed into a xml product file and uploading it without errors to GB.</p>
<p>You will find it at my squidoo lens with guides, tutorials and information to increase the visibility of your products and services by optimising optional attributes.</p>
<p><a href="http://www.squidoo.com/Google-Base-xml">http://www.squidoo.com/Google-Base-xml</a></p>
<p>Suzy Molloy</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[SEO and Getting lost in Manchester]]></title>
<link>http://jhayc.wordpress.com/2009/03/23/seo-and-getting-lost-in-manchester/</link>
<pubDate>Mon, 23 Mar 2009 23:06:33 +0000</pubDate>
<dc:creator>jhayc</dc:creator>
<guid>http://jhayc.wordpress.com/2009/03/23/seo-and-getting-lost-in-manchester/</guid>
<description><![CDATA[I travelled from my home in Liverpool to Manchester today to attend an SEO course at the Manchester ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>I travelled from my home in Liverpool to Manchester today to attend an SEO course at the <a href="http://www.manchesterdda.com/">Manchester Digital Development Agency</a>.</p>
<p>I got lost going there (Where the F*** is the A6143?) and had to ask a very astute and helpful young man in the Crown Plaza hotel for directions. The lad gave me a map and marked my route up with a highlighter pen and I found the place in 5 minutes. So thanks mate whoever you are!! He was Danish I think!</p>
<p>The Course was Delivered by a guy called <a href="http://www.janklin.com/">Jan Klin</a>. Jan delivered a fantastic course and I learned a great deal. He has a very easy manner and a great sense of humour (well, he is a scouser after all). If you get a chance book yourself on to one of his courses. He will teach you a ton of stuff.</p>
<p>One thing in particular that interested me was Google WebMaster Tools. The tools let you do keyword optimisation and also let you optimise your content for different countries among other things. I couldn&#8217;t help thinking that lot&#8217;s of people who make software like wordtracker must be a bit nervous. There&#8217;s also great stuff you can do with Google Maps.</p>
<p>As well as all the on-page optimisation stuff and Website auditing, Jan explained how Pay-Per-Click works. If you have something to sell online it wouldn&#8217;t hurt to throw £50 at it and see what happens. I couldn&#8217;t help thinking that you could sit there all day long clicking on a competitor&#8217;s link and cranking up his bill. I think I read somewhere that Google can spot this kind of dastardly behaviour though! A real no-brainer for anyone selling stuff online is <a href="http://www.google.co.uk/base/">Google Base</a>. That can get you pretty high up the SERPS.</p>
<p>Anyway, after a cracking course I got well and truly lost again on the way home. I really must invest in a SatNav system!</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Produkte bei Google Base  ]]></title>
<link>http://chingchang.wordpress.com/2009/03/16/produkte-fur-chinesisch/</link>
<pubDate>Mon, 16 Mar 2009 05:11:18 +0000</pubDate>
<dc:creator>chingchang</dc:creator>
<guid>http://chingchang.wordpress.com/2009/03/16/produkte-fur-chinesisch/</guid>
<description><![CDATA[Chingchang-Chinese baut seine Kooperation mit Google weiter aus. Ab sofort sind alle lieferbaren Pro]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Chingchang-Chinese baut seine Kooperation mit Google weiter aus. Ab sofort sind alle lieferbaren Produkte bei Google Base sichtbar und abrufbar. Demnächst wird auch der Einkauf direkt dort möglich sein. Bislang steht dieser Service leider nur in den U. S. A. zur Verfügung.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Cheap or low cost advertising]]></title>
<link>http://auntieshe.wordpress.com/2009/03/13/cheap-or-low-cost-advertising/</link>
<pubDate>Sat, 14 Mar 2009 00:33:17 +0000</pubDate>
<dc:creator>auntieshe</dc:creator>
<guid>http://auntieshe.wordpress.com/2009/03/13/cheap-or-low-cost-advertising/</guid>
<description><![CDATA[Lets face it, to get business you need to advertise, but when your working on a shoestring budget it]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Lets face it, to get business you need to advertise, but when your working on a shoestring budget its difficult to do.  I have had some success with the following:</p>
<p><a href="http://reallysmartdeals.com/rsd/rsdsplash2.php?r=58622" target="_blank">Really Smart Deals</a>,  you need to surf a few times each week, but you can list each of your websites or products up to 3 times for 31 days at a time.  A few things are prohibited so you will need to read the terms.  The site also offers paid spots for text and banner advertising at reasonable rates.</p>
<p><a href="http://twitter.com" target="_blank">Twitter</a> and <a href="http://facebook.com" target="_blank">Facebook</a>.  Both are fairly easy to set up, and you can list your websites or items from your websites on each.  Again read the terms of use to make sure you aren&#8217;t doing something that is frowned upon.  Both also offer paid advertising again reasonably priced, but I am doing okay with the free stuff right now.</p>
<p><a href="http://submittexpress.com" target="_blank">Submitt Express </a>will submit your website to around 30 different search engines.  The only drawback, you must include a link to submitt express on your website.  So unless you have extra pages that allow links, this may not be for you.   Also, after first listing your site, you will be hit with some confirmation spam emails.  After confirming you can always opt out of these.</p>
<p>Forums are always great.  If the place that hosts your site has forums, post in them.  Even if its only to say hi, or that your running a sale.  You will get hits just from people who see the shop name and wonder what your selling.  I&#8217;ve  had a few sales from these clicks.</p>
<p>Business cards.  You can print them yourself with your computer or have them made up for you.  Then next time someone asks what you do, hand them a card with you webaddress on it.   Cheap 4&#215;5 flyers are also a good way to advertise.  Hand them out at shows realated to what you sell (check with the promoter first, most will have a table upfront where you can leave advertising materials), if you do shows hand them out to customers, or potential customers, letting them know that they can find more of your merchandise online.</p>
<p>Word of mouth.  Don&#8217;t knock it.  You would be amazed at how many people have visited my websites and ended up purchasing items, because a friend told them I had the widget they were looking for, but I only sold online.</p>
<p>Craigslist is also a good way to get your name out there.  Just remember to abide by the posted rules and don&#8217;t spam the boards. </p>
<p>Blogging.   It never hurts to blog about things you know about, and even things you know nothing about. </p>
<p>Signature lines in your emails.   I have links to all three websites that I currently sell from in mine.    Everytime I post on a message board or chat room, they get included. </p>
<p>And don&#8217;t forget to take advantage to  the links sections in any groups or forums you belong to.  Many will let you link to your website if it is related to the group.  Some will let you link even if it isn&#8217;t related to the group.</p>
<p>Upload your items to google base.  If you use paypal, include a link to your website in their shops section. </p>
<p>There are any number thnigs that can be done on the cheap that can pay off big in the long run.  These are just a few that I have been using with a bit of success.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Filter Import And Export Joins Gmail Labs - Enjoy The New Experience !]]></title>
<link>http://vhxnblog.wordpress.com/2009/03/05/filter-import-and-export-joins-gmail-labs-enjoy-the-new-experience/</link>
<pubDate>Thu, 05 Mar 2009 05:21:55 +0000</pubDate>
<dc:creator>vhxnblog</dc:creator>
<guid>http://vhxnblog.wordpress.com/2009/03/05/filter-import-and-export-joins-gmail-labs-enjoy-the-new-experience/</guid>
<description><![CDATA[Google has announced yet another update fro Gmail Labs. This new facility called “filter import / ex]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Google has announced yet another update fro <a href="http://www.vhxn.com/search-google-in-reverse-order-funny-experience/">Gmail Labs</a>. This new facility called “filter import / export” helps us to transfer filters to another account. With this feature, you can use your Gmail to handle bundles of incoming mail.<br />
Filter import/export is available today in Gmail Labs, which can help you to work with <a href="http://www.vhxn.com/enhanced-google-search-results/">bulk filters</a> rather than selecting a single mail at a time.</p>
<p><a href="http://www.vhxn.com/how-to-send-sms-via-gmail/">Click to send SMS via Gmail</a></p>
<p><a href="http://www.vhxn.com"><img class="alignnone size-full wp-image-6989" title="gmailimportandexportfilters" src="http://www.vhxn.com/wp-content/uploads/2009/03/gmailimportandexportfilters.jpg" alt="gmailimportandexportfilters" width="515" height="238" /></a></p>
<p><!--more--><br />
You can turn it on from the Labs Tab under Settings and from the settings &#62;Filters page you can <a href="http://www.vhxn.com/important-gmail-tips-to-become-stuff/">download </a>a file containing some or all of your filters or upload a file to create a set of filters all in one go.<br />
<a href="http://www.vhxn.com/gmail-brings-enhanced-settings-for-imap/"><strong>With this feature, you can do the followings :</strong></a><br />
•You can download all your filters and if you are using POP or IMAP to get backup copies of your mail messages now it is possible to include your filters too.<br />
•You can share your <a href="http://www.vhxn.com/important-gmail-tips-to-become-stuff/">filters with other</a> people.<br />
•You can temporarily “Disable” a set of filters by exporting them and delete them as well.<br />
•If you want to enable it again just re-import them from the file you exported. [ <a href="http://www.vhxn.com">More</a> ]</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Série Google: 3.4. Google Base]]></title>
<link>http://estakiweb.wordpress.com/2009/02/16/serie-google-34-google-base/</link>
<pubDate>Mon, 16 Feb 2009 13:35:19 +0000</pubDate>
<dc:creator>Heider</dc:creator>
<guid>http://estakiweb.wordpress.com/2009/02/16/serie-google-34-google-base/</guid>
<description><![CDATA[O Google Base é um lugar onde você pode facilmente submeter todos os tipos de conteúdo, online ou of]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p style="text-align:justify;"><img class="alignleft size-full wp-image-498" title="googlebase" src="http://estakiweb.wordpress.com/files/2009/02/1736896291-googlebase.gif" alt="googlebase" width="150" height="55" />O <strong>Google Base</strong> é um lugar onde você pode facilmente submeter todos os tipos de conteúdo, <em>online</em> ou <em>offline</em> que o Google o hospedará e fará pesquisável. Você pode descrever qualquer ítem que colocar com &#8220;atributos&#8221;, que vão ajudar as pessoas a achá-lo quando pesquisarem no Google Base. De fato, baseado na relevância dos seus artigos, estes podem também ser incluídos no índice principal da busca do Google e em outros produtos do Google como <span class="mw-redirect">Froogle</span>, Google Base e <span class="new">Google Local</span>. A idéia do site é: &#8220;Se você tem informação que quer compartilhar com outros, mas não tem certeza de como ser visto por um determinado público, o Google Base é para você&#8221;</p>
<p style="text-align:center;"><!--more Continue Lendo...--></p>
<p><a id="Fatos_sobre_o_Google_Base" name="Fatos_sobre_o_Google_Base"></a></p>
<h2 style="text-align:justify;"><span class="mw-headline">3.4.1. Fatos sobre o Google Base</span></h2>
<ul style="text-align:justify;">
<li><strong>Custo:</strong> Grátis</li>
<li><strong>Tipos de itens aceitados:</strong> Todos os tipos de informação <em>online</em> ou <em>offline</em> e imagens</li>
<li><strong>Linguagem:</strong> O Google Base está atualmente somente em Inglês</li>
<li><strong>Alcance:</strong> Os itens que você submeter ao Google Base podem ser achados nele próprio e dependendo da sua reelevância, talvez também apareça nos outros produtos Google como o próprio Google, Google Product Search que não é um serviço novo mas sim o novo nome do Froogle e o Google Local.</li>
<li><strong>Porque é diferente:</strong> O Google Base permite adicionar atributos que melhor descrevam seu conteúdo de modo que os usuários possam facilmente encontrá-lo. Os atributos específicos mais populares tornam-se mais frequentes são sugeridos a outros usuários a enviar os mesmos itens. Similarmente, artigos que se transformam mais populares vão aparecer como sugestões de tipos no menu <em>drop down</em> <em><strong>Choose an existing item type</strong></em>.</li>
</ul>
<p><a id="Que_tipos_de_informa.C3.A7.C3.B5es_podem_ser_hospedadas" name="Que_tipos_de_informa.C3.A7.C3.B5es_podem_ser_hospedadas"></a></p>
<h2 style="text-align:justify;"><span class="mw-headline">3.4.2. Que tipos de informações podem ser hospedadas</span></h2>
<p>As possibilidades de usos são virtualmente infinitas dentres as quais podemos incluir:</p>
<ul>
<li>Receitas culinárias;</li>
<li>Oferecer produtos como carros de segunda mão;</li>
<li>Fazer Propaganda;</li>
<li>Promover eventos;</li>
<li>Teses de mestrado;</li>
<li>Sequências de <span class="mw-redirect">DNA</span>;</li>
<li>Ofertas de trabalho</li>
<li>Fotos</li>
</ul>
<p><a id="Liga.C3.A7.C3.B5es_externas" name="Liga.C3.A7.C3.B5es_externas"></a></p>
<h2><span class="mw-headline">3.4.3. Acesse o:<br />
</span></h2>
<ul>
<li><a title="http://base.google.com" rel="nofollow" href="http://base.google.com/" target="_blank">Google Base</a> <span style="cursor:help;font-family:monospace;font-style:normal;font-variant:normal;font-weight:bold;font-size:small;line-height:normal;" title="[[Lingua inglesa&#124;em inglês]]">(em inglês)</span></li>
<li><a class="external text" title="http://googlebase.blogspot.com" rel="nofollow" href="http://googlebase.blogspot.com/">Blog Oficial</a> <span style="cursor:help;font-family:monospace;font-style:normal;font-variant:normal;font-weight:bold;font-size:small;line-height:normal;" title="[[Lingua inglesa&#124;em inglês]]">(em inglês)</span></li>
<li><a class="external text" title="http://base.google.com/base/about.html" rel="nofollow" href="http://base.google.com/base/about.html">Sobre o Google Base, Screenshots, FAQ</a> <span style="cursor:help;font-family:monospace;font-style:normal;font-variant:normal;font-weight:bold;font-size:small;line-height:normal;" title="[[Lingua inglesa&#124;em inglês]]">(em inglês)</span></li>
</ul>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Jobs: Neue Jobb&ouml;rse in Deutschland]]></title>
<link>http://inmove.wordpress.com/2009/01/12/jobs-neue-jobbrse-in-deutschland/</link>
<pubDate>Mon, 12 Jan 2009 18:58:25 +0000</pubDate>
<dc:creator>bodohl</dc:creator>
<guid>http://inmove.wordpress.com/2009/01/12/jobs-neue-jobbrse-in-deutschland/</guid>
<description><![CDATA[In Deutschland ist eine neue Jobbörse an den Start gegangen. Google Base ist da! Artikel lesen Searc]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>In Deutschland ist eine neue Jobbörse an den Start gegangen. Google Base ist da!</p>
<p><a href="http://albertsen-training.de/?p=204" target="_blank">Artikel lesen</a></p>
<p><img src="http://farm1.static.flickr.com/55/175382510_3a9210310f.jpg"> </p>
<p><a href="http://flickr.com/photos/spo0ky/175382510/" target="_blank">Search</a>: Photo by *spo0ky*</p>
</div>]]></content:encoded>
</item>

</channel>
</rss>
