seo

SEO dynamic / AJAX pages

I have a very dynamic / ajax powered website which also includes iframes and due this reason I have a very bad SEO rank and it come in my mind to make one more additional version of the site (text based / no script) and serve it to the search engines based on the user agent . Please let me know if you think that is a feasible method and ...

Does Google punish content duplication across multiple country domains?

I like the way Google handles internationalization, with domains such as google.co.uk, google.nl, google.de etc. I'd like to do this for my own site, but I'm concerned that Google will interpret this as content duplication, particularly across countries that speak the same human language, as there won't be any translation to hint that th...

Which CDN offers rewrite rules for urls

I'm looking for a Content Delivery Network which offers the ability to make images available through multiple urls while they exist physically only one time. I want to generate seo friendly image urls with the relevant keywords in different languages. Thanks for your advice! ...

SEO - List of links - Farmlinking?

I'd like to know if listing a set of partner sites/blogs is useful for the pagerank growth. Does Google see it as an incorrect act? I read somewhere that if people exchange links, google seeks it and marks as a bad technique. If it doesn't matter, is the content of the linked site relevant? ...

Hiding text under an image for SEO purposes

I am going to use a large image on my page with a bunch of text on it. The reason I am including body text on an image is because the text will be rotated, and there currently isn't any GREAT solution for rotating text seamlessly across all browsers. On this image, there is a lot of text, and I want it to be indexed by search engines. (...

Need to have either example.com/username or username.example.com, but how?

Hey guys, I'm almost finished developing my large project, however I would love it if I could make it so instead of having the users profile pages at: http://example.com/profile/username/USERNAME (i'm currently using .htaccess to rewrite the GET data into forward slashes and profile(.php) being read as just 'profile' profile.php also ...

SEO and dynamic javascript HTML switching

just wondering if anyone knows anything of using javascript to set html to new content instead of linking to new pages, if this is generally a bad idea or if it kind of hurts SEO(which im kind of new to) Basically the home page displays given content, and the links to like contact pages and stuff, just change the body content to what wo...

JSP 2.0 SEO friendly links encoding

Currently I have something like this in my JSP <c:url value="/teams/${contact.id}/${contact.name}" /> The important part of my URL is the ID, I just put the name on it for SEO purposes (just like stackoverflow.com does). I was just wondering if there is a quick and clean way to encode the name (change spaces per +, latin chars remova...

SEO: Duplicated URLs with and without dash "/" and ASP.NET MVC

Hello guys, after reading this article "Slash or not to slash" (link: http://googlewebmastercentral.blogspot.com/2010/04/to-slash-or-not-to-slash.html) on Google Webmaster Central Blog (the oficial one) I decided to test my ASP.NET MVC app. For example: http://domain.com/products and http://domain.com/products/ (with "/" in the end), re...

what does the search engine prefer now Dash or Underscore in a url

hi, what does the search engine prefer now Dash or Underscore in a url. http://website.com/dash-underscore http://website.com/dash_underscore thanks ...

SEM/SEO tasks doubts

Hello, Actually i think that i have an strong knowledge of SEO, but im having some doubts about the following: I will have to increase the position in Google of certain product pages of a company in the next months. I supposed that not only will be sufficient the following tasks: Improve usability of those pages. Change the pages ti...

Restructuring Site - SEO

I am planning to restructure my site slightly which means certain urls will be changing. I rank quite well for some of these pages in google. What can I do to retain this once I change the url's? Here is an example of some of the changes: twistedtime.com/mens-watches.html to twistedtime.com/shop-by/gender/mens-watches.html twistedti...

SEO friendly url on php

i need to convert this type of url yourdomain.com/username/listings/id1/ to this yourdomain.com/username/listings/listing-name Can i get some advice? Thank you! ...

Silverlight and Search Engines

Hi, I have recently started learning SilverLight (and Web developement in general) and have been advised by a friend that SilverLight isn't Search engine friendly (because Silverlight isn't HTML). Is there any way of getting around this and getting my site onto the Search engine lists (without paying)? (Any advise on getting my site on ...

Links from Google appending index.php to my URL

I recently put up a site and I have been doing some SEO. However I noticed that links from Google search append index.php to my links. For example a site page which clearly appears as www.example.com/index/why on search together with correct content sample when clicked on ends up in the new browser as www.example.com/index.php/why Note...

Kohana 3 - Blog like route "/post/YYYY/MM/DD/search-engine-optimized-url"

Hi Guys, I'm trying to create the above mentioned route... year, month, day and title should be passed to the method. Any idea how that works? Thanks in advance! ...

SEO Problem for new dictionary site, google hasn't indexed content.

I loaded about 15,000 pages, letters A & B of a dictionary and submitted to google a text site map. I'm using google's search with advertisement as the planned mechanism to go through my site. Google's webmaster accepted the site mapps as good but then did not index. My index page has been indexed by google and at this point have not ...

Will adopting an html5 semantic structure improve my SERP rank?

By using the new html5 tags like header, footer, nav, article, etc. and even micodata/formats to structure your website. From what I understand this will help search engines understand your page. If so would this help your SERP rank? ...

Will AJAX cause my site to have a high bounce % and hurt my search ratings?

I'm building an art gallery website that updates its images via AJAX, for those who have javascript enabled, rather than request multiple page loads. I assume this will appear as though my site has a high bounce percentage. I understand that search engines will not be able to index dynamic content, but will such a misinterpreted bounce...

How to check if googlebot will index a given url ?

We're doing a whitelabel site, which mustn't be google indexed. Does anyone know a tool to check if the googlebot will index a given url ? I've put <meta name="robots" content="noindex" /> on all pages, so it shouldn't be indexed - however I'd rather be 110% certain by testing it. I know I could use robots.txt, however the problem wit...