SEO/FB dynamic data

Hey guys,

I am building a blog just for practicing. I am facing a problem, and I want to see if anyone has the answer or had the same problem. That’s the link:

https://bloggg.bubbleapps.io

It is not in english, but I believe it is easy to navigate. Go to index, then click on any post at “Continuar lendo” and the post page will be open.

My question is about SEO/FB of this page, specially when I try to share the page. When the user clicks on “continuar lendo” (read more), it sends the post data to the page. So, on the page (post aberto), the inputs that are related to SEO/FB, I am using the “current page’s” information, like title, text and image. So, I wanted these informations to be dynamic, and when I share on facebook, I can show the current post’s information.
blog1

But when I try to share (using the addtoany plugin or the Redirecting... URL) they just show the bubble’s default information. I also tried to refresh the facebook data like I saw on a post.

Does anyone have any idea or similar problem?

Thank you for your time! :slight_smile:

Fernando

You need to set that information in the AddToAny plugin element too. You define what is the destination page you want the share to be. I think you have not updated that and so it’s showing the Bubble default values.

Secondly, if you have clicked the share once (say FB) with the default value, and then you update the value in the AddToAny plugin to the dynamic value that you need, then you would need to update/refresh the FB cache for that link (Use: https://developers.facebook.com/tools/debug/ ). This is because, FB cache’s the old values and won’t fetch the updated information again.

Hope this makes sense.

1 Like

Hi @paritosh.mehta19! Thanks for the response, my friend.

The URL in Addtoany was already defined as you can see bellow:
image

It is dynamic, and should share the current URL.

Before posting this thread I read a tutorial of how to reset the FB cache’s. I did just like the tutorial, and it is showing like this:

The funny part is that when I share, I see the default values, but when I click on the post, it opens the right post (so the URL is working).

I don’t know if I am doing something wrong to reset the FB cache’s, because it seems I am refreshing just the index page’s value and not all the post’s URL, like I want to.

If you want to see what I have done, this is my app. You can access here. The page of the posts is “Post aberto”.

Thanks again for your help!

It is getting better.

I just saw this tip here:

and the imagem is working (and the URL). Now I need to fix the title and description
4

In the Facebook Debug fetch, enter the exact page URL, and not just the domain name.

For example, if you are fetching a page /contact, you will need to fetch like this:
https://example.com/contact

I couldn’t access your app to take a look, but I think this should help. In case of bubble, if your Post is “Post aberto”, and is a value you get from the DB, the URL might be something like https://yourbubbleapp.com/posts/{title-unique-id}. You need to fetch the exact URL.

Hopefully this addresses your concern.

This topic was automatically closed after 70 days. New replies are no longer allowed.