Mobile app version of vmapp.org
Login or Join
Speyer207

: Testing SEO website I have a web application in ASP.NET MVC that we want SEO optimized. I wanted to test whether the pages are appearing as search results in Google. However, I didn't want

@Speyer207

Posted in: #Seo #Testing

I have a web application in ASP.NET MVC that we want SEO optimized. I wanted to test whether the pages are appearing as search results in Google. However, I didn't want it to appear to the general public until I am ready to go live. Is there a way to do a sandbox testing of an SEO website on Google where I can continue developing and testing without it being pop up for search results for everyone else?

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Speyer207

2 Comments

Sorted by latest first Latest Oldest Best

 

@Kimberly868

here is a list of some web tools, but you can't test them offline:


Métatag générator www.outils-referencement.com/outils/pages-web/balises-meta robot.txt generator robots-txt.com/ W3C Validator validator.w3.org/ CSS Validator jigsaw.w3.org/ Accessibility Validator wave.webaim.org/ Website tester www.webpagetest.org/ Page speed test developers.google.com/speed/pagespeed/insights Google analytics developers.google.com/analytics/devguides/collection/analyticsjs/advanced Google webmaster tools www.google.com/webmasters/tools/ Bing site register www.bing.com/toolbox/submit-site-url Bing webmaster tools www.bing.com/webmaster/home/ Test server compression www.whatsmyip.org/http_compression Bots list www.useragentstring.com/pages/Crawlerlist/ SEO Crawler www.microsoft.com/web/seo/ http://www.screamingfrog.co.uk/seo-spider/ home.snafu.de/tilman/xenulink.html http://www.analogx.com/contents/download/network/lnkexam/freeware.htm
SEO tools (just a bonus you can't believe them all, they are there mainly to make money) www.powermapper.com/products/sortsite/checks/seo-checks/ http://seositecheckup.com/ www.webseoanalytics.com/free/seo-tools/HTML-validator.php http://www.seocentro.com/tools/seo/seo-analyzer.html


you can use an IP to make your test (or create a temporrary sub domain), and when you are ready use your real domain name

10% popularity Vote Up Vote Down


 

@Gretchen104

There's tons of tools out there (remember, they're just tools, no replacement for an expert SEO) to test if it's optimised. Simply sear for SEO audit tools. You can put the site on a domain (if it isnt already) and make sure it's noindexed via robots text:

User-agent: *
Disallow: /


and also put this in your head tags:

<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">


You can then use alot of audit tools for info on semantics, markup, other metas etc.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme