Tagged Questions
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
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 ...
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
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 ...
1
vote
3answers
608 views
How does tiny url work
I have been wondering how tiny url works.
I would like to develop something similar for my site, but as most people, I use GUIDs for ids. When an object is created, should I then generate a 10 ...
1
vote
5answers
286 views
Make friendly URL in ASP.NET
how do i make my web app friendly URL?
currently my app URL looks like this
http://www.domain.com/Page.aspx?article=103
but I would like to display the URL to look like this
...
1
vote
2answers
206 views
How SEO friendly is this URL?
I have this products catalog site.For the sake of SEO, I would have wanted my 'view details' link to look some thing like this
~/products/26-productname or ~/products/26/productname
On my machine ...
1
vote
1answer
711 views
Seo friendly Accordion menu
currently i use the accordion menu provided by the asp.net toolkit.
The problem is that it is not Seo friendly. So what i am looking for is an accordion menu with the following characteristics.
1) ...
0
votes
2answers
39 views
Is this type of search engine friendly URL an SEO advantage I should use? Is it more professional?
As many know, with IIS 7, it gives you the option of changing URLs to what the end-user (and presumably, googlebots, yahoobots, etc., would see.
For instance, if I can change the url -- ...
0
votes
2answers
256 views
Is ASP.Net 2.0/Ajax toolkit the right technology for implementing a SEO friendly website
As I understand it, just URL re-writing is not the only thing one needs to do for making a website SEO friendly. You also needs to maximize the use of div (instead of tables), reduce javascripts, ...