Chinese SEO specialists
-
Wondered if any of you could recommend a very white-hat and trustworthy Chinese SEO specialist who I can partner with? Thanks, Luke
-
Chinese language SEO is one of our specialties. Give us a call: http://www.textlinkbrokers.com/
-
I'm doing some stuff with Baidu, I'll dm you!
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
Is it reasonable to not give an SEO access to our CMS?
A client (we designed their website) recently employed an SEO who required FTP access or access to the CMS. We told the client they would need to take full responsibility for any updates the SEO carried out, otherwise, the SEO could send over the changes and we would put them in at no extra cost to the client. The client didn't want to take responsibility and denied the SEO access to the CMS, and told the SEO to send over the completed work for us to put into the site. The SEO was not happy with this arrangement, and didn't seem to understand that we needed to trust him before access was would be given at a future date. Other SEO's have never had a problem with this arrangement, but this SEO claimed what they do is secret and for no one else to see. SEO want's to proceed, client doesn't want to proceed, we are happy to update the website with the client's approval. This particular client has a reputation for backing out of things. Also from the initial client, SEO contact the SEO was ready to update the website within 24 hours. Are we being unreasonable?
Industry News | | ChristinaRadisic1 -
Great SEO Agency
Hi again all, I have appreciated all the help from the community as we are rebuilding our site. Currently we are looking for a great SEO consulting firm to help us with a number of key SEO related tasks and strategies. I have looked through the recommended list MOZ provides: http://moz.com/community/recommended, but I wanted to get everyone's take on who they thought was the "best" - on that list or otherwise. We are looking for an agency that can help us optimize the site, create an ongoing strategy, help with link building, help with sitemap creation and management (5 million + pages, primarily dynamic) and possibly help with content. Anyone have recommendations they could share? Thanks David
Industry News | | BestRide0 -
Looking For A reliable Chinese Based SEO Agency
Hey everyone, my company is looking for a reliable SEO agency to help with our chinese website: http://www.lunwenban.com/ I was wondering if anyone had any possible positive experiences with one? Carl
Industry News | | geekdesign0 -
Post your favorite SEOs for Mom and Pop Shops
I'm trying to compile a list of SEOs and/or Inbound Marketers that specialize in helping micro-businesses. For the purposes of this study 'micro' means any business with 5 or fewer employees. Names are great. Website URLs would be Fab. Twitter accounts would be super Fab. For instance: David Mihm http://www.davidmihm.com/ @davidmihm I'd be happy to share the final list with anyone who provides a name.
Industry News | | JesseCWalker0 -
Help! I need to hire a SEO / SEM Specialist - Am I asking for too much?!
Hey all! I'm expanding my in-house marketing team and I need to add an SEO / SEM Specialist that will strategize, execute & manage the following: Organic SEO PPC across multiple channels (Google, Bing & also social sites like Facebook) Remarketing & Display marketing Banner ads Retargeting We're a lean company that's all about doing more with less. But not being very familiar with the SEO / SEM world I'm afraid I'm asking for too much! What do you guys think? What's your experience been? If you do think that this is potentially a single position, what would be the best title for attracting talent? SEO / SEM Specialist? Digital Marketing Manager? With the research I've done - jobs / titles have been totally across the board! I'm not able to find much consistency. Thank you all for your help 🙂 It's greatly appreciated!!!!!
Industry News | | RochelleRietow0 -
Want to a Medium Cost Seo Firm
Hi, I have a website which is ranged in medium scale, I want some medium cost seo company to do the seo work for my site. I willing to pay upto $500 p/m. Waiting for the replies.
Industry News | | Dexx220 -
Node.js for SEO
We've got a client building a site using node.js (http://nodejs.org/) I'm not at all familiar with this and of course need to know how nodejs impacts SEO? Are you familiar with it? Any sites you know of using it? But as I said, bottom line - how will it impact the SEO on the site?
Industry News | | VMLYRDiscoverability1 -
What is the best method for getting pure Javascript/Ajax pages Indeded by Google for SEO?
I am in the process of researching this further, and wanted to share some of what I have found below. Anyone who can confirm or deny these assumptions or add some insight would be appreciated. Option: 1 If you're starting from scratch, a good approach is to build your site's structure and navigation using only HTML. Then, once you have the site's pages, links, and content in place, you can spice up the appearance and interface with AJAX. Googlebot will be happy looking at the HTML, while users with modern browsers can enjoy your AJAX bonuses. You can use Hijax to help ajax and html links coexist. You can use Meta NoFollow tags etc to prevent the crawlers from accessing the javascript versions of the page. Currently, webmasters create a "parallel universe" of content. Users of JavaScript-enabled browsers will see content that is created dynamically, whereas users of non-JavaScript-enabled browsers as well as crawlers will see content that is static and created offline. In current practice, "progressive enhancement" in the form of Hijax-links are often used. Option: 2
Industry News | | webbroi
In order to make your AJAX application crawlable, your site needs to abide by a new agreement. This agreement rests on the following: The site adopts the AJAX crawling scheme. For each URL that has dynamically produced content, your server provides an HTML snapshot, which is the content a user (with a browser) sees. Often, such URLs will be AJAX URLs, that is, URLs containing a hash fragment, for example www.example.com/index.html#key=value, where #key=value is the hash fragment. An HTML snapshot is all the content that appears on the page after the JavaScript has been executed. The search engine indexes the HTML snapshot and serves your original AJAX URLs in search results. In order to make this work, the application must use a specific syntax in the AJAX URLs (let's call them "pretty URLs;" you'll see why in the following sections). The search engine crawler will temporarily modify these "pretty URLs" into "ugly URLs" and request those from your server. This request of an "ugly URL" indicates to the server that it should not return the regular web page it would give to a browser, but instead an HTML snapshot. When the crawler has obtained the content for the modified ugly URL, it indexes its content, then displays the original pretty URL in the search results. In other words, end users will always see the pretty URL containing a hash fragment. The following diagram summarizes the agreement:
See more in the....... Getting Started Guide. Make sure you avoid this:
http://www.google.com/support/webmasters/bin/answer.py?answer=66355
Here is a few example Pages that have mostly Javascrip/AJAX : http://catchfree.com/listen-to-music#&tab=top-free-apps-tab https://www.pivotaltracker.com/public_projects This is what the spiders see: view-source:http://catchfree.com/listen-to-music#&tab=top-free-apps-tab This is the best resources I have found regarding Google and Javascript http://code.google.com/web/ajaxcrawling/ - This is step by step instructions.
http://www.google.com/support/webmasters/bin/answer.py?answer=81766
http://www.seomoz.org/blog/how-to-allow-google-to-crawl-ajax-content
Some additional Resources: http://googlewebmastercentral.blogspot.com/2009/10/proposal-for-making-ajax-crawlable.html
http://www.seomoz.org/blog/how-to-allow-google-to-crawl-ajax-content
http://www.google.com/support/webmasters/bin/answer.py?answer=357690