Tagged Questions

An SEO friendly website is one that can be easily crawled and indexed by search engines.

learn more… | top users | synonyms

10
votes
4answers
908 views

What is the ideal length of an URL slug

To make pretty URL's from article titles I am using a simple function. However lately I an concerned about the ideal length of these "slugs". It is said that too many dashes are bad. However some ...
9
votes
4answers
728 views

ÅÄÖ: what is considered more SEO friendly URL

As far as I can tell I shouldn't be using ÅÄÖ (somthing like they have no visual representation in ASCII??). So what is considered more SEO friendly? Replacing i.e. all "ä" with "a" or "ae"? (The CMS ...
7
votes
5answers
2k views

ASP.net MVC support for URL's with hyphens

Is there an easy way to get the MvcRouteHandler to convert all hyphens in the action and controller sections of an incoming URL to underscores as hyphens are not supported in method or class names. ...
6
votes
3answers
355 views

making JavaScript generated content possible for search engines to index

Is there any way to make JavaScript generated content indexable by search engines? I remember reading something about Google parsing a generated site map, but I might be wrong here. _L
5
votes
1answer
53 views

use .htaccess for friendly url

I've read many of the similar questions but have not been able to alter the url to an SEO friendly name. It's bizarre because I believe my requirement should be simple. So I'm going to be specific in ...
5
votes
2answers
852 views

