Google Blogger And Posts - blogs

I have created one blog through google blogger, and created 3 posts in it. When I search for it in google then, It shown my blog and opened my posts.
But now I deleted that post and created new post in the same blog, and now I am trying to open that new post through google, but now it is not showing post directly, instead it is giving me links as follpws :
no posts : show all posts
home
when I click on home or show all posts link than only my blog is opening,
Can anyone help me to open my blog post directly instead of this intermediate page, when user click on my blog when he searches through google

You should wait for indexing the posts of your blogger into Google search engine. It is necessary to add a sitemap into GWT to quickly index posts. However, If you want to check the indexing post status so just open Google search and type:
site:yoursite.com or site:yoursite.blogspot.com

Related

Facebook Graph API - all account pages + posts data

I'm having an issue trying to write the correct GET request using the Facebook API explorer tool.
I'd like to access all my Facebook pages and the below data from their respective posts. I can achieve this by adding the page name manually, but I'd like it to be more dynamic if I was to add more pages in the future.
posts?ids=Pagename,Pagename,Pagename,Pagename&fields=message,created_time,full_picture,shares,likes.summary(true).limit(0),comments.summary(true).limit(0),from,permalink_url
I know you can use me/accounts but I've had no luck when trying the append the above posts GET request.
Furthermore, I'd like to get the page profile picture from the posts. Just adding picture to the above request doesn't work. Since the profile picture is displayed in each post I'd imagine there is a key to access it?
Any help is appreciated.
I discovered the answer after I reread the documentation
https://graph.facebook.com/v7.0/me/accounts?fields=picture,posts{message,created_time,full_picture,shares,likes.summary(true).limit(0),comments.summary(true).limit(0),from,permalink_url}
All attached accounts profile picture + above data.

How to add a dropdown list inside the comment dialog in google doc

I am working on a .NET web application, where google doc will be embedded in pages. When users want to post a comment in the google doc, they will need to first choose a category from a dropdownlist. This way, I plan to tag/categorize the comments. I wonder if this is possible.

how to show my hexo blog on google search

I am using github pages and hexo to make my own blog.
I wrote few articles and it looks find.(https://bmy4415.github.io/2018/05/08/ssh-key/)
(This site is written in Korean).
But I cannot search my blog on Google Search even if search as "bmy4415's note" which is my blog's main name.
I also used hexo plugin 'hexo-generator-seo-friendly-sitemap' and 'hexo-generator-search' but it seems not effective. Is there any additional setting that will show my blog on Google Search? Thanks.
Google does NOT know everything on its own.
Go to Google webmasters` tool and fill needed data and verify your web ownership. Googlebot will start visiting and tracking your site.
Plus have a look at robots.txt

how to change folder to subdomain in window hosting?

i have to make a blog via Google blog spot. but now i have to make a word press blog... now i have to deleted blog spot account... and also make a sub domain same name 'blog' but currently Google blog spot not working is showing.
i also made a word press blog in other name... now i want when anyone open..
www.domain-name.com/folder-name
then this will automatic change URL as
folder-name.domain-name.com

Why does Facebook's Open Graph protocol require an fb:admins or fb:app_id .. and what is the importance of this property?

I'm playing around with adding some Facebook Open Graph meta tags to my web site, to help with Facebook sharing of my website content.
One of the tags is this:
fb:admins or fb:app_id
A comma-separated list of either Facebook user IDs or a Facebook
Platform application ID that administers this page. It is valid to
include both fb:admins and fb:app_id on your page.
Questions:
What is the importance of this property?
Administers what page?
Why do we need to administer some page?
I already answered on Facebook Dev Forum :
As described here : http://developers.facebook.com/docs/opengraph/
Your page will appear in the "Likes and Interests" section of the user's profile, and you have the ability to publish updates to the user
Without this property you'll loose admin right on the Open Graph Facebook Page
Yep, when users likes your website's page, it'll generate an Open Graph Facebook Page :
When users will try to go on it (by cliking on publications, or searching), it will redirect to your website's page.
To publish status updates to users news feed, create events, or add pictures related to this page.
Also, having admins or an app_id means that the insights for that web page will show when you are logged in as that user, or looking at that app's insights. It is important to link everything together properly so you get a full overview of your interactions and users etc.