Facebook ignores multiple slashes for business listing - true duplicate page issue?
-
Hi everyone,
I am doing an external link audit for a site that contains a large number of public business profiles in it. As a part of each profile, there can be a website listed for the business, as well as a FB page and twitter etc. Pretty standard.
There are thousands of business profiles on the site and I noticed that in a small group of links to FB profiles there seem to be typos. These are not the actual businesses that I found, but I have taken common public profiles and modified to show what I am seeing to give examples.
https://www.facebook.com//nissanusa/
https://www.facebook.com//pizzahutus/
https://www.facebook.com//WhiteHouse/
https://www.facebook.com//TrekBicycle/
Notice the double slash. You can put as many slashes as you want and it makes no difference, e.g.
https://www.facebook.com///////////////////////////////////////////////////////////TrekBicycle/
FB shows a 200 for all of pages when it should show a 404. There is no 301 to the correct URL. Facebook also does not canonical these other pages to the one slash URL.
You could call this a potential duplicate content issue due to typos. These types of pages would be important for brand related searches for a business. Google may be smart enough to ignore them, or maybe the typo does not happen often enough that it does not really matter. I am just surprised that FB does not 404 or 301 these pages.
When I checked my personal FB page URL and some of my friends, this does not happen. FB shows a 404 if you add extra slashes to personal pages. So, the duplicate issue seems to only be with business type FB pages.
Curious about what the group thinks or if they have seen similar situations like this one.
Thanks!
-
Hi CleverPhd and Dmitri,
You are both right, not only Facebook but all other servers are configured to ignore the extra slashes in the URL. This can be a problem for sure for crawlers, as they would treat each URL as different (if asked to index). Moreover, there are infinite number of URL you can produce with this example.
As per URI (http://www.ietf.org/rfc/rfc2396.txt) standard, each slash has a significance. If you test the same phenomenon with Ealier browsers of IE, you will realise that they don't reproduce the same effect, the pages would be missing elements are they fail to find the location of the resources required for the page.
The problem is with the how our servers are configured these days to ignore the extra slash and produce the same page as a result.
There a quick fix on Apache with mod_rewrite code (you can add more lines to cover 3 or more slashes) which would produce 301 redirect to the right page
<code>RewriteCond %{REQUEST_URI} ^(.*)//(.*)$ RewriteRule . %1/%2 [R=301,L]</code>
I hope this helps,
Regards,
Vijay
-
Hi there.
Well, it's not just Facebook. It's any website. There can be as many slashes after domain name as you wish, it'll be working no problem. Eg.:
https://m1machining.com/////m1-80-ar15-lower-receiver-billet-7075.html - works
https://m1machining.com////ar10-ar15-products/m1-80-ar15-lower-receiver-billet-7075.html - works
But https://m1machining.com////ar10-ar15-products////m1-80-ar15-lower-receiver-billet-7075.html - doesn't work
I am not sure if it's server configurations, browser configurations or all that together plus extra stuff, but it makes sense that it works due to typo, which is obviously a typo.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
Facebook: reaching audience who have liked / shared my content
Hi, I am new to social, so the question might be a bit beginner. If I put a like / share / recommend button on my site, or maybe a comment box, how can I reach audiences at a later time, who have interacted with my plugins (liked/shared/commented)? Paid ads would be one solution, but for now I am interested in organic (free) targeting. So if people who share my content do not become fans at the same time, how can I engage them in new updates about my page? Thanks for thoughts.
Social Media | | Valdo22220 -
How to designate facebook share image?
Is there a bit of code or someway I can tell facebook, this is the image that should be used as default when this blog post or page is shared? Thank you!
Social Media | | tylerfraser1 -
Facebook Share from personal wall to fan page
Is it possible to share a post from someone's personal FB wall to a company fan page if they have the permissions set to allow this? I often get a message that a share was denied and I'm not sure if shares from personal to business fan pages are always denied or if this is controlled by the person's privacy settings.
Social Media | | ChristopherGlaeser0 -
Facebook description - How it affects SEO
Hello MOZ community, Today my SEO team and I talked about the activities we do in the social media. And one of the things that we discussed is the post description/caption. We upload a lot of unique, fresh and high quality content to our website on daily base, so we want our customers to reach these articles by sharing it on our social media channels. My question is: what is the best way to share a post in Social Media Channels and specially on Facebook ? what description should we use ? is it better to use the article's title? or new text with CTA (call to action) and ask the users to click on the link to read the article in our website ? Another question: how can we use the keyword targeting in the Social Media ? Thanks 🙂
Social Media | | JonsonSwartz0 -
Google Plus and Large Multiple-Language Website
I work for a corporation who has about 30 international versions of their website. I have an internal question asking me if we (our company) benefits (SEO wise) more from having multiple Google Plus pages or just one. I'm not familiar with how/if Google translates their pages but I'm quite sure someone here is! Is it better to have a Google Plus page for each language or to have one for all languages? We have different websites for each country if that helps.
Social Media | | InsightEnterprises0 -
Twitter lists - Transferring from 1 account to another
Hi Does anybody know how to transfer Twitter lists from 1 account to another ? Twitter says this isnt possible but is anyone aware of any software that can do this (or technique) ? Both accounts have the same owner Many Thanks Dan
Social Media | | Dan-Lawrence0 -
Does adding your google plus page help stop scrapping
I have created a site that has 100 percent original content in my business category. I have written over 100 articles myself that not only to help me rank, but most important to help the use find the right anwser to their search. I didn't farm out not one sentence of any of the content. With that said how do I prevent others from scrapping my site for this info and using it as their own. 1. Is there something to add to each page code wise that will lead them back to my site. 2. Does using the google plus help this situation in that google thinks it's yours and treats the others as duplicate content. 3. I dont mind placing this info on other sites as long as the readers know its mine. Sorry to ask such a noob question but I have spent all my time on the content and really know nothing about the coding side of things. Any help would be great. thanks
Social Media | | JasonRae1 -
What's up with the #! in twitter & Facebook URL's?
I was just wondering why Facebook and now Twitter have added "#!" into the url structure? Does this mean we should link to a twitter profile like this - twitter.com/profile - anymore? Should we now be linking like this: twitter.com/#!/kevinbarnes Kevin
Social Media | | KevinBarnes0