• mortgage_master

    (@mortgage_master)


    Hi,

    Briefly, I am creating a blog for a real estate agent and it is to include all of her listings. Right now all of the data is in a MySQL database and each listing is displayed individually on one generic page.

    I have two questions about this. From an SEO perspective, would it be better to have each listing on its own page, meaning more individuality for each listing, and hence keywords.

    Second, is there a way to create pages dynamically with php, to include all of the SEO data, rather than having to create the pages on at a time?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • dcannon1

    (@dcannon1)

    From an SEO perspective, yes it would be better if each listing had it’s own page with its own well formed permalinks and heading structure.

    As far as quickly and easily auto generating new pages, I believe you would have to come up with a custom process. You might look at https://codex.www.ads-software.com/Function_Reference/wp_insert_post as a starting point for manually inserting pages/posts.

    I know this is hardly a complete answer, but hopefully it will point you in the right direction.

    Thread Starter mortgage_master

    (@mortgage_master)

    Thanks DCannon1. I was kind of thinking the same thing. What I can do for each listing though is take the generic PHP code and very quickly paste it into each page, knowing that the 35 or so fields will each be populated by the db.

    I can then customize the detail for SEO in All-in-One. This is what I suspected, but wanted to bounce it off someone. Thanks again.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Is there a way to create pages dynamically in WP’ is closed to new replies.