Home » Archives: Koray Tugberk Gubur

About Koray Tugberk Gubur

This author has not yet filled in any details.
So far Koray Tugberk Gubur has created 7 blog entries.
7 09, 2022

Find Resources Bigger Than 15 MB For Better Googlebot Crawling

2022-09-07T23:45:15+10:00September 7th, 2022|Search Engine Journal|

Written by Koray Tugberk Gubur - Googlebot is an automatic and always-on web crawling system that keeps Google’s index refreshed. The website worldwidewebsize.com estimates Google’s index to be more than 62 billion web pages. Google’s search index is “well over 100,000,000 gigabytes in size.” Googlebot and variants (smartphones, news, images, etc.) have certain constraints for the frequency of JavaScript rendering [...]

1 09, 2022

Compare Vocabulary Differences Between Ranking Web Pages On SERP With Python

2022-09-01T23:45:44+10:00September 1st, 2022|Search Engine Journal|

Written by Koray Tugberk Gubur - Vocabulary size and difference are semantic and linguistic concepts for mathematical and qualitative linguistics. For example, Heaps’ law claims that the length of the article and vocabulary size are correlative. Still, after a certain threshold, the same words continue to appear without improving vocabulary size. The Word2Vec uses Continuous Bag of Words (CBOW) and [...]

30 06, 2022

Bulk Loading Performance Tests With PageSpeed Insights API & Python

2022-06-30T22:45:49+10:00June 30th, 2022|Search Engine Journal|

Written by Koray Tugberk Gubur - Google offers PageSpeed Insights API to help SEO pros and developers by mixing real-world data with simulation data,  providing load performance timing data related to web pages. The difference between the Google PageSpeed Insights (PSI) and Lighthouse is that PSI involves both real-world and lab data, while Lighthouse performs a page loading simulation by [...]

24 06, 2022

Making Python Scripts Work In Browser For Web App Creation

2022-06-24T23:45:34+10:00June 24th, 2022|Search Engine Journal|

Written by Koray Tugberk Gubur - Making Python Scripts work in a web browser involves handling web app functions inside a web page via Python Programming Language. Since JavaScript is the main programming language for making a web browser work, and a web page interactive, Python is usually used for data science, machine learning, and artificial intelligence. Even if we [...]

29 04, 2022

Visualizing Hot Topics Using Python To Analyze News Sitemaps

2022-04-29T23:45:35+10:00April 29th, 2022|Search Engine Journal|

Written by Koray Tugberk Gubur - News sitemaps use different and unique sitemap protocols to provide more information for the news search engines. A news sitemap contains the news published in the last 48 hours. News sitemap tags include the news publication’s title, language, name, genre, publication date, keywords, and even stock tickers. How can you use these sitemaps to [...]

26 03, 2022

How To Do A Sitemap Audit For Better Indexing & Crawling Via Python

2022-03-26T00:45:13+11:00March 26th, 2022|Search Engine Journal|

Written by Koray Tugberk Gubur - Sitemap auditing involves syntax, crawlability, and indexation checks for the URLs and tags in your sitemap files. A sitemap file contains the URLs to index with further information regarding the last modification date, priority of the URL, images, videos on the URL, and other language alternates of the URL, along with the change frequency. [...]

14 01, 2022

How To Use IndexNow API With Python For Bulk Indexing

2022-01-14T05:40:46+11:00January 14th, 2022|Search Engine Journal|

IndexNow is a protocol developed by Microsoft Bing and adopted by Yandex that enables webmasters and SEO pros to easily notify search engines when a webpage has been updated via an API.And today, Microsoft announced that it is making the protocol easier to implement by ensuring that submitted URLs are shared between search engines.Given its positive implications and the promise [...]

Go to Top