jQuery and SEO (hidden div's)

Im working with jquery ui on many of my websites and I am concerned that any content that is in hidden divs that will be used for a dialog is not search engine friendly and I would like to find out ...
5
votes
4answers
346 views

Search engine friendly URLs that contain numbers… good or bad?

I made a website that has a hierarchical structure and has search engine friendly (SEF) URLs like: /seeds-1/ /seeds-1/fruits-2/ /seeds-1/fruits-2/black-berries-5/ /seeds-1/fruits-2/blue-berries-6/ ...
4
votes
5answers
254 views

Detecting search engine optimization (SEO)

How could a client detect if a server is using Search Engine Optimizing techniques such as using mod_rewrite to implement "seo friendly urls." For example: Normal url: ...
4
votes
3answers
200 views

Pretty URLs Vs. Duplicate Content

I'm trying to clear up a grey area about this much talked about topic... Like most devs, I've made some pretty URLs with mod_rewrite. My sites internal links point to the pretty URLs and things are ...
3
votes
1answer
19 views

making seo/canonicals urls without mod-rewrite on lamp

i have a hosting company that does not allow .htaccess (mod-rewrite is disabled) on linux, php, mysql and apache. i want urls to be more seo/canonicals for my site. i have now: /index.php ...
3
votes
2answers
78 views

ASP.NET Custom 404

I have a database driven ASP.NET site, which uses a single APSX page to display all site pages. So all the URLs of the site are in the following format: /main.aspx?page=Page+Title+One ...
3
votes
2answers
43 views

rewriting url using htaccess [closed]

I'm pretty new to .htaccess and I'm trying to rewrite the following URL structure: http://www.example.com/groups/menu.php?id=This is Group Name With Number 25 into: ...
3
votes
5answers
162 views

Couple of questions about .htaccess and friendly urls

I've always been bad at apache and used very simple solutions. Right now I have built a cms software.. but the .htaccess is starting to be a huge downsize. I will first explain, how my friendly-urls ...
3
votes
2answers
48 views

Where should a site’s language be set?

I was searching at w3schools about the meta tag, but there's nothing about content language. What is the place where I should set the site’s language? Edit: it should be compatible with HTML 5.
3
votes
2answers
238 views

Which Javascript WYSIWYG editor produces the cleanest/SEO-friendliest output?

I have been looking into javascript wysiwyg text editors for use on a topicality website. SEO friendliness is obviously very important because the site aims to attract visitors looking for articles ...
3
votes
4answers
164 views

ASP.NET - SEO-friendly?

I would like to ask you guys about your opinion on SEO for services written in ASP.NET. I met an SEO specialist who says that it is almost impossible to make SEO for services/portals written in ...
3
votes
3answers
176 views

How to handle existing indexed Mixed Case url's? [closed]

I have an asp.net web forms application that has been live for a number of years and as such has quite a lot of indexed content on google. Ideally, I'd prefer that all Url's for the website are in ...
3
votes
2answers
81 views

Do different URLs for the same resource cause SEO problems

I am using a framework similar to codeIgniter and Zend FW. So URL structure is the same. Meaning /controller/action/etc.... However there are some cases when different URLs maps the same controller. ...
3
votes
4answers
176 views

what Books do you use for SEO? [closed]

Just wondering if any of you guys could tell me your favorite books for SEO(Search Engine Optimization). Or certain websites that you use also? Thanks
3
votes
1answer
54 views

Do you get penalized by search engines when you let search engine crawlers pass through but add an aditional step for users?

I am working currently for a project on which several parts of the website may be restricted due to an area the user resides. So that when a user accesses the page he gets redirected to a form he must ...
3
votes
1answer
193 views

SEO friendly URL

Which is more seo friendly URL from below http://www.example.com/products/market-reports http://www.example.com/products/market-reports.aspx Can anyone help?
3
votes
3answers
205 views

URL Generation Technique with PHP

I have a build a web portal based on the Cricket concept, I have build a Custom based CMS where I can upload the News for the site Once I upload the news, the URL Will be like this ...
3
votes
2answers
2k views

GWT SE friendly application

How I can develop 'Search Engine Friendly' web app in GWT? Take an example of StackOverflow it self, its a web app and should be SEO friendly allowing user to search from search engine. If some one ...
3
votes
1answer
1k views

Grails SEO friendly URLs

The standard way of creating URLs in grails is: <a href="${createLink(controller:'news', action: 'show', params: [id: news.id])}">${news.title}</a> which generates the url: ...
3
votes
1answer
542 views

Dynamic SEO-friendly URLs

I'd like to deploy dynamic URL's for my app in two ways: when viewing available vehicle, I get a link like: http://www.url.com/2006-Acura-MDX-Technology-Package I also have a filter page, so here, ...
3
votes
4answers
171 views

Best practices for converting an existing website into a website with SEF URL

I've got a website that was created about an year ago and its been constantly revised since then. The website is coded in classic ASP, contains about ~50 pages -- some are multi-purpose, and contains ...
3
votes
3answers
575 views

How can I display SEO friendly URLs using mod_rewrite?

I am not a PHP developer at heart and I have been asked to perform some SEO on an existing PHP website. The first thing I noticed was the ugly URLs so I want to get these to rewrite to something more ...
2
votes
5answers
150 views

Is it against to MVC pattern calling a view in another view with variables?

edited for clarification and modified example pseudo-code I was trying to understand the concept of mvc and sometimes it gives me some serious headaches. I was facing with a problem and trying to ...
2
votes
1answer
99 views

Links contains #, would it affect SEO? [closed]

If i have such links in my site (i am using mvcsitemap): http://mysite.com/coollink http://mysite.com/coollink#contanttab1 http://mysite.com/coollink#contenttab2 If i want to submit site map to ...
2
votes
1answer
38 views

Wordpress - Create a slug for image files

So here's the deal: I need to make all posted images in wordpress have seo-friendly urls, much like slugs for a post. So, if I attach an image 'foo01234.jpg' with a title of "Foo Bar Image" to a ...
2
votes
1answer
171 views

SEO friendly URL while using Timthumb

My website www.uksoccershop.com has been recently updated by my team to show image thumbnails using timthumb. This has been successfully done, but the issue of losing on SEO traffic from Google Images ...
2
votes
2answers
124 views

ASP.NET MVC 3.0 use the best URL

If you create a new asp.net mvc website the default routing in Global.asax.cs is as follows: public static void RegisterRoutes(RouteCollection routes) { ...
2
votes
2answers
143 views

How Does search engines index Restful multilingual sites

Im working on a multilingual site using asp.net mvc, and im wondering how search engines will index my site if urls will be the same for all the languages e.g.: ...
2
votes
1answer
150 views

Xenu Link Sleuth through a proxy server

I have a client who needs to periodically check an internet site I've developed for them, for broken links. They need to do this from their local company network. They have internet access and can ...
2
votes
2answers
232 views

PHP Routing with multilingual support

I am currently creating a CMS on a framework. I have made my .htaccess file, which looks like this: <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond ...
2
votes
2answers
159 views

Is there such a thing as SEO-friendly Java-based RIA?

I have recently been investigating java server-side web frameworks to serve as a rendering platform for a new B2C web site project. Based on my research I would broadly divide the available solutions ...
2
votes
5answers
389 views

Is AJAX Really SEO Friendly?

Now with web 2.0, the trend is Ajax, there are many existing framework on the market promoting AJAX, but is AJAX really SEO friendly??
2
votes
2answers
149 views

Google showing website inner search engine results, how does it work? [closed]

Sometimes when I search in Google, appears a website and just below... several links from that website. Sometimes also (I don't know if it's related) I click on a result and the website shows me the ...
2
votes
6answers
323 views

Are Image name are important for better page ranking [closed]

I have a website with thousand of images, but I am not sure that if the Image Name are also really very important for the better page ranking. Thanks in advance.
2
votes
5answers
932 views

CodeIgniter: SEO friendly URLs

I'm developing an e-commerce site using CodeIgniter. What are the general strategies used in order to create SEO friendly URLs? Say I have a product with an id of 123 and a product name of 32 in Sony ...
2
votes
1answer
290 views

Existing full ajax jQuery site must become search engine friendly?

I've built a full ajax site using jQuery and asp.net. All database data are loaded dynamically via client-side ajax calls. There are no html forms or postbacks, just ajax calls to a web service ...
2
votes
3answers
378 views

Which canonical name is better? www or non-www? [closed]

I am having a confusion which domain to go with. domain or www.domain I dont care about the redirections between each other. I would like to know which one is better in any ways. Update: Greg's ...
2
votes
1answer
490 views

ASP.NET Gridview and SEO friendly paging

I've started a topic (http://our.umbraco.org/forum/developers/xslt/7571-Xslt-paging-vs-UserControl-gridview) a while ago about the default ASP.NET Gridview vs XSLT paging. The conclusion was that XSLT ...
2
votes
3answers
238 views

Anyone got SEO tips for Ruby on Rails

Can anyone recommend some RoR plugins and/or general sage that will help me with SEO?
2
votes
2answers
118 views

problems getting nice browser url using redirect/rewriterule

Currently I use a .htaccess redirect to send a (nice) url /offices/london/whatever to my script (nasty url) /db/db.pl?offices-london-whatever i want the browser url to be nice, with the 301 redirect ...
2
votes
5answers
1k views

Do spaces in your URL (%20) have a negative impact on SEO?

All the articles I Googled on this subject are dated back in 2004-2005. Basically I am structuring precanned searches, and it is based off of categories the client will input. Example content/(term ...
2
votes
3answers
860 views

Short URL or long URL for SEO

I am implementing cs-cart for a web site. Which one is better for SEO if possible with a reason or reference. Site sells books stamps cds etc. www.domain.com/book/Java.html (or) ...
2
votes
6answers
227 views

Tools for finding how much a site is SEO compliant

Are there any tools for finding if a page is SEO complaint and if it's not then suggest something to make that page SEO complaint? Also note that I want to do this research on offline pages i.e. ...
2
votes
1answer
326 views

Is a deep directory structure a bad thing for SEO?

a friend of mine told me that the company he works at are redoing their SEO for their large website. Large == both number of pages and traffic they get a day. Currently they have a (quote) deeply ...
1
vote
0answers
9 views

XFN: should I use 'a' or 'link' element?

How do search engines interpret a link element (in the head) compared to an a element (in the body) in an XHTML Friends Network relation? In particular, Google social graph demo doesn't mention the ...

1 2 3 4