Loading

石家庄四天的中华传统文化学习之行有感

端午节的4天也许会成为我这一生中最具有意义,最重要的4天,因为这4天我在石家庄有幸参加了陈大会老师组织的中华传统文化教育论坛。

Researching Keywords tool

When you are going to start your seo projects, first think you can think of maybe what keywords you are going to focus on.

there are some wonderful tools, for English sites,

No1 is Google trends and Google insights. + Google Adplanner.

these three tools has different function.

with trends you know the hot topics people are talking about. which you can also compare the popularity for different keywords. they include the search traffic trends.

Google insights first usage is to use to compare the popularity of different keywords, while I think more important is that it tells which region or country people are search which words, and with the hot search words, it also shows what keywords most people search and what the fast rising keywords.

with Google insights it is really helpful for your Google adwords keywords deciding, you can placing a bid for targeted region or country for certain keywords and right query.

so maybe you ask me what doubleclick adplanner use for?

this new tool is so great, when you research on some sites and check if the sites have the same targeted uses you want to advertising, that is it advertising function,

more important for webmaster, it can be used to do competitor research, you can check what the user also visit if they visit your sites.

and you can also use it to find related information for similar sites.

another great tools is adwords keyword tool: http://www.google.com/sktool

for SEOer, it is good if you always visit http://forums.digitalpoint.com/showthread.php?t=1814904

a lot of good articles.

SEO useful site collection

Squidoo, Hubpages and Gather.

Digg.com Page Rank: 8
Digg.com is a good site for news article marketing. We can upload
videos and podcasts. For working with this site we have to create an
account. After creating account we will have to submit URL of our blog
website along with user name password. After submitting required
information we can start uploading news article, videos and podcasts.
We can get good traffic for the site

Squidoo.com Page Rank: 7
Squidoo is good site for making free blog. We can publish our
articles in blogs that will link to our site. We can get traffic from
this site. Our websites page rank will also be affected in some
positive manner as squidoo‘s page rank is good.

hubpages.com Page Rank: 5
Hubpages.com, a good site here you can easily publish information on a
topic you love to write about. Some good topics are Business,
Supports, technology, travel etc.

ning.com Page Rank: 7
Ning.com is a social networking site. From following features we can
have benefits
Features

* Create blog posts with photos, files, and moods.
* Manage blog posts and moderate comments.
* Choose the option to publish in the future.
* Members can customize their own pages.
* A profile question section where you write the questions.
* A member “chatterwall” for others to leave chatters.
* Option to add widgets to profile page.
* Member photos and videos.

43things.com Page Rank: 7
43things.com, allow us to make Free blog to publish our own articles
that link with our site.

advogato.org Page Rank: 7
The site allow us to publish articles. After having an account we can
publish articles.

asmallworld.net Page Rank: 5
The site allows us for publish press releases and article. Basically
it is a community site; we can share our views with others.

Zimbio.com one of my favorites, little different but offers a lot.

topix.com

http://knol.google.com

I have been searching for some high PR article directories since some days and ultimately I filter out 5 best article submission site. All 5 article submission sites approve article at once and have page rank above 3. But when you submit article do not make spam, than means only put 2 to 3 link on the resource box, otherwise you do not get much value by your article. Below are the four article sites

1. http://www.articleslash.net
2. http://www.fourpxarticles.com
3. http://www.ideamarketers.com
4. http://www.goarticles.com
5. http://www.selfgrowth.com

http://www.socialmarker.com/

Easy way to do seo

As many of us may get headache on how to do seo well, searching for the expertise advise on the internet for a while I find a really good place to start for your site seo is using other service, which means pay to seo.

why do so? as seo is a system project, so if you have one site, it is not worth or hard to make seo, while if you have tons of sites which most cases are the seo company will get business like.

that makes thing easier and with lower cost. for yourself, it is great to save a lot of time in seo and focus on your website construction your business, sales channel and etc.

a really good place to find someone work for you is sites like freelancer

http://www.freelancer.com this sites looks like with a good reputation and very first rank in google, I tried this site, first time you register and want to post a project, you need to pay $10, if you pay with paypal or other method there is a small payment fee charged.

of course they also offer a chance for new registrant post for free, which limited for reviewing first and can be only bidded by people who without history rate yet.

another site looks good is http://www.youhaveaproject.com/account/signup.php but not yet make a try, as I consider this is complete free service, while checking the existing projects, I find their actual project fee is higher than freelancer.com.

anyway, both are good choice I think.

at the same time I find a good site http://www.wlmarketing.com/ looks very good seo package offered, not sure how their work quality maybe try later,

