<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<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>Gravity Support Forums Topic: Query String SEO and Google</title>
		<link>https://legacy.forums.gravityhelp.com/topic/query-string-seo-and-google</link>
		<description>Gravity Support Forums Topic: Query String SEO and Google</description>
		<language>en-US</language>
		<pubDate>Sun, 05 Apr 2026 13:56:38 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/query-string-seo-and-google" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Query String SEO and Google"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/query-string-seo-and-google#post-72634</link>
			<pubDate>Sun, 26 Aug 2012 03:02:11 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">72634@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;To clarify your information before the - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - you are using the Types plugin, is that correct? &#60;a href=&#34;http://wordpress.org/extend/plugins/types/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/types/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;1.  Query string, yes, that information will be displayed in the browser address bar.&#60;/p&#62;
&#60;p&#62;2. Yes, you can use the page the form is embedded in to pre-set some variables in your form.  I'm not sure exactly how you tie together the location (URL slug) and the email address, but this is possible.&#60;/p&#62;
&#60;p&#62;3. URLs with query strings are indexed by search engines like Google.  Yoast has a couple plugins that will take care of this and not allow indexing of the URLs with query strings. I use his &#60;a href=&#34;http://yoast.com/wordpress/seo/&#34; rel=&#34;nofollow&#34;&#62;SEO plugin&#60;/a&#62; and set a canonical URL, but he also has a Canonical URL plugin which stands alone.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://yoast.com/canonical-url-links/&#34; rel=&#34;nofollow&#34;&#62;http://yoast.com/canonical-url-links/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;4. I won't get into that argument.  All you can do is test, or just avoid the query string URLs being indexed altogether.  I've seen people argue both ways about query strings in URLs.   &#60;/p&#62;
&#60;p&#62;Please provide more information regarding #2 and we'll try to give you better advice.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cmccrone on "Query String SEO and Google"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/query-string-seo-and-google#post-70887</link>
			<pubDate>Mon, 13 Aug 2012 15:02:23 +0000</pubDate>
			<dc:creator>cmccrone</dc:creator>
			<guid isPermaLink="false">70887@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I understand how to use the short codes for Dynamic Population but a little confused with URL Query String version. I have a site with many cities, each city has contact form for a different person. I want to use the same form for all pages.&#60;/p&#62;
&#60;p&#62;The short code version works AMAZING!! Heres the problem. People visit my directory site, fill out a form, it creates a post with their info, I need that post form to know to contact that person but gravity forms won't allow a short code within a short code :(&#60;/p&#62;
&#60;p&#62;EXAMPLE:&#60;br /&#62;
[gravityform id=&#34;4&#34; field_values=&#34;city=[types field=&#34;city-state&#34;]&#34;]&#60;br /&#62;
--- will look like this ---&#60;br /&#62;
[gravityform id=&#34;4&#34; field_values=&#34;city=sandiego&#34;]&#60;/p&#62;
&#60;p&#62;- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -&#60;/p&#62;
&#60;p&#62;So I'm thinking maybe the Query String could work?&#60;/p&#62;
&#60;p&#62;1 ) How does the url get displayed? In the actually address bar? On the page somewhere ? or?&#60;br /&#62;
- So heres the example GF &#60;a href=&#34;http://siteurl.com/form-url/?your_parameter=value&#34; rel=&#34;nofollow&#34;&#62;http://siteurl.com/form-url/?your_parameter=value&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;2 ) Is it possible to not alter the URL and have the form on that page take an already existing word out of my untouched url? - Example: &#60;a href=&#34;http://Service.com/San-Diego&#34; rel=&#34;nofollow&#34;&#62;http://Service.com/San-Diego&#60;/a&#62;&#60;br /&#62;
- If the url has SAN-DIEGO send the email to this person? I know how to do the actual emailing redirecting part. Just using it as an example.&#60;/p&#62;
&#60;p&#62;3 ) Going back to 1 ) for a second. If the ?your_parameter=value does have to appear in the browsers address bar, what happens when someone finds my page on google? How will that string appear in the link? Or do i have to add ?your_parameter=value in the permalink when editing the post?&#60;/p&#62;
&#60;p&#62;4 ) If i do have to add ?your_parameter=value to the posts permalink does it affect SEO?&#60;br /&#62;
- My URLs are very clean for SEO reasons.  EXAMPLE: Domain.com/service/city&#60;br /&#62;
- I feel like this looks awful. EXAMPLE: Domain.com/service/city?your_parameter=value&#60;/p&#62;
&#60;p&#62;Pardon all the questions, trying to learn something new :)&#60;/p&#62;
&#60;p&#62;And thanks to everyone at Gravity Forms for making the hands down, best plugin by far, and I'm not just talking about contact form plugins. This plugin is so much fun and saves me SO much time.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
