How to Check Keyword in Meta

  • Автор темы Автор темы mactron
  • Дата начала Дата начала

mactron

Пользователь
Регистрация
16.11.2014
Сообщения
93
Реакции
2
Баллы
8
Hello,

I have list of targets (300 sites) and I need to check if keyword of my niche (example: weight loss) exist in meta title of target sites..

I need to save results in two separated .txt files:

1.txt keyword exist
2.txt keyword not exist

I'm trying with if action, but without any success.. :(

Any suggestions please?

Thank you
 
Use text processing action - Regex
As test you use macro -Page.Source-}
as regex your keyword.
you put result in any variable
After this you use IF action with syntax '{-Varaible.var-}'!=''
 
  • Спасибо
Реакции: mactron
Ok... How I can put results in to .txt two files...

1.txt if title exist
2.txt if title does not exist..
 

Вложения

  • Спасибо
Реакции: mactron
I know how to write results into list.. I just don't understand these if actions....
 
If statement has two possible values: true or false.
And each action has two exits: green (success/true) and red (fail/false)
Construction '{-Varaible.var-}'!='' for IF action means;
IF variable var doesn't equal empty string
 
  • Спасибо
Реакции: mactron
OK... Let me try..

Thank you guys...
 
Here it is. I updated your example and added example how you can use GET request for such thing and increase template speed by 100x :)

Just check logic
 

Вложения

  • Спасибо
Реакции: mactron
Thank you so much! :):)
 

Кто просматривает тему: (Всего: 0, Пользователи: 0, Гости: 0)