Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sub semrushContentGapPivot() | |
Dim PSheet As Worksheet | |
Dim DSheet As Worksheet | |
Dim PCache As PivotCache | |
Dim PTable As pivottable | |
Dim PRange As Range | |
Dim LastRow As Long | |
Dim LastCol As Long | |
On Error Resume Next |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sub semrushContentGapRanking() | |
Dim LastRow As Long | |
Dim ws As Worksheet | |
Dim pt As pivottable | |
' Set the worksheet where you want to perform the operations | |
Set ws = ActiveSheet | |
' Find the last row with data in Column A | |
LastRow = ws.Cells(ws.Rows.Count, "A").End(xlUp).Row |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Load packages # | |
library(searchConsoleR) | |
library(dplyr) | |
library(ggplot2) | |
library(writexl) | |
library(stringr) | |
# Authorize & choose Google profile # | |
scr_auth() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Load packages # | |
library(searchConsoleR) | |
library(dplyr) | |
library(ggplot2) | |
library(writexl) | |
library(stringr) | |
# Authorize & choose Google profile # | |
scr_auth() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import os, time, httplib | |
from termcolor import colored | |
SITES = [ | |
"www.meesters-id.nl", | |
"www.carolsingers.nl", | |
] | |
while 1: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Load packages | |
library(searchConsoleR) | |
library(dplyr) | |
library(ggplot2) | |
library(writexl) | |
# Authorize & choose Google profile | |
scr_auth() | |
# Specify website --- CLIENT |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Load packages | |
library(searchConsoleR) | |
library(dplyr) | |
library(ggplot2) | |
# Authorize & choose Google profile | |
scr_auth() | |
# Specify website --- FULL URL | |
website <- "https://sample.com" |
NewerOlder