Skip to content

About articles export

I search how to export all selected articles in one text (no spin,no html,with all titles at top of each articles), is this function available ? 

Also, is it possible to scrap Google PAA ? thanks

Comments

  • SvenSven www.GSA-Online.de
    Use "All Articles in One HTML..."
    --
    PAA = ?
  • Thanks. Google PAA= people also ask
  • Sven: how to export all selected articles in one file (with all titles at top of each articles) ? Spintax only between article. Thanks for your help
  • SvenSven www.GSA-Online.de
    People Also Asked can be scrapped using "Google Questions" when searching for related keywords.
  • SvenSven www.GSA-Online.de
    about that export: Send a sample...this is probably a format that is not implanted but should be easy to do for the next update.
  • An example to explain below:
    {
    "Cut back on refined carbs" (title)
    One way to lose weight quickly is to cut back on sugars and starches, or carbohydrates. This could be with a low carb eating plan or by reducing refined carbs and replacing them with whole grains." (article)
    |
    "Eat protein, fat, and vegetables" (title)
    "Each one of your meals should include:
    a protein source
    fat source
    vegetables
    a small portion of complex carbohydrates, such as whole grains" (article)
    }
  • SvenSven www.GSA-Online.de
    Extract the attached file into:
      %appdata%\GSA Content Generator\export_templates\
    This should produce the wanted content. Let me know if that works or what else needs to be changed.
  • Thanks Sven, i have tested, title at top on each article is missing. It seems to need uft8 too. Spin works
  • SvenSven www.GSA-Online.de
    edited January 2021
    hmm it's output should be
    <div>{%title1%</div><div><br><br></div><div>%article1%|</div><div>%title2%</div><div><br><br></div><div>%article2%|....}</div>

  • dade1200dade1200 France
    edited January 2021
    you're right, it is:
    {%title1%<br><br>%article1%|%title2%<br><br>%article2%|....}
  • SvenSven www.GSA-Online.de
    so? where is the difference to your format?
  • Thanks Sven, It works well, i have put your format and add UFT-8. It spin full articles with title.
  • I put that: <h2>%title%</h2>%body%
  • Is modified .ini file will be lost with the next update or will stay ?
  • SvenSven www.GSA-Online.de
    edited January 2021
    well thats <h2> as title now, not a first line as you wanted before...so lets call this template differently then.
  • Thanks Sven, best service and tools in the world !
    Thanked by 1Sven
Sign In or Register to comment.