Contact form on home page.
-
I am looking to add a contact form onto my home page and I was wondering if it made sense to change my index.html to an index.php.
If i do make this change, would it have any impact on my search rankings?
-
If you don't mind doing a little coding you could try this simple contact form
http://css-tricks.com/nice-and-simple-contact-form/
There are other options out there for a full blown contact form from MailChimp et al, although many seem to be trying to get money for what is essentially a really basic thing.
Mail Chimp or Constant Contact is good if all you want is basic email capture, with Mail Chimp offering free services under 2000 subscribers, although it does include a mail chimp link or small logo.
If you Google "html contact form" you'll get lots of options. Personally I would go with Chris Coyier's option above and include his spam options.
If you dont need to change from html to php I would'nt do it. 301s are great but when I changed a site from html with a 301 it didnt pass all the link juice and there was a slight drop in traffic, plus it stop you needlessly complicating it.
If you need help in setting it up let me know
-
you don't believe it increases the chance a person will fill in the contact page? I'm trying to increase my conversion rates.
-
It's a basic site.
-
I would not put a contact form on the homepage, maybe a link to the contact page.
-
Depending on the platform and depending on the contact form you either dont need php, or you can just output html files with an SEO/SEF plugin.
Is it a basic site or one with a cms?
-
Would it also help if Joel put a canonical on the new index.php page?
-
I'm a big fan of putting some kind of contact form or at least a call-to-action on every single page of your site, so great idea. Anyways, that's not your question, so if you need to switch to index.php in order for your form to work, then go ahead and do so. But make sure you 301 redirect index.html to index.php since search engines will consider them to be two different pages. I am assuming your site is hosted on a Linux server with access to .htaccess so you should be able to accomplish this by adding the following lines to the .htaccess -
RewriteEngine on RewriteRule index\.html index.php [NC,R]
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
We redesigned our website, make it responsive and page views tanked. What happened?
Last year, we redesigned our site and made it responsive. Our page views only grew by only 3% (the previous year they grew by 40%). If we exclude homepage views from our calculations, we get a drastically different picture-- and see over 30% growth for both total and unique pageviews. Any thoughts?
Web Design | | Anna720 -
Redirects Not Working / Issue with Duplicate Page Titles
Hi all We are being penalised on Webmaster Tools and Crawl Diagnostics for duplicate page titles and I'm not sure how to fix it.We recently switched from HTTP to HTTPS, but when we first switched over, we accidentally set a permanent redirect from HTTPS to HTTP for a week or so(!).We now have a permanent redirect going the other way, HTTP to HTTPS, and we also have canonical tags in place to redirect to HTTPS.Unfortunately, it seems that because of this short time with the permanent redirect the wrong way round, Google is confused as sees our http and https sites as duplicate content.Is there any way to get Google to recognise this new (correct) permanent redirect and completely forget the old (incorrect) one?Any ideas welcome!
Web Design | | HireSpace0 -
Moz crawl showing up ?s=keyword pages as errors
Hi all, Hoping someone can she some light on a fix with ref to wordpress and the search function it uses as Moz is craling some pages which reference the search domain.com/?s=keyword Errors showing up are duplicate pages, descriptions and titles. The search function is not important on this site and I have tried to use a plugin which disables the search page which it does but these errors still show up. Can anyone assist as this is the final piece of the puzzle and then we're down to 0 issues on the site.
Web Design | | wtfi0 -
Website subscribe form.
Hello, Im working on a clients website and I have 2 box's. One is a subscription box and the other is a newsletter sing up. Subscription box is a google feedburner where every time there is a new post, it automatically notifies the readers. Whats the best strategy to have subscribe box since its confusing for readers when you have 2 forms. Thank you for your help.
Web Design | | KentR0 -
For a web design firm, should i make a google plus local page or company page?
I have a web design firm located in India, At this moment we are focusing on local clients as the current competition in local market is very low. But in few months we will shift our focus to outsourcing. So I wanted to know if we should make a google plus local page and connect it with my google places account and website or should I make a google plus business page and connect it to website? Our major focus is on seo. Thanks
Web Design | | hard0 -
Pages vs. Posts for SEO
Hi, I would like your thoughts about pages vs. posts for SEO. I understand the difference in terms of WP structure and have read the SEOmoz blog post about setting up your site for SEO success (http://www.seomoz.org/blog/setup-wordpress-for-seo-success). However, if you're trying to rank for a particular keyword, it seems that either one could work, from an on-page SEO perspective, as far as title tag, URL, meta description, etc. So how do you decide whether to set up a page vs. a post? What are the pros and cons, from an SEO perspective, about using one vs. the other? Thanks in advance! Carolina
Web Design | | csmm0 -
Local Versions of Pages
I have a site that offers services across two states and was wondering if I would see any benefit from creating pages such as: SERVICE in CITY, TX Would I need to change the content on the pages completely or could I simply swap out the city/state if I have roughly 3-5 combos I want target?
Web Design | | nusani0 -
Decreasing Page Load Time with Placeholder Images - Good Idea or Bad Idea?
In an effort to decease our page load time, we are looking at making a change so that all product images on any page past page 1 load with a place holder image. When the user clicks to the next page, it then loads all of the images for that page. Right now, all of the product divs are loaded into a Javascript array and loaded in chunks to the page display div. Product-heavy pages significantly increase load time as the browser loads all of the images from the product HTML before the Javascript can rewrite the display div with page-specific product HTML. In order to get around this, we are looking at loading the product HTML with a small placeholder image and then substituting the appropriate product image URLs when each page is output to the display div. From a user experience, this change will be seamless and they won't be able to tell the difference, plus they will benefit from a potentially a short wait on loading the images for the page in question. However, the source of the page will have all of the product images in a given category page all having the same image. How much of a negative impact will this have on SEO?
Web Design | | airnwater0