Mobile app version of vmapp.org
Login or Join
Phylliss660

: Can a PHP generated main page be indexed by Google? I generate an index.html file in a PHP script to avoid PHP code within HTML and to show content that is delivered by another script hourly.

@Phylliss660

Posted in: #Html #Php #Seo

I generate an index.html file in a PHP script to avoid PHP code within HTML and to show content that is delivered by another script hourly. (Like next flights within an hour.)

This script overwrites the file each time the content is ready (I plan to do this with a cron job).

Then, will my index.html be indexed by Google or it will be punished for being generated content?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Phylliss660

1 Comments

Sorted by latest first Latest Oldest Best

 

@Barnes591

Google won't care whether the index.html file is created dynamically or created every hour. What is important is the content of the file.

For example, this is what Google says about scraped content.


Some webmasters use content taken (“scraped”) from other, more
reputable sites on the assumption that increasing the volume of pages
on their site is a good long-term strategy regardless of the relevance
or uniqueness of that content. Purely scraped content, even from
high-quality sources, may not provide any added value to your users
without additional useful services or content provided by your site;


You just need to make sure you follow their webmaster guidelines.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme