4
votes
1answer
224 views

What is the way to properly implement a Facebook Like button on a page for best SEO purposes?

On our site we want to put a Facebook Like button/widget-thingy. It is possible to create a like button, where the URL associated with the button is the page it sits on, rather than a Facebook page. ...
0
votes
1answer
76 views

Would this be considered keyword stuffing?

we have a website with a lot of galleries filled under a couple of different categories. A while ago we migrated all the URLs from for example: ...
0
votes
0answers
33 views

Bookmark login_email at new PayPal URL [closed]

I have used this Bookmark in Firefox so that my email would be autofilled and I only had to write in my password. PayPal has recently changed its login URL. Has anybody figured out a method to achieve ...
4
votes
1answer
201 views

What's the deal with URLs for Yandex.Metrica not prepended with “http”?

The description of Yandex.Metrica explicitly says that URLs like //mc.yandex.ru/metrika/watch.js (no http: in front) that the web site owner has to insert into his pages are not erroneous. So for ...
2
votes
2answers
113 views

How to inform search engines that my site support multilanguages?

The website i am working on is translated to 8 languages (English, Chinese, Japanese, Arabic, Hindi, Russian, Spanish and Portuguese). Each time the user select a language, the URL stays the same as ...
1
vote
2answers
1k views

Using ending .html for URL re-write?

For re-writing URLs to generate SEO friendly pretty URLs, it was usually recommended to use the ending extension (normally .html), as without the extension, the URL seems to be incomplete. Probably, ...
2
votes
1answer
415 views

CMS Made Simple: Why does home page return a 404 under www subdomain?

Anyone know why my homepage wont load with the www prefix. Links such as www.mysite.net/about-us will load fine but www.mysite.net returns a 404. Everypage works including the home page if I ...
1
vote
1answer
42 views

Link absolute URIs correctly when loading pages locally

When developing pages, I like to load them in my browser locally to see how they look rather than have to deploy them to the server every time. I'm using Lift and server deployment takes a few ...