0

I'm wondering how the snowman affects the SEO.

For example, if someone puts a link to your post with the snowman, it means two URLs are pointing to the same resource (the other one without snowman), and basically this is bad for search engines.

Does this really poses a problem?

Community
  • 1
  • 1
valk
  • 9,363
  • 12
  • 59
  • 79

1 Answers1

1

If you care about SEO you should already have 303 redirects for normalization in place, so that both the URL with and without the snowmen end up linking to the same URL, hopefully without any query parameter.

Also, this only affect forms that use the GET method; URLs that can only be retrieved via POST request are not crawled at all.

Minor note: the snowman is no longer used in current Rails versions, now you have utf8=✓.

gioele
  • 9,748
  • 5
  • 55
  • 80