I have this code which checks if js is enabled and redirects:
<noscript><meta http-equiv="refresh" content="0;url=http://www.domain.se/act.html"></noscript>
However, I wonder if this is SE friendly...
This because I have added my website url to yahoo recently, and instead of the title appearing in the search results, the tex...
I am currently developing a single-page web application that is focused on functionality. It doesn't really have or need long paragraphs of text, and those that are there are loaded dynamically via javascript and AJAX.
Normally search engine optimization tips revolve around getting the right word count percentages, etc. But what are th...
Looking to find a solid list of SEO benefits to using YouTube videos on my site vs. anything else? Clearly YouTube is owned by Google so that is a plus. YouTube is also a huge search engine in and of itself. Will using YouTube videos along with my content help my rankings/traffic?
...
I am planning to launch a website. However, it is still undecided as there are many keywords on google to begin with.
My question is whether it is good to be a part of well established keyword with millions of search result already OR would it be good to be part of keyword who have search result less than 100 or none.
Thanks and regard...
We have a large number of old Urls with FB likes that redirect (301) to new Urls. Is there a way to get FB to recognize the 301s and migrate or move the likes to the new Url?
...
I'm setting up a search system which has urls eg. all parameters are optional and there are 15 possible params in total
http://example.com/search/key1-value/key2-value/key3-value/key13-value/key15-value
Is there a better way to set up the route than this?
Route::set('search', 'search(/<param1>(/<param2>(/<param3>(/<param4>(/<param5>(...
How do I use jQuery in a Google Sitemap and most importantly does it violate the specifications rules or will it be blocked by Google because of the jQuery?
...
Currently google shows my site link as...
example.com/
...however, I would like it to be displayed as...
example.com
I do have the following meta data
<link rel="canonical" href="http://example.com" />
...and the following is my htaccess file...
IndexIgnore *
ErrorDocument 400 /error
ErrorDocument 401 /error
ErrorDocument ...
routes.MapRoute(
"Route",
"{id}/{*seostuff}",
new {controller = "Home", action="Index", seo = UrlParameter.Optional});
that will allow you to map urls such as http://www.somesite.com/11/whatever/goes-here/will-be-whatever-you/want
Here is the original post http://stackoverflow.com/questions/3304645/asp-net-mvc-custom-routin...
I have a website that paginate result via jquery.ajax(). URLs looks like: website.com/index.php?page=N
I've googled and found some posts talking about it... so what i've understood is that i need to replace the "?" with "#!". It's that enought?
Besides, should i include in the sitemap a link for each page?
website.com/index.php (prior...
we want to short the down the url in mvc
this is what it looks like
www.xxx.com/orgin-to-destination/date/time
and we are interested in
www.xxx.com/origin-to-destination
On the webpage we have 4 testboxes for this all 4 parameters
In the controller we have a method which accepts 4 parameters which are origin,destination,date,time
S...
How can i realize seo friendly urls?
Instead
http://mysite.com/articles/show/2
i would like to use the articlename instead the id
i.e.
mysite.com/articles/show/articlename
or somehow combine id and articlename like this
mysite.com/articles/show/articlename-2
i'm a rails newbie so perhaps you could give me short advice where ...
Say if i have
www.xxx.com/origin-to-destination/date/time
, will google index
www.xxx.com/origin-to-destination or www.xxx.com/origin-to-destination/date/time
or both
...
A web site I'm working on sells vehicles to business entities only.
Consequently, it displays data aimed at business customers (prices without Value Added Tax, warranty limitations, etc.). In Germany, showing this kind of data to private end-users can be punished as misleading advertising.
One way around that is to show a dialog when t...
Okay, I know this question have been asked plenty of times already, but I haven't found any actual answer.
Considering SEO, what is the best way to construct the URL for multiple languages? One top-level domain for each language would feel unnecessary, so I'm thinking about different subdomains or sub-folders. And in that case, which wo...
How can I keep record/log of every bot's visit to my website. I want to know how frequently crawlers are crawling my website and which pages are being indexed or crawled. Is there any php script which i can use to know the visits of google, yahoo and other bots.
...
I know this is a common question, and there are resources on the internet about this topic, but I wanted to here from this community everyone's thoughts on subdomain vs subfolder when deploying a blog (SEO Benefits).
Thanks.
...
In this webpage:
http://www.alvolante.it/news/pompe_benzina_%E2%80%9Ctruccate%E2%80%9D_autostrada-308391044
there is this image:
http://immagini.alvolante.it/sites/default/files/imagecache/anteprima_100/images/rifornimento_benzina.jpg
Why this image is indexed if in the robots.txt there is "Disallow: /sites/" ??
You can see that is ...
Is it good SEO to have URL's (page names) with non-english characters like Chinese names in URL's?
...
Hey guys!
I need help with something that should be relatively simple.
Got the component installed in my project fine and added all of the necessary config entries.
I need to rewrite URLs following two rules (for canonilization/SEO
purposes):
1 - all URLs that don't have "www" need to be rewritten to include
it.
Example: user ty...