Serve different page to google bot crawler – SEO
I have an SPA with a lot of images in it. I want to expose those images to search engines. So I want to create "special" pages that will only be seen by the bot. The pages will contain metadata…
I have an SPA with a lot of images in it. I want to expose those images to search engines. So I want to create "special" pages that will only be seen by the bot. The pages will contain metadata…
I've been trying to add a bot to my Telegram group in Android Device but I am not able to do so. I tried @bot_name, /bot_name, but it doesn't work. Is it possible to add a bot to the group…
I have a problem with inline bots with Telegram API... I have the code: $json = file_get_contents("php://input"); $dados = json_decode($json,true); $id_query = $dados['inline_query']['id']; $resultados_inline[] = [ 'type' => 'article', 'id' => "1", 'title' => "Test", 'message_text' => "test", ]; $post[]…
I'm building a bot on the Telegram Bot API. For a specific function, my bot should remember the variables when re-sending the data with the webhook. To make it short; every time I send a message, the PHP-file is loaded…
I'm working on my open-source project BOTServer a http://telegram.org Bot Platform Webhooks Server, for Rubyists. I experienced strange error when sending messages (sendMessage API endpoint) on a Telegram Bot I created. when sending messages to a specific Bot I created,…
I'm programming a telegram bot in Python using the Telegram bot API. I'm facing the problem of managing questions that need an answer of the user. The problem arises when the program is waiting for an answer of one user…
I'm trying to detect for either of the following 2 options: A specific list of bots (FacebookExternalHit|LinkedInBot|TwitterBot|Baiduspider) Any bots that don't support the Crawable Ajax Specification I've seen similar questions (How to recognize Facebook User-Agent) but nothing that explains how…
I am trying to write a script that will let me identify bots that are trying to flood my oscommerce site, but some bots change their IPs frequently so I cant really use the IP to ban them. I was…
I am just finishing up an Artificial Intelligence course where, as part of the assignments, I was able to program bot in a multi-player environment (BZFlags). What I was able to do was to program the bot to interface with…