You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you have a copy of the old site? Can we copy the old meta description and did the old site have an opengraph meta? The main thing is for when/if people share the website on Facebook or wherever else and the bot looks up the info to share. Main thing for me is image and description.
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:og="http://ogp.me/ns#"
xmlns:fb="http://www.facebook.com/2008/fbml">
<title>My Title (2012)</title>
<!-- Facebook Open Graph Meta Tags -->
<meta property="og:title" content="My Title (2012)" />
<meta property="og:type" content="" />
<meta property="og:url" content="http://www.YourURL.com" />
<meta property="og:image" content="http://www.YourSite.com/image.jpg" />
<!-- Open Graph Meta Tags by: www.MetaTagGenerator.org -->
The text was updated successfully, but these errors were encountered:
Do you have a copy of the old site? Can we copy the old meta description and did the old site have an opengraph meta? The main thing is for when/if people share the website on Facebook or wherever else and the bot looks up the info to share. Main thing for me is image and description.
The text was updated successfully, but these errors were encountered: