Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Search Engine Optimization is the use of various techniques to aid web pages' ranking in search engines. Non-programming SEO questions should be asked on network site Pro Webmasters - http://webmasters.stackexchange.com !

learn more… | top users | synonyms

-2
votes
1answer
38 views

Photo upload to website and then automaticaly displa on my FB page [closed]

I have a website where people can post photos to the website. I want the pictures uploaded on the website to appear on my facebook page automatically. HELP! I have a fb app created but do not know ...
-1
votes
0answers
9 views

Facebook in wordpress widget not read by robots plus other issues/questions

I really do thank you in advance! im not a complete newbie but not into coding or web design in my day job so please do offer me as much plain english as you can! massive thanks for your time to all! ...
-1
votes
1answer
26 views

How to check “page viewer” to show specific code [closed]

i make a "pure javascript" web (using HTML5 History API, like Grooveshark or similars), all works ok, but the problem its SEO, especific Facebook & google spiders/tracks. My idea its to track the ...
-1
votes
1answer
81 views

how to set canonical url with bitly [closed]

I can use the bit.ly for shorten url in canonical? In terms of seo, right? for example : <link rel="canonical" href="<?php echo $post->og('bitly'); ?>" /> and <meta ...
0
votes
1answer
51 views

Facebook seo url for application

I want to create an horoscope facebook app and now I am looking for some documentation on how to rewrite the link on a facebook app like this app here? ...
3
votes
1answer
187 views

language og:locale:alternate What are the fundamentals - It seems to be important?

Google definitely uses these meta tags. I tested a page here and when added, the tool picked up the data..... so the og (Open Graph) tags are very important for Google search. Therefore we need to ...
0
votes
0answers
93 views

How do connect facebook page likes with webpage likes?

I have a webpage where I have placed a like button. Now I have also created a facebook page for this site but the problem is that the likes is separate? How do I connect them. This is the website : ...
0
votes
0answers
91 views

How do the Facebook like button and Google +1 button deal with a redirected url?

My current url format is like this: http://www.wunderwedding.com/weddingvenues/venues/343/venue-name I want to rewrite my urls to a more friendly format: ...
0
votes
1answer
113 views

Do Facebook fan pages with a fan gate get indexed by Google?

I'm working on a Facebook fan page app (a page tab) with a 'like' fan gate (users that like the page see the real content, and users that don't see only a "like us" image). The thing is I need the fan ...
-3
votes
3answers
732 views

How to create a heavy web application like Facebook? [closed]

I have an intermediate programming skill but I never have been create a web application before. I have a basic questions about : Which programming languages I should use or the book recommendation. ...
1
vote
1answer
127 views

How can i preserve my Facebook likes when urls change?

I need to change many urls from my site. I have made permanent redirection from the old urls to the new to not lose the google seo. But some pages have a lot of Facebook likes i would not like to ...
4
votes
2answers
2k views

What all should i add in head tag

What else should i include inside the head tag in-order to support as many browsers, HTML5, search engines, social networking sites etc <title>My Site</title> <meta ...
5
votes
1answer
2k views

How do I fix a “Parser Mismatched Metadata” error from the Facebook Open Graph debug tool?

I'm getting an error from the Facebook Object Debugger for a web page I recently added Open Graph tags to: The parser's result for this metadata did not match the input metadata. Likely, this ...
1
vote
2answers
1k views

meta tags for google vs meta tags open graph for facebook

I have a larget site and I have a question over meta tags. For example, I have meta title, description and keywords as has always been known, these labels are essential for SEO. With the facebook ...
1
vote
3answers
466 views

Constantly changing og meta tags bad for SEO?

I'm dealing with a request to change the OG meta tags for pages based on the "status" of an item on that page, which could change every few days. The goal is to have something related to the "current ...
0
votes
2answers
197 views

Implementing a Facebook Page Like with the Facebook Registration Plugin

I have read through the documentation on how to set up the Facebook Registration Plugin. In reading I saw that there are what facebook calls named fields and custom fields. What I am looking for is a ...
6
votes
4answers
2k views

Facebook and Crawl-delay in Robots.txt?

Do Facebook's webcrawling bots respect the Crawl-delay: directive in robots.txt files?
0
votes
1answer
173 views

Pasting link of my homepage to FB wall does not display OpenGraph excerpt, OG meta tags are present

I am currently working on our website, which I am publishing using WordPress and the Yoast WordPress SEO plugin. I have checked the HTML source and the OpenGraph meta information is present: ...
0
votes
1answer
408 views

Facebook SEO with image not loading [duplicate]

Possible Duplicate: How does Facebook Sharer select Images? I've got an app recently put online. On my Facebook wall, when I type in the URL to my app. Facebook displays available ...
0
votes
1answer
196 views

Facebook comments box: Possibility to really set num_posts = 0?

I'm using the comments box on my site to get more users socially involved and at the same time I'm reading the Graph API to print those comments on the same site to make it crawlable for search ...
0
votes
1answer
666 views

Facebook comments plugin - How to hide comments behind iframe?

Since the Facebook Comments plugin is rendered as an iframe, there is no SEO benefit on the page from the contents of the comments. According to Facebook, I can grab the comments via the graph API ...
1
vote
3answers
2k views

Does a meta tag for “og:title” make redundant a meta tag for “title”?

My site has these two meta tags which currently have the same value: <meta name="title" content="My Title" /> <meta property="og:title" name="title" content="My Title" /> The ...
2
votes
3answers
481 views

Hiding a page from search engines like google (like Facebook's security settings)

I am using asp.net 2010, and I would like to know how can I go about completely hiding a particular page from search engines, similar to how Facebook's security settings are set (for example, if I ...
2
votes
2answers
825 views

Different canonical URLs for Facebook and Google?

The following URLs point to the same resource: http://www.domain.com/books/123 http://www.domain.com/books/123-Harry-Potter http://www.domain.com/books/123-Harry-Potter-And-The-Deathly-Hallows I ...
5
votes
3answers
579 views

Facebook “Like” and “Share” buttons on a website, which is better?

I was wondering, What's the difference between users "liking" a page and users "sharing" it. For example let's say I have a news website with lots of articles. Should i have a "Like" button on the ...
4
votes
2answers
2k views

Is it possible to force Facebook Likes to follow 301 redirects

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?