<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Feature Requests — GSA SEO Forum</title>
        <link>https://forum.gsa-online.de/</link>
        <pubDate>Mon, 14 Sep 2026 11:33:51 +0000</pubDate>
        <language>en</language>
            <description>Feature Requests — GSA SEO Forum</description>
    <atom:link href="https://forum.gsa-online.de/categories/suggestions-feature-requests/feed.rss" rel="self" type="application/rss+xml"/>
    <item>
        <title>Page Title column</title>
        <link>https://forum.gsa-online.de/discussion/34821/page-title-column</link>
        <pubDate>Sat, 05 Sep 2026 22:54:05 +0000</pubDate>
        <category>Feature Requests</category>
        <dc:creator>londonseo</dc:creator>
        <guid isPermaLink="false">34821@/discussions</guid>
        <description><![CDATA[<div><a href="https://forum.gsa-online.de/profile/Sven-" rel="nofollow">@Sven-</a> please add a "Page Title" to the verified URLs column.</div><div><br /></div><div>Thanks</div>]]>
        </description>
    </item>
    <item>
        <title>Main Project Pane &quot;LAST RUN&quot; Column Proposal</title>
        <link>https://forum.gsa-online.de/discussion/34812/main-project-pane-last-run-column-proposal</link>
        <pubDate>Fri, 21 Aug 2026 04:31:26 +0000</pubDate>
        <category>Feature Requests</category>
        <dc:creator>Deeeeeeee</dc:creator>
        <guid isPermaLink="false">34812@/discussions</guid>
        <description><![CDATA[<div>I really hate clutter! <img src="https://forum.gsa-online.de/resources/emoji/neutral.png" title=":|" alt=":|" height="20" /> But would this serve us?</div><div><b>Project   Status   Priority  Submitted  Verified  Targets    Last</b></div><div>Test122   Active       ++          513487     4315         1MB       --- </div><div>Test111   Inactive      +                158        298         3MB       0H  (within last hour)</div><div>Test121   Inactive      +            13424        598         7MB       12H </div><div>Test131   Inactive      +                221          51         12KB      2D  </div><div>Test111   Inactive      --             4133        242         12KB      5W  </div><div>Test211   Inactive     -               1411          17           0          8M  (months)</div><div><br /></div><div>This need not save, calculate, and update more than once an hour...</div><div>But every time a project is turned on, that has to be noted too, I guess...</div><div>...and OFC only the projects that have run update....</div><div>...Projects that are run within the last day,  update to the proper hour, as well as any then flipping  from hours to days,or  days to months, etc...</div><div>...So unless someone is running 20 projects every 5 minutes, it's not that many to update.</div><div>Even then, it's not a lot...</div><br />]]>
        </description>
    </item>
    <item>
        <title>Feature Idea: [X] Per URL Stop or Pause Project Exact Per Link</title>
        <link>https://forum.gsa-online.de/discussion/34805/feature-idea-x-per-url-stop-or-pause-project-exact-per-link</link>
        <pubDate>Fri, 07 Aug 2026 17:50:05 +0000</pubDate>
        <category>Feature Requests</category>
        <dc:creator>Deeeeeeee</dc:creator>
        <guid isPermaLink="false">34805@/discussions</guid>
        <description><![CDATA[<div>Would it serve us all to have a behavioral feature that lights up only on toggle of "[X] Per URL"? </div><div><br /></div><div>[  ] Per URL  <i>[ ] Per Link</i></div><div>[<b>X</b>] Per URL  [<b>X</b>] Per Link</div><div>The Per Link checkbox is greyed out and only works when Per URL is checked. Default is unchecked.</div><div>The
 "Per URL" idea would be that SER counts and makes sure that each URL in the project receives the precise number of S or V specified in the stop/ pause 
project field.</div><div><br /></div><div>So if user doesn't set "Per Link" after setting "per URL," then SER just considers "Per URL" as a multiplier, like this has been, always. One URL may receive more verifications or submissions than another; it's totally random, as I now understand, or at least think I do. </div><h1><img src="https://forum.gsa-online.de/resources/emoji/dizzy.png" title=":dizzy:" alt=":dizzy:" height="20" /></h1><div>Not
 sure if this is useful, or if it might slow things down, or the 
required need to keep track of this dataset isn't worth it, overall...</div><br />]]>
        </description>
    </item>
    <item>
        <title>Feature request: richer spin syntax, open engine ready</title>
        <link>https://forum.gsa-online.de/discussion/34802/feature-request-richer-spin-syntax-open-engine-ready</link>
        <pubDate>Tue, 04 Aug 2026 19:42:54 +0000</pubDate>
        <category>Feature Requests</category>
        <dc:creator>spintax</dc:creator>
        <guid isPermaLink="false">34802@/discussions</guid>
        <description><![CDATA[<p>The internal spinner has been flat {a|b|c} for years. There is now an open spin
superset spec (permutations, reusable variables, conditionals, plural agreement,
includes) with a ready Object Pascal engine: zero dependencies, MIT, and it
compiles under Free Pascal and the free Delphi edition. It passes the same shared
conformance corpus as the JavaScript, PHP and Python engines, 164 of 168 with
none failing.</p>

<p>What SER users get out of it: everything you already write keeps working. Flat
and nested {a|b|c} render as today, and the engine leaves any %macro% it does not
recognise exactly as written, case and all, so the %...% variables you already
use in SER pass straight through untouched. On top of that you get variables you
define once and reuse across a template, subset permutations with your own
separator, conditionals, and correct plural forms. Author a template once with a
cheap model using the published authoring prompt, then spin it locally at no
marginal cost on every submit.</p>

<p>I run a couple of licenses and want nothing for this. Best case the engine lands
in SER so templates render natively. Short of that, these are open and free:</p>

<p>Engine and source: <a href="https://github.com/investblog/spintax-win" rel="nofollow">https://github.com/investblog/spintax-win</a>
<br />Syntax reference: <a href="https://spintax.net/docs/syntax" rel="nofollow">https://spintax.net/docs/syntax</a>
<br />Editor with a live render: <a href="https://apps.microsoft.com/detail/9mw3ch7b530p" rel="nofollow">https://apps.microsoft.com/detail/9mw3ch7b530p</a></p>

<p>Happy to answer technical questions.</p>]]>
        </description>
    </item>
    <item>
        <title>Custom Proxy Labels/Tags to segregate proxy type usage (e.g., Search Engine vs. Posting &amp; Verify</title>
        <link>https://forum.gsa-online.de/discussion/34796/custom-proxy-labels-tags-to-segregate-proxy-type-usage-e-g-search-engine-vs-posting-verify</link>
        <pubDate>Wed, 22 Jul 2026 17:45:22 +0000</pubDate>
        <category>Feature Requests</category>
        <dc:creator>dotasense</dc:creator>
        <guid isPermaLink="false">34796@/discussions</guid>
        <description><![CDATA[<div>Hi Sven and the GSA community,</div><div>I would like to propose a highly useful feature for the GSA SER Proxy Manager: Custom Proxy Labels (or Tags).</div><b>The Current Limitation:</b><br /><div>Currently, while we can assign proxies globally or per project, it is difficult to strictly dictate which proxy is used for which specific task within the same project. For advanced users who manage multiple types of proxies, this often leads to inefficiency. For example, GSA might accidentally use an expensive rotating residential proxy for a simple posting task (wasting money), or worse, use a cheap datacenter proxy for search engine parsing (resulting in immediate IP bans or CAPTCHA blocks).</div><b>The Proposed Solution:</b><br />Add a "Label" or "Tag" column in the Proxy Manager (e.g., <i>SearchOnly</i>, <i>PostOnly</i>, <i>VerifyOnly</i>, <i>ScrapeOnly</i>).<br /><div>Then, in the Project Options &gt; Proxy tab, allow users to filter or select proxies based on these labels, similar to how we currently select proxy countries.</div><b>Practical Use Case:</b><br /><div>Let’s say I have two types of proxies in my global list:</div><div>Label: <b>ROTATING_RES</b> (High-quality, auto-rotating residential/mobile proxies). I want to restrict these to be used ONLY for Search Engine parsing/scraping to avoid IP bans.</div><div>Label: <b>STATIC_PRIVATE</b> (Cheap, fast datacenter proxies). I want to restrict these to be used ONLY for actual link posting and email verification.</div><div>With custom labels, I could simply check "<i>Use proxies with label: ROTATING_RES</i>" under the Search Engine settings, and "<i>Use proxies with label: STATIC_PRIVATE</i>" under the Posting settings.</div><b>Benefits:</b><br /><ul><li>Cost Efficiency: Prevents wasting expensive proxy bandwidth on tasks that don't require it.</li><li>Higher Success Rates: Ensures the right type of proxy is used for the right task (e.g., residential for scraping, static for posting).</li><li>Better Organization: Makes managing large, mixed proxy lists much easier for advanced users.</li></ul><div>I believe this would be a relatively straightforward addition to the UI but would bring massive value to power users.</div>Thanks for considering this, and keep up the great work on GSA SER!<br />]]>
        </description>
    </item>
    <item>
        <title>1. Import All Project Settings/Data 2. Set as Tier</title>
        <link>https://forum.gsa-online.de/discussion/34782/1-import-all-project-settings-data-2-set-as-tier</link>
        <pubDate>Thu, 09 Jul 2026 01:34:28 +0000</pubDate>
        <category>Feature Requests</category>
        <dc:creator>Deeeeeeee</dc:creator>
        <guid isPermaLink="false">34782@/discussions</guid>
        <description><![CDATA[<div>As far as I am aware, this is not something that is an option with SER to import data and settings from a project. If it's there, please let me know.</div><div><br /></div><div><b>Import all project settings and Data</b></div><div>We could have a checklist like we do for the DELETE function, I guess?</div><div>My reason for this: Since the beginning, I've created tiers that may have been different than the higher tier they are linked from. </div><div><br /></div><div>So, instead of making real tiers with SER, I created other projects that may have been different or copied from still other projects, and then made them tiers manually.</div><div><br /></div><div>Does this matter? They are not [Tiers]? If I change the name of the project, does that make them [tiers]? </div><div>Better Q: Does a [tier] behave differently? Like if a higher tier loses a link   will the [tier] lose links associated?</div><div><br /></div><div><b>Set as Tier</b></div><div>So if it does matter, can we also have a way to set a project as an "official" registered tier, if it is not already when we first created it?</div><div>If [Tier] does do <i>something</i>, i am guessing this may <i>not </i>be possible.</div>]]>
        </description>
    </item>
    <item>
        <title>Indexceptional - Get URLs crawled faster. See every Googlebot visit.</title>
        <link>https://forum.gsa-online.de/discussion/34789/indexceptional-get-urls-crawled-faster-see-every-googlebot-visit</link>
        <pubDate>Tue, 14 Jul 2026 08:52:29 +0000</pubDate>
        <category>Feature Requests</category>
        <dc:creator>londonseo</dc:creator>
        <guid isPermaLink="false">34789@/discussions</guid>
        <description><![CDATA[Best Backlink Indexing Tools 2026: I Tested 10 Link Indexers With Real Data - <a href="https://www.charlesfloate.com/best-backlink-indexing-tools" rel="nofollow">https://www.charlesfloate.com/best-backlink-indexing-tools</a><br /><br /><a href="https://www.indexceptional.com/api-documentation/" rel="nofollow">https://www.indexceptional.com/api-documentation/</a><br /><br /><a href="https://forum.gsa-online.de/profile/Sven" rel="nofollow">@Sven</a> - Please add Indexceptional as an additional indexer.<br />]]>
        </description>
    </item>
    <item>
        <title>Article Manager in GSA How to Link Random Location Rules</title>
        <link>https://forum.gsa-online.de/discussion/34786/article-manager-in-gsa-how-to-link-random-location-rules</link>
        <pubDate>Fri, 10 Jul 2026 02:23:12 +0000</pubDate>
        <category>Feature Requests</category>
        <dc:creator>Deeeeeeee</dc:creator>
        <guid isPermaLink="false">34786@/discussions</guid>
        <description><![CDATA[<div>Still thinking about this but unsure if it has real use value. </div><div><br /></div><div>How to Link: [Just a link at a random location]</div><div>This covers the main KW for an article submitting project.</div><div>Sven, could we have a choice of how the KW will be inserted? </div><div><br /></div><div>Like.</div><div>[X] Legacy Behavior</div><div>[  ] Exact Match Else KW in Short Sentence in Parenthesis random point in article</div><div>[  ] Exact Match Else KW in Sentence At Bottom</div><div>[  ] Partial Match Else KW in Short Sentence in Parenthesis random point in article</div><div>[  ] Partial Match Else KW Sentence At Bottom</div><div><br /></div><div>Partial Match Rules</div><div>[ ] Use Masks   Enter Mask(s) {|}  ______________________________</div><div><i>Setting either of the above two happens if you fill in either blank.</i></div><div><br /></div><h1 data-id="deja-vu-i-know-i-thought-of-this-once-before-but-slightly-differently">Deja Vu. I know I thought of this once before but slightly differently!! <img src="https://forum.gsa-online.de/resources/emoji/dizzy.png" title=":dizzy:" alt=":dizzy:" height="20" /></h1><div><br /></div><div>haha found it</div><div><a href="https://www.gsa-online.de/gsa-forum/#/discussion/29458/gsa-articles-q-just-a-link-in-a-random-location" rel="nofollow">https://www.gsa-online.de/gsa-forum/#/discussion/29458/gsa-articles-q-just-a-link-in-a-random-location</a></div><div><br /></div><div>Deeeeeeee          the Americas                        <br />January 202<br /><br />"Hmm...to deal with the spaces also....<br /><br />...can<br /> we have an AND/OR toggle...or I guess masks that include a space would <br />work, too.  lol That's how you usually do this, no? So I guess that part<br /> is already taken care of!<br /><br />My concern is so we can have a phrase like "GSA CG" end up as "GSA Content Generator" (Mask: GSA, CG)<br />and not end up with "GSA GSA Content Generator" or "GSA Content Generator CG".<br /><br />If the Masks were (GSA,CG,GSA CG) I guess you have to check the ones with spaces first?"<br /><br /><br />Sven   www.GSA-Online.de                        <br />January 202<br /><br />A mask in all GSA products is either a word and has to match just words or a "real mask" with *string*.<br />You can join many with the pipe "|" like word|word2|*string*|...</div><div><br /></div><div><br /></div><div><br /></div><div><br /></div>Sven, I'm not sure I understand at this point. Sorry. Can you please explain again. <img src="https://forum.gsa-online.de/resources/emoji/neutral.png" title=":|" alt=":|" height="20" /><br /><br /><br />]]>
        </description>
    </item>
    <item>
        <title>Project Status: Disabled</title>
        <link>https://forum.gsa-online.de/discussion/34781/project-status-disabled</link>
        <pubDate>Thu, 09 Jul 2026 01:26:48 +0000</pubDate>
        <category>Feature Requests</category>
        <dc:creator>Deeeeeeee</dc:creator>
        <guid isPermaLink="false">34781@/discussions</guid>
        <description><![CDATA[<div>Hi, Sven and all. <img src="https://forum.gsa-online.de/resources/emoji/smile.png" title=":)" alt=":)" height="20" /></div><div>I know I asked a similar Q in the past...</div><div>But it still seems <i></i>to make sense.</div><div>I know i can just disable engines or ways of getting targets.</div><div>SO that is already doable, but in the main project pane you won't know that is the case.</div><div>But this could quickly do the same without having to mess with setting you may want to retain.</div><div>This is all so we don't accidentally run a project for whatever reason we may not want to.</div>]]>
        </description>
    </item>
    <item>
        <title>Could We Get Generic URLs On A Per-Project Basis?</title>
        <link>https://forum.gsa-online.de/discussion/34015/could-we-get-generic-urls-on-a-per-project-basis</link>
        <pubDate>Tue, 11 Feb 2025 17:22:04 +0000</pubDate>
        <category>Feature Requests</category>
        <dc:creator>Deeeeeeee</dc:creator>
        <guid isPermaLink="false">34015@/discussions</guid>
        <description><![CDATA[<div><b>Sven, could we have each project so each has its own Generic URLs (in the Article Pane)   if we choose to </b><i><b>NOT </b></i><b>use the default file? Like we have for images and videos?</b></div><div><b>That would be great.</b><br /></div><div><br /></div><div><i>Maybe even better, but maybe not worth it, is this idea:</i></div><div><br /></div><div>Maybe images and video, as they are now, could be changed? Maybe increased user options could apply to all three data sets, not just the proposed Generic URLs?  </div><div>So not only would users have increased flexibility working with Generic URLs, but also with images and videos?<br /></div><div><br /></div><div>We could have something even better than a separate project-based set of data  for each the generic URLs,  images, and video, that are saved to fixed files associated with each project,  with the goal of making this data more easy for the user to work with.<br /></div><div><br /></div><div>Maybe, Sven, we could  also gain the ability to <i>choose </i>the file associated with each project on user choosing NOT to go with the default file when Random URLs is checked?<br /></div><div>This could work for images and video, too...</div><div><br /></div><div>Having a choice of importing any of the three...the images, the videos, and the random URLs...from other projects,  or just choosing from other projects by checklist or importing from file or just using the data in external file?</div><div>I know I would find this useful, and I'd be able to work with all this more easily. Not sure if other users would also benefit, but I would think so.<br /></div><div><br /></div><div>Thank you.</div>]]>
        </description>
    </item>
    <item>
        <title>Some more options for selective blacklisting for same domain based on engine</title>
        <link>https://forum.gsa-online.de/discussion/34422/some-more-options-for-selective-blacklisting-for-same-domain-based-on-engine</link>
        <pubDate>Wed, 03 Dec 2025 18:06:25 +0000</pubDate>
        <category>Feature Requests</category>
        <dc:creator>googlealchemist</dc:creator>
        <guid isPermaLink="false">34422@/discussions</guid>
        <description><![CDATA[Best example I can use for what I'm asking is if a forum profile is set to noindex, I dont want to build those profiles on that domain but...<br /><br />I'd still like the domain to be used for indexable public forum posts, or blog comments, redirects, etc.<br /><br />It'd be great to be able to have an option to sort this out without having to have a million separate projects separated by engines, domains, etc]]>
        </description>
    </item>
    <item>
        <title>Feature Request: Smart Captcha Allocation by Engine/Link Type</title>
        <link>https://forum.gsa-online.de/discussion/34758/feature-request-smart-captcha-allocation-by-engine-link-type</link>
        <pubDate>Thu, 11 Jun 2026 00:41:40 +0000</pubDate>
        <category>Feature Requests</category>
        <dc:creator>Anonymous</dc:creator>
        <guid isPermaLink="false">34758@/discussions</guid>
        <description><![CDATA[<p>Right now, when we set up backup captcha services (like 2Captcha, Antigate, etc.), they get triggered whenever XEvil fails regardless of the engine or link type. This leads to wasted resources on low‑value engines (guestbooks, image comments, blog comments, etc.) that don’t justify the cost of expensive captcha solving.</p>
<p><strong>Proposed Feature:</strong></p>
<ul><li>Add an option to <strong>filter backup captcha usage by engine category and link type</strong>.</li>
<li>Example:
<ul><li>If the engine is under <em>Articles</em> (contextual backlinks, dofollow), then allow backup captcha solving (pass to 2Captcha if XEvil fails).</li>
<li>If the engine is <em>Guestbooks</em>, <em>Image Comments</em>, <em>Blog Comments</em>, etc., then skip backup captcha solving entirely.</li>
</ul></li>
</ul><p><strong>Benefits:</strong></p>
<ul><li>Saves money by avoiding unnecessary captcha costs on non‑contextual/no‑follow links.</li>
<li>Lets users prioritize <strong>contextual dofollow backlinks</strong>, which are the most valuable for SEO.</li>
<li>Provides more granular control over captcha resource allocation, making campaigns more economical and efficient.</li>
</ul><p>This way, users can focus their paid captcha solving power on what really matters contextual dofollow links instead of burning credits on engines that don’t move the needle.</p>
<p><br /></p><br />]]>
        </description>
    </item>
    <item>
        <title>Clean up removal tool engine selection - Ease of engine selections help</title>
        <link>https://forum.gsa-online.de/discussion/34456/clean-up-removal-tool-engine-selection-ease-of-engine-selections-help</link>
        <pubDate>Mon, 26 Jan 2026 19:38:04 +0000</pubDate>
        <category>Feature Requests</category>
        <dc:creator>googlealchemist</dc:creator>
        <guid isPermaLink="false">34456@/discussions</guid>
        <description><![CDATA[<div>For the clean up (check and remove non working) tool in the settings/advanced area. Could we get the options to be more like the remove dup url function. </div><div><br /></div><div>IE sorted by alphabetical</div><div>sitelist_Article</div><div>etc</div><div>Or some other way where we can just easily select them based on the engine type. I have a ton of urls I'd like to have the software go thru and check if they are alive still and if so, if they need to be re sorted into any other/additional engine platforms since they were originally imported/identified.</div><div><br /></div><div>But I dont want to waste a ton of time going thru blog comments/guestbooks/etc right now, just focusing on the primary contextual engines and a few others I actively use right now.</div><div><br /></div><div>But the clean up tool looks like its just one big list of alphabetically sorted engines w/o any sort of batching together of the various types like the above mentioned dup removal tool.</div><div><br /></div><div>Thanks</div>]]>
        </description>
    </item>
    <item>
        <title>Adding a Macro that will use branded anchors for Tiers 2-3+</title>
        <link>https://forum.gsa-online.de/discussion/34739/adding-a-macro-that-will-use-branded-anchors-for-tiers-2-3</link>
        <pubDate>Thu, 14 May 2026 11:48:17 +0000</pubDate>
        <category>Feature Requests</category>
        <dc:creator>truthealer07</dc:creator>
        <guid isPermaLink="false">34739@/discussions</guid>
        <description><![CDATA[<div>I would like to suggest a feature be added to GSA in the form of a macro that will use the brand of the site that it is posting a link to so that we are able to use branded anchors for tier 2, tier 3 and beyond. The macro should post the name of the site without the .net, .com etc. So if it posting a link for the website google.com it will just list it as google. </div><div>In addition to this I would like to suggest another macro that will do the same thing but break up the words(if possible). So if i am posting a link for the website nerdwallet.com it will remove the .com and post it as nerd wallet with a space.</div>]]>
        </description>
    </item>
    <item>
        <title>Feature Request – Display LpM (VpM) Stats Together</title>
        <link>https://forum.gsa-online.de/discussion/34733/feature-request-display-lpm-vpm-stats-together</link>
        <pubDate>Sun, 10 May 2026 22:06:10 +0000</pubDate>
        <category>Feature Requests</category>
        <dc:creator>Anonymous</dc:creator>
        <guid isPermaLink="false">34733@/discussions</guid>
        <description><![CDATA[<p>Hello,</p><p>I’d like to suggest a small but useful enhancement for GSA SER. Currently, when we select “With download failed,” the stats are shown in a clear way. Could we have a similar option for LpM (VpM), so that both stats are displayed at the same time?</p><p>This would make it easier to monitor performance without switching views, and provide a more complete picture of link building speed and verification progress in one glance.</p><p>Would this be doable to implement?</p><br /><img alt="" src="https://forum.gsa-online.de/uploads/editor/z0/3e0bz0ir3wtu.png" /><br />]]>
        </description>
    </item>
    <item>
        <title>Honest Indexer - API support</title>
        <link>https://forum.gsa-online.de/discussion/34170/honest-indexer-api-support</link>
        <pubDate>Fri, 23 May 2025 21:43:46 +0000</pubDate>
        <category>Feature Requests</category>
        <dc:creator>sickseo</dc:creator>
        <guid isPermaLink="false">34170@/discussions</guid>
        <description><![CDATA[Hi,<br /><br />Any chance you can add api support for honest indexer into GSA SER?<br /><br /><a href="https://honestindexer.com/api-doc/" rel="nofollow">https://honestindexer.com/api-doc/</a><br /><br />Thanks]]>
        </description>
    </item>
    <item>
        <title>Save verification options</title>
        <link>https://forum.gsa-online.de/discussion/34688/save-verification-options</link>
        <pubDate>Sun, 08 Mar 2026 08:33:11 +0000</pubDate>
        <category>Feature Requests</category>
        <dc:creator>londonseo</dc:creator>
        <guid isPermaLink="false">34688@/discussions</guid>
        <description><![CDATA[<div><a href="https://forum.gsa-online.de/profile/Sven-" rel="nofollow">@Sven-</a> can we have a way to save the new verification options?</div><div><br /></div><div>Thanks</div>]]>
        </description>
    </item>
    <item>
        <title>Insert verified links from project after a certain amount of time</title>
        <link>https://forum.gsa-online.de/discussion/34463/insert-verified-links-from-project-after-a-certain-amount-of-time</link>
        <pubDate>Mon, 02 Feb 2026 19:08:26 +0000</pubDate>
        <category>Feature Requests</category>
        <dc:creator>londonseo</dc:creator>
        <guid isPermaLink="false">34463@/discussions</guid>
        <description><![CDATA[<div><a href="https://forum.gsa-online.de/profile/Sven" rel="nofollow">@Sven</a> </div><div><br /></div><div>Can we have an option to Insert verified links from project after a certain amount of time.</div><div><br /></div><div>Thank You</div>]]>
        </description>
    </item>
    <item>
        <title>Add API to GSA SER and Contact form marketing?</title>
        <link>https://forum.gsa-online.de/discussion/34458/add-api-to-gsa-ser-and-contact-form-marketing</link>
        <pubDate>Wed, 28 Jan 2026 10:28:39 +0000</pubDate>
        <category>Feature Requests</category>
        <dc:creator>hardcorenuker</dc:creator>
        <guid isPermaLink="false">34458@/discussions</guid>
        <description><![CDATA[<a href="https://forum.gsa-online.de/profile/Sven" rel="nofollow">@Sven</a> I am playing with moltbot (<a href="https://clawd.bot/)" rel="nofollow">https://clawd.bot/)</a> and it is interesting.<br /><br />I am wondering if you can add API to GSA SER and maybe contact form marketing so that I can get moltbot to manage the projects (turn on or off, or restart, get reports etc) easily<br /><br />This isnt just for me, i think this big trend in AI will continue and instead of us managing the GUI of GSA products, having APIs will allow more of your customers to handle the sotware using natural language.<br /><br />Hope you consider this. thanks!]]>
        </description>
    </item>
    <item>
        <title>More options for re verifying links scheduling</title>
        <link>https://forum.gsa-online.de/discussion/34390/more-options-for-re-verifying-links-scheduling</link>
        <pubDate>Wed, 12 Nov 2025 21:28:04 +0000</pubDate>
        <category>Feature Requests</category>
        <dc:creator>googlealchemist</dc:creator>
        <guid isPermaLink="false">34390@/discussions</guid>
        <description><![CDATA[Its a very cool option just to have it at all, it really is. But could there be a bit more granularity. Such as the first re verification round could be as it currently is, after X minutes/days/hours...but then after that first past...<br /><br />Especially if we set it at say, one full week, which should be plenty of time for a moderator (or crybaby member to report to a mod etc) to delete a post/link if they are ever going to see it and do so.<br /><br />But after that it would be more about the site no longer existing due to the owner discontinuing the project, quit paying for hosting, etc and the site itself goes offline. Or they do a big yearly purge of stale accounts etc.<br /><br />Just to avoid wasting resources building additional t2 links over the very long term. And to avoid resources reverifying way more often than required after that first re verification. (Maybe just the second option ability to set it every X days/months AFTER the first reverification?)<br /><br />Anyone have any thoughts or feedback on this?]]>
        </description>
    </item>
    <item>
        <title>Suggested removal of outdated options in SER (Filter &amp; Indexing sections)</title>
        <link>https://forum.gsa-online.de/discussion/34421/suggested-removal-of-outdated-options-in-ser-filter-indexing-sections</link>
        <pubDate>Wed, 03 Dec 2025 14:25:40 +0000</pubDate>
        <category>Feature Requests</category>
        <dc:creator>verdemuschio</dc:creator>
        <guid isPermaLink="false">34421@/discussions</guid>
        <description><![CDATA[<p><b>Hi Sven,</b></p><b>
</b><p>I’d like to suggest reviewing two options in SER that, in practice, no longer provide real value in modern SEO workflows:</p>
<ol><li>
<p><strong>Filter → “Skip submission if the URL/domain is appearing on one of the following blacklists”</strong><br />
This feature is based on public DNS/host blacklists that are outdated, inconsistent, and often unrelated to SEO quality.<br />
When enabled, it also slows down the submission process, increases proxy usage, and introduces unnecessary overhead—without offering any real benefit for the final link quality. Since SER already relies on project-level filters (engines, metrics, footprints, etc.), this option has become redundant.</p>
</li>
<li>
<p><strong>Indexing → “Submit backlink URLs to blog search engines”</strong><br />
Most of these ping services (Twingly, WeblogUpdates, etc.) are no longer active or no longer used by search engines.<br />
Submitting to them doesn’t have any measurable impact on indexing anymore. Keeping the option active today only creates extra traffic and adds noise without improving results.</p>
</li>
</ol><p>Given that SER has evolved a lot and focuses on more practical indexing options, removing these legacy features could free up UI space and reduce confusion for new users. Those areas could be reused for functions that better reflect current indexing or filtering methods.</p>
<p>Just a suggestion for future versions. Thanks as always for your work on SER.</p>
<p>Best regards.</p>]]>
        </description>
    </item>
    <item>
        <title>skip sites with the following words in url/domain - request to make it root domain specific not url</title>
        <link>https://forum.gsa-online.de/discussion/34411/skip-sites-with-the-following-words-in-url-domain-request-to-make-it-root-domain-specific-not-url</link>
        <pubDate>Wed, 26 Nov 2025 18:38:40 +0000</pubDate>
        <category>Feature Requests</category>
        <dc:creator>googlealchemist</dc:creator>
        <guid isPermaLink="false">34411@/discussions</guid>
        <description><![CDATA[I have a list I've curated of super spammy keywords that i want to avoid getting links from any domains that have them in it...basically porn/gambling/pills type stuff.<br /><br />i see the main system wide settings has the blacklist for actual domains but within the specific project settings i can add my keyword blacklist in the "skip sites with the following words in url/domain" section.<br /><br />its the 'url' part that is holding me up. if i have a ton of sites scraped and alot of them were used for building links to the type of sites in the niches i want to avoid...like redirects/indexers/contextual profile urls etc<br /><br />gooddomain.com/redirect=spammynichedomainurl.com<br /><br />gooddomain.com/userprofilesuperspammykeywordhere<br /><br />gooddomain.com/indexersite-spammykeyworddomainhere.com<br /><br />etc<br /><br />i still want to get a link from that good domain, so i dont want ser to filter it out based on the full url where its going to see one or more of my blacklisted spam keywords to not build links on<br /><br />id rather not have to strip every domain in my lists to their root and re import/identify/etc the whole thing to clean this up. other than the resources wasted to do that, i would be worried it wouldnt identify all the same link targets again like it did with the inner page.]]>
        </description>
    </item>
    <item>
        <title>omocaptcha captcha solver</title>
        <link>https://forum.gsa-online.de/discussion/34405/omocaptcha-captcha-solver</link>
        <pubDate>Mon, 24 Nov 2025 08:42:53 +0000</pubDate>
        <category>Feature Requests</category>
        <dc:creator>organiccastle</dc:creator>
        <guid isPermaLink="false">34405@/discussions</guid>
        <description><![CDATA[Hi <a href="https://forum.gsa-online.de/profile/Sven" rel="nofollow">@Sven</a>,<br /><br />Could you integrate <i>omocaptcha </i>into SER, please?<br /><br /><a href="https://omocaptcha.com/" rel="nofollow">https://omocaptcha.com/</a><br /><br />Thanks!]]>
        </description>
    </item>
    <item>
        <title>Project Article Manager Feature Request: Insert X-Y addt'l links OPTIONS</title>
        <link>https://forum.gsa-online.de/discussion/34417/project-article-manager-feature-request-insert-x-y-addtl-links-options</link>
        <pubDate>Thu, 27 Nov 2025 20:28:03 +0000</pubDate>
        <category>Feature Requests</category>
        <dc:creator>Deeeeeeee</dc:creator>
        <guid isPermaLink="false">34417@/discussions</guid>
        <description><![CDATA[<div>Hi, Sven! I have a few ideas I was wondering if you and the GSA community might consider.</div><div><br /></div><div>The <b>first request </b>is adding another option for</div><div>Insert X-Y addt'l links (just a link in an article- use a random word/phrase)</div><div>Could we also control placement of this anchor - at the begin/middle/end/all of the article  (that we can set) like "visit us on Google at LINK"<i> (As we already have for the MAIN article KW?)</i></div><div>Truthfully, I realize I don't know how the existing 2 options operate! <img src="https://forum.gsa-online.de/resources/emoji/hushed.png" title=":hushed:" alt=":hushed:" height="20" /> Umm...does SER already do this? Sorry...</div><div>Also wondering if this could be a checklist pop-up...so we can choose to have secondary links at the bottom of article in a sentence, as well as at the top and middle, all with different canned sentences, if not choosing the other two options that already exist?  (just a link in an article- use a random word/phrase)</div><div><br /></div><div>The <b>second request </b>is adding an option for specifying anchor source from  the different anchors  lists for the project or all. Then we can use anchor lists like Partial or  LSI or whatever for this if we're already using (or not even using!!) and have more precise project secondary anchor control using these anchor lists for this slot in the article.</div><div><br /></div><div><br /></div><br /><br /><br /><br /><br /><br />]]>
        </description>
    </item>
    <item>
        <title>How to get Target URLs</title>
        <link>https://forum.gsa-online.de/discussion/34237/how-to-get-target-urls</link>
        <pubDate>Wed, 16 Jul 2025 16:53:43 +0000</pubDate>
        <category>Feature Requests</category>
        <dc:creator>londonseo</dc:creator>
        <guid isPermaLink="false">34237@/discussions</guid>
        <description><![CDATA[<a href="https://forum.gsa-online.de/profile/sven" rel="nofollow">@sven</a><br /><br />Please can we have options under the "How to get Target URLs", User Defined - Configure<br /><br />Options like Select/Deselect All etc.<br /><br />Thanks<br />]]>
        </description>
    </item>
    <item>
        <title>Proposal for GSA URL Testing Tool</title>
        <link>https://forum.gsa-online.de/discussion/34393/proposal-for-gsa-url-testing-tool</link>
        <pubDate>Thu, 13 Nov 2025 20:11:04 +0000</pubDate>
        <category>Feature Requests</category>
        <dc:creator>Deeeeeeee</dc:creator>
        <guid isPermaLink="false">34393@/discussions</guid>
        <description><![CDATA[<div>I think that this would be great to have. If you check its use ✅ within a project, the SER shifts the burden  of re-verification to the module and relies on saved settings for that project.  So for that project, and all checked projects, SER does no re-verifying, ever. I guess this program will have to update links two of SER's project lists, Verified and Failed_Re-Verification, as well as update last-link-check date info in SER-associated project files as well. And, I guess it needs its own per-project supplemental Reverify setting file. </div><div><br /></div><div>This could work with both SER and other SEO programs, as well as be fed lists or work with an API for greatest use-instance!</div><div><br /></div><div>This could be lightweight because it's relatively simple.</div><h2><br /></h2><h2 data-id="the-utility-could-be-written-for-ser-so-we-can-have">The utility could be written for SER so we can have:</h2><h2><br /></h2><ul><li><h2 data-id="re-verify-urls-on-verified-urls-list-or-on-templates-for-popular-seo-programs-or-user-defined">Re-verify URLs on  Verified URLs list (or on templates for popular SEO programs, or user-defined)</h2></li><li><h2 data-id="re-check-urls-on-failed-reverification-urls-list">Re-check URLs on  Failed-ReVerification URLs list</h2></li><li><h2 data-id="timetables-can-be-set-on-a-per-project-basis">Timetables can be set on a per-project basis.</h2></li><li><h2 data-id="different-response-codes-can-yield-different-actions">Different response codes can yield different actions.</h2></li><li><h2 data-id="certain-backlinks-could-be-prioritized-to-test-first-based-on-many-criteria">Certain backlinks  could be prioritized to test first based on many criteria.</h2></li><li><h2 data-id="customizable-timeouts-for-different-link-types-country-codes-etc">Customizable timeouts for different link types, country codes, etc.</h2></li><li><h2 data-id="prioritize-or-omit-based-on-date-range-link-type-url-mask-country">Prioritize or omit based on date range, link type, URL mask, country</h2></li><li><h2 data-id="set-very-schedule-for-re-verify-independent-of-check-failed-re-verification-scheduling">Set very schedule for re-verify independent of check failed-re-verification scheduling.</h2></li><li><h2 data-id="set-up-a-third-list-called-failed-reverification-x-timeframe-for-links-that-have-remained-dead-for-x-time">Set up a third list called failed_reverification_X_timeframe for links that have remained dead for X time.</h2></li><li><h2 data-id="that-can-be-set-for-a-global-so-that-all-project-only-check-their-really-old-links-very-infrequently-and-there-are-filters-there-as-well">That can be set for a global so that all project only check their really old links very infrequently, and there are filters there as well</h2></li></ul><div><br /></div><br /><br />]]>
        </description>
    </item>
    <item>
        <title>New GSA SER Macros for Other AI Systems like OPENAI [..,..]</title>
        <link>https://forum.gsa-online.de/discussion/34389/new-gsa-ser-macros-for-other-ai-systems-like-openai</link>
        <pubDate>Wed, 12 Nov 2025 17:06:45 +0000</pubDate>
        <category>Feature Requests</category>
        <dc:creator>Deeeeeeee</dc:creator>
        <guid isPermaLink="false">34389@/discussions</guid>
        <description><![CDATA[<div>I have been testing the GSA-SER Macro  OPENAI [..,..] and I am thinking I may reserve it solely for article projects. Right now I'm seeing how this is working on many types of links. OFC, that is going to be way more expensive...probably need better filters...we'll see...</div><div><br /></div><div><a href="https://forum.gsa-online.de/profile/Sven" rel="nofollow">@Sven</a>, I am sure you probably don't think this on-the-fly generation is a good use of resources. At least, probably not how I am testing right now. That is...unless you're using your own AI system...then I guess on-the-fly generation is no cost, except for running your own AI machine....</div><div><br /></div><div>Anyway, are you planning to add any other Macros for AI services? I have been playing with this lately, and I have yet to explore the other services. (I think a primer on the AI services out there might be good if anyone has a link.) But actually using them is the real test. I am using DeepSeek for solving text now.  Never played with it in any other way.</div><div><br /></div><div>But might we get more macros?</div><div><a href="https://forum.gsa-online.de/profile/Sven" rel="nofollow">@Sven</a> and fellow GSA forum members, I am not familiar with the different AI services out there to be the person to know which might be best to include as macro commands.</div><div><br /></div><div>As the new AI Module Sven wrote can do a ton of stuff, I don't know the specifics yet.  Can I set all the services to have API keys, or just one?  If we already can load the different Services with API keys for each, then I think this is already halfway there. Any ideas on this? Thanks to anyone for reply.</div>]]>
        </description>
    </item>
    <item>
        <title>Ability to pause search engines and target sites if proxy/ip banned?</title>
        <link>https://forum.gsa-online.de/discussion/34387/ability-to-pause-search-engines-and-target-sites-if-proxy-ip-banned</link>
        <pubDate>Wed, 12 Nov 2025 13:05:58 +0000</pubDate>
        <category>Feature Requests</category>
        <dc:creator>googlealchemist</dc:creator>
        <guid isPermaLink="false">34387@/discussions</guid>
        <description><![CDATA[Mostly thinking of scraping search engines for targets, they all seem to have such different timings/threads/etc that they tolerate before banning an ip/proxy im trying to figure out.<br /><br />Could there be a function if ser gets the message that I no longer have any unbanned proxies, it will automatically pause that search engine for 12 or 24+ hrs for it to reset?<br /><br />Similar question for different platforms being posted to like wordpress.com or whatever other sites might ban based on ip.<br /><br />Thanks]]>
        </description>
    </item>
    <item>
        <title>ability to add/use articles for blog/image comments and guestbooks</title>
        <link>https://forum.gsa-online.de/discussion/34332/ability-to-add-use-articles-for-blog-image-comments-and-guestbooks</link>
        <pubDate>Wed, 01 Oct 2025 16:35:09 +0000</pubDate>
        <category>Feature Requests</category>
        <dc:creator>googlealchemist</dc:creator>
        <guid isPermaLink="false">34332@/discussions</guid>
        <description><![CDATA[It would be awesome to have the article tab enabled to use with these engines so I can just use the %article% or  %article_summary% <br />macros depending on max char length vs stuffing a big spun chunk in the field.]]>
        </description>
    </item>
    <item>
        <title>Highlight for SER in Project Off Status Mode</title>
        <link>https://forum.gsa-online.de/discussion/34381/highlight-for-ser-in-project-off-status-mode</link>
        <pubDate>Mon, 03 Nov 2025 02:06:02 +0000</pubDate>
        <category>Feature Requests</category>
        <dc:creator>Deeeeeeee</dc:creator>
        <guid isPermaLink="false">34381@/discussions</guid>
        <description><![CDATA[<div>Hi, Sven and GSA professionals and hobbyists, alike. I know I've proposed some silly GSA mods in the past but I know some have also been helpful. I'd rather just be open and bring forth ideas and let those who know better decide. <img src="https://forum.gsa-online.de/resources/emoji/wink.png" title=";)" alt=";)" height="20" /></div><div><br /></div><div>I know Sven's time is valuable like gold. And we don't want to waste his time.</div><div><br /></div><div>So what's this great idea? It really isn't. <img src="https://forum.gsa-online.de/resources/emoji/neutral.png" title=":|" alt=":|" height="20" /> haha Really...I was Just wondering if a highlight feature in the Project pane might be cool.  That's it.</div><div><br /></div><div>Like so, when you're working on projects and all is in STOPPED Project mode, background colors can be assigned via the right-click menu and so you can easily see which you've processed, etc. </div><div><br /></div><div>Once projects go START the background colors disappear or just take up 1/5 the current background color bar for each Active project on the L or R. ?? I have no idea.</div><div><br /></div><div>Umm...yeah..As I preambled, I said this was not one of my best ideas literally <img src="https://forum.gsa-online.de/resources/emoji/lol.png" title=":lol:" alt=":lol:" height="20" /> rn. <img src="https://forum.gsa-online.de/resources/emoji/neutral.png" title=":|" alt=":|" height="20" />  </div><div><br /></div><div>Anyone see a good use for this at all? Could/would this help you organize, GSA forum users?</div>]]>
        </description>
    </item>
   </channel>
</rss>
