Static vs dynamic website search engine results
I am mobile software developer and I want to create a website like this one.
I will have static webpages not dynamic ones (homepage, jobs, about, contact...). When people search on Google with this word: "iphone uygulama yaptirmak", and I want to be on the first page.
Google wants dynamic pages, not static. That's why I want to ask you if it will be a problem for my website?
Google doesn't care about if you use static or dynamic content for your pages because Google bots analyze the final HTML. That's why a full HTML/CSS (without PHP) website can rank very well on Google.
However, Google likes fresh content but dynamic content and fresh content are different things. I encourage you to often add new pages on your website to tell Google your website is alive.
Static pages usually load much faster than dynamic pages - this is a good thing for small sites not able to afford a CDN. PageSpeed is important to Google and you can test your speed at https://developers.google.com/speed/pagespeed/insights/ anything above 80 is considered very good (using browser cache and gzip via .htaccess are best for improving speed - more here).
Make sure your site is mobile friendly (another big ranking factor) and as mentioned above keep your site updated - updating existing pages is also considered as fresh content but new pages are better, once every few weeks is enough. Following other SEO best practices should ensure your rankings for this particular term over time.
Comments
Post a Comment