skip to Main Content

Entity Property in URL and SEO

I have coded my ASP.NET MVC application in a way that allows stored entities to be retrieved via a friendly name in the URL, for example: www.mysite.com/artists/james-brown/songs Where james-brown is a URL friendly string stored on my Artist entity. Now…

VIEW QUESTION

Laravel URL route with utf-8 encoding – SEO

I have some page that have urls very similar to Wikipedia: http://uk.wikipedia.org/wiki/Київ The problem is that when I call laravel route() to get that url route('myRouteName', 'Київ'); I get something like: http://uk.wikipedia.org/wiki/%D0%9A%D0%B8%D1%97%D0%B2 That is the encoded version of that parameters.…

VIEW QUESTION

Detect social bots in Node Express – SEO

I'm trying to detect for either of the following 2 options: A specific list of bots (FacebookExternalHit|LinkedInBot|TwitterBot|Baiduspider) Any bots that don't support the Crawable Ajax Specification I've seen similar questions (How to recognize Facebook User-Agent) but nothing that explains how…

VIEW QUESTION
Back To Top
Search