first I would see how the freelancer work get it done for the website traffic first.

如何用谷歌分析(Google Analytics)的电子商务代码跟踪ecshop网店

<script type=”text/javascript”>
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-16669326-1']);
_gaq.push(['_trackPageview']);
_gaq.push(['_addTrans',
'<!--{$order.order_sn}-->',           // order ID - required
'<!--{$order.parent_id}',  // affiliation or store name
'<!--{$order.goods_amount}-->',          // total - required
'0',           // tax
'<!--{$order.shipping_fee}-->',              // shipping
'<!--{$order.city}|{$order.district}-->',       // city
'<!--{$order.province}-->',     // state or province
'<!--{$order.country}-->'             // country
]);
// add item might be called for every item in the shopping cart
// where your ecommerce engine loops through each item in the cart and
// prints out _addItem for each
<!–{foreach from=$goods_list item=goods}–>
_gaq.push(['_addItem',
'<!--{$order.order_sn}-->',           // order ID - required
'<!--{$goods.goods_sn}-->',           // SKU/code - required
'<!--{$goods.goods_name}-->',        // product name
'<!--{$goods.goods_id}-->',   // category or variation
'<!--{$goods.goods_pric}-->',          // unit price - required
'<!--{$goods.goods_number}-->'               // quantity - required
]);
<!–{/foreach}–>
_gaq.push(['_trackTrans']); //submits transaction to the Analytics servers
(function() {
var ga = document.createElement(‘script’); ga.type = ‘text/javascript’; ga.async = true;
ga.src = (‘https:’ == document.location.protocol ? ‘https://ssl’ : ‘http://www’) + ‘.google-analytics.com/ga.js’;
(document.getElementsByTagName(‘head’)[0] || document.getElementsByTagName(‘body’)[0]).appendChild(ga);
})();
</script>

Google Analytics 谷歌分析的电子商务功能很强大,可以跟踪出每个订单的金额,转换,转换来源,交易数量,交易金额,可以帮助网站管理者对于订单交易等有更多维度的理解和进一步作优化。

对于ecshop 如何实施这段analytics的电子商务代码呢?

其实谷歌分析的帮助中心给出了很详细的解释:http://code.google.com/apis/analytics/docs/tracking/gaTrackingEcommerce.html

然而在ecshop中添加还需要对于ecshop的代码有所了解。

添加有2种方式,

我使用的是第一种。修改themes下面的flow.dwt 文件在判断是否提交订单成功 <!– {if $step eq “done”} –> 的后面加上下面的代码。

下面的代码只需要把UA-xxxxxx-x 换成你自己的Analytics 数字即可。

<script type=”text/javascript”>

var _gaq = _gaq || [];

_gaq.push(['_setAccount', 'UA-xxxxxx-x']);

_gaq.push(['_trackPageview']);

_gaq.push(['_addTrans',

'<!--{$order.order_sn}-->',           // order ID - required

'<!--{$order.parent_id}',  // affiliation or store name

'<!--{$order.goods_amount}-->',          // total - required

'0',           // tax

'<!--{$order.shipping_fee}-->',              // shipping

'<!--{$order.city}|{$order.district}-->',       // city

'<!--{$order.province}-->',     // state or province

'<!--{$order.country}-->'             // country

]);

// add item might be called for every item in the shopping cart

// where your ecommerce engine loops through each item in the cart and

// prints out _addItem for each

<!–{foreach from=$goods_list item=goods}–>

_gaq.push(['_addItem',

'<!--{$order.order_sn}-->',           // order ID - required

'<!--{$goods.goods_sn}-->',           // SKU/code - required

'<!--{$goods.goods_name}-->',        // product name

'<!--{$goods.goods_id}-->',   // category or variation

'<!--{$goods.goods_pric}-->',          // unit price - required

'<!--{$goods.goods_number}-->'               // quantity - required

]);

<!–{/foreach}–>

_gaq.push(['_trackTrans']); //submits transaction to the Analytics servers

(function() {

var ga = document.createElement(‘script’); ga.type = ‘text/javascript’; ga.async = true;

ga.src = (‘https:’ == document.location.protocol ? ‘https://ssl’ : ‘http://www’) + ‘.google-analytics.com/ga.js’;

(document.getElementsByTagName(‘head’)[0] || document.getElementsByTagName(‘body’)[0]).appendChild(ga);

})();

</script>

-茉莉有香原创 转载请注明

Twitter Delicious Facebook Digg Stumbleupon Favorites More

茉莉有香 is Digg proof thanks to caching by WP Super Cache