[Free Script Again] - BlogPro's Keyword Clustering Script - Using Topic Modeling

Once the two scripts are used and the keywords are grouped appropriately, how should they be used next from a practical point of view. Can someone please provide me with some links where to study? Thank you very much.
 
Just quickly imported around 10k keywords to try this bot, but failed to generate the expected csv files
 
Getting this error at step 5.
UnicodeDecodeError Traceback (most recent call last)

<ipython-input-13-dd561c969170> in <cell line: 74>()
73
74 if __name__ == "__main__":
---> 75 main()

12 frames

/usr/local/lib/python3.10/dist-packages/pandas/_libs/parsers.pyx in pandas._libs.parsers.raise_parser_error()
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte

My CSV file is a single column of keywords, not sure if it needs to be something else?
 
Getting this error at step 5.
UnicodeDecodeError Traceback (most recent call last)

<ipython-input-13-dd561c969170> in <cell line: 74>()
73
74 if __name__ == "__main__":
---> 75 main()

12 frames

/usr/local/lib/python3.10/dist-packages/pandas/_libs/parsers.pyx in pandas._libs.parsers.raise_parser_error()
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte

My CSV file is a single column of keywords, not sure if it needs to be something else?

Hey,

Sorry for the late response.

This looks like the script is having trouble decoding your keyword.csv file.

Please check for non-unicode character in your keyword list.

The script assumes that your keyword list is encoded in utf-8 - but then then first position 0xff - it finds a non-unicode character.

This is a common issue when using bulk keyword generators. I normally just check for non-ascii using this tool - https://pages.cs.wisc.edu/~markm/ascii.html

It will output the unrelated encoded character, simply remove them from your list and try again.
 
@BlogPro Thanks a lot for taking the time not only to build and offer the script for free but to run tests and actually offer something that is worth bookmarking.

If I may share a couple of insights:
  • The label for the keyword cluster group is a number? - Can it be a phrase relevant to the cluster?
  • Have you tried building a keyword clustering tool connecting it to the GSC API?
    • This would be helpful to map out the content on a site and even with internal linking
  • Have you tried building a keyword clustering tool based on what´s already ranking for that keyword?
    • I know this would require a SERP API but there are many out there that are really affordable
Again, thanks again for taking the time to build, test, and offer it for free!
I was going to tag you

Two handsome boys tyvm BlogPro can't wait to study this over the weekend
 
I was going to tag you

Two handsome boys tyvm BlogPro can't wait to study this over the weekend

Yo! How have you been doing?

I think I already responded to @Roger Marquez's post.

I have a few updates planned for the script, which I will be implementing later this week.
 
Back
